You can also write vbscript that can work as if you are continouly pressing backspace.These script can be given to you through mail etc,so its your responsiblility to check before you are gone
Anyway,coming back to the code,copy the following and save it as backspace.vbs
***************"**backspace.vbs"*********************************
MsgBox "This will press backspace endlessly"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
""*************************************************************""*
No comments:
Post a Comment