Sunday, August 29, 2010

Frustrate your friend by making backspace Continuously

Posted by Patel Gopal On 11:39 PM 0 comments


This will press backspace continuously.
type this code into notepad and save as anyname.vbs

MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop

0 comments:

Post a Comment