-->

Trick to make a Virus pressing backspace key

Learn how to make a Virus which can hack the backspace key continuously.

Backspace key Virus
There is trick to make a virus which can make it so that the backspace key is being pressed constantly. This trick can be used to annoy the friends or enemy.

Note: Don't run this program on your computer otherwise you will lose your windows. I am not responsible for any accident caused by this file on your computer.


To make this simple virus just follow these simple steps:
  • Open notepad.
  • Copy and paste the following code into notepad:
MsgBox “Let’s go back a few steps”
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop
 
  • Save it as backspace.bat.
  • Now it is done. 
So it is a simple trick to make a virus which press backspace key unlimited times.

You may like these posts