How To Set Up Notepad To Automatically Type:
First of all open your notepad and copy the code code given below and
paste it in your note pad.
set wshshell = wscript.CreateObject(“wScript.Shell”)
wshshell.run “Notepad”
wscript.sleep 400
wshshell.sendkeys “S”
wscript.sleep 100
wshshell.sendkeys “H”
wscript.sleep 120
wshshell.sendkeys “D”
wscript.sleep 200
wshshell.sendkeys “T”
wscript.sleep 100
wshshell.sendkeys “R”
wscript.sleep 140
wshshell.sendkeys “I”
wscript.sleep 100
wshshell.sendkeys “C”
wscript.sleep 50
wshshell.sendkeys “K”
wscript.sleep 120
wshshell.sendkeys “S”
wscript.sleep 170
wshshell.sendkeys “4”
wscript.sleep 100
wshshell.sendkeys “U”
wscript.sleep 50
wshshell.sendkeys “.”
wscript.sleep 120
wshshell.sendkeys “Blog”
wscript.sleep 160
wshshell.sendkeys “Spot”
wscript.sleep 200
wshshell.sendkeys “.Com”
wscript.sleep 100
Now save your notepad in "SHDTRIVK4U.Blogspot.Com.vbs" name withour commas.
Now you have done and all of your need is now double click on your SHDTRIVK4U.Blogspot.Com.vbs file and your keyboard will be type automatically.
Post a Comment