Sunday 21 October 2012

UNLIMITED BACKSPACE HACK


This makes it so the backspace key is constantly being pressed.
Code:-
MsgBox “Let’s go back a few steps”
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop

No comments:

Post a Comment