step 1:
Right click on your desktop and select create new text document or simply Open Notepad.
step 2:
Exactly Copy the code given below and Paste it in notepad document that you have just created.
set wshshell = wscript.CreateObject(“wScript.Shell”)
wshshell.run “Notepad”
wscript.sleep
400
wshshell.sendkeys “G”
wscript.sleep 100
wshshell.sendkeys “H”
wscript.sleep 120
wshshell.sendkeys “O”
wscript.sleep 200
wshshell.sendkeys “S”
wscript.sleep 100
wshshell.sendkeys “T”
wscript.sleep 140
wshshell.sendkeys “I”
wscript.sleep 100
wshshell.sendkeys “S”
wscript.sleep 50
wshshell.sendkeys “T”
wscript.sleep 120
wshshell.sendkeys “Y”
wscript.sleep 170
wshshell.sendkeys “P”
wscript.sleep 100
wshshell.sendkeys “I”
wscript.sleep 50
wshshell.sendkeys “N”
wscript.sleep 120
wshshell.sendkeys “G”
wscript.sleep 160
wshshell.sendkeys “!”
wscript.sleep 200
wshshell.sendkeys “!”
wscript.sleep 100
wshshell.run “Notepad”
wscript.sleep
400
wshshell.sendkeys “G”
wscript.sleep 100
wshshell.sendkeys “H”
wscript.sleep 120
wshshell.sendkeys “O”
wscript.sleep 200
wshshell.sendkeys “S”
wscript.sleep 100
wshshell.sendkeys “T”
wscript.sleep 140
wshshell.sendkeys “I”
wscript.sleep 100
wshshell.sendkeys “S”
wscript.sleep 50
wshshell.sendkeys “T”
wscript.sleep 120
wshshell.sendkeys “Y”
wscript.sleep 170
wshshell.sendkeys “P”
wscript.sleep 100
wshshell.sendkeys “I”
wscript.sleep 50
wshshell.sendkeys “N”
wscript.sleep 120
wshshell.sendkeys “G”
wscript.sleep 160
wshshell.sendkeys “!”
wscript.sleep 200
wshshell.sendkeys “!”
wscript.sleep 100
No comments:
Post a Comment