GHOST TRICK
GHOST TRICKmake your notepad type automatically
step 1
open a notepad
step 2
Exactly Copy the code given below and Paste it in notepad document that you have just created.
CODE
set wshshell = wscript.CreateObject("wScript.Shell")
wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "S"
wscript.sleep 100
wshshell.sendkeys "A"
wscript.sleep 120
wshshell.sendkeys "I"
wscript.sleep 200
wshshell.sendkeys "F"
wscript.sleep 100
wshshell.sendkeys "M"
wscript.sleep 140
wshshell.sendkeys "A"
wscript.sleep 100
wshshell.sendkeys "L"
wscript.sleep 50
wshshell.sendkeys "I"
wscript.sleep 120
wshshell.sendkeys "K"
wscript.sleep 170
wshshell.sendkeys "."
wscript.sleep 100
wshshell.sendkeys "B"
wscript.sleep 50
wshshell.sendkeys "L"
wscript.sleep 120
wshshell.sendkeys "O"
wscript.sleep 160
wshshell.sendkeys "G"
wscript.sleep 200
wshshell.sendkeys "S"
wscript.sleep 100
wshshell.sendkeys "P"
wscript.sleep 100
wshshell.sendkeys "O"
wscript.sleep 100
wshshell.sendkeys "T"
wscript.sleep 100
wshshell.sendkeys "."
wscript.sleep 100
wshshell.sendkeys "C"
wscript.sleep 100
wshshell.sendkeys "O"
wscript.sleep 100
wshshell.sendkeys "M"
wscript.sleep 100
Step 3
paste this code in notepad and save it as "smarttricks.vbs" (without quotes) and make sure save it as all files not text document
and open this smarttricks and see
Subscribe to:
Post Comments
(
Atom
)

No comments :
Post a Comment