Today am gonna share with you another cool prank you can play on your friends pc. This Trick continously presses Backspace on your friends pc.Whatever he types the letters will be erased with backspace keystroke.
Lets get into action.
Open a notepad Type or copy and paste the below code in a notepad .Save it with any name.vbs extension.Now double click the file am sure your friend will jump like anything.
MsgBox "enter into past"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
Lets get into action.
Open a notepad Type or copy and paste the below code in a notepad .Save it with any name.vbs extension.Now double click the file am sure your friend will jump like anything.
MsgBox "enter into past"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop