Thursday, 20 August 2015

HIT BACKSPACE CONTINUOUSLY

Ok, we need the backspace button, but what is we wish to annoy someone and make it press itself again and again, mechanically it would require some work on our part, but if we just use this code, it would become a lot more easier. MsgBox “Backspace again and again an Set wshShell =wscript.CreateObject(“WS do wscript.sleep 100 wshshell.sendkeys “{bs}” loop Save as a .vbs file to make it work.

No comments:

Post a Comment