Wednesday, September 15, 2010

Hit Backspace simultaneously

 Type :


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 "Anything.VBS"

Note: Dont try or open this file if you dont know about this.
if any problem occurs just restart the system.

No comments:

Post a Comment