Ghost rider



Type notepad continiously
Type notepad continiously





Make your keyboard keys to type continuously (non-stop)
Just Type :
MsgBox “stop me..! if you can”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop
Save it as “ghostrider.VBS”

No comments:

Post a Comment

Please comment your opinion....