Sunday, August 29, 2010

Type a string automatically

Posted by Patel Gopal On 11:45 PM 0 comments

Copy below code and save as anyname.vbs
This code will type "You are a fool" continuously any where.



Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop

0 comments:

Post a Comment