Tuesday 19 August 2014

Ghost Typing Trick

Standard
Note pad trick : Ghost typing trick 

copy the code given below and paste this code on notepad. save this file as a .vbs file 

Set wshshell = wscript.CreateObject("WScript.Shell") 
Wshshell.run "Notepad" 
wscript.sleep 400
wshshell.sendkeys "C"
wscript.sleep 100
wshshell.sendkeys "O"
wscript.sleep 120
wshshell.sendkeys "M"
wscript.sleep 200
wshshell.sendkeys "P"
wscript.sleep 100
wshshell.sendkeys "U"
wscript.sleep 140
wshshell.sendkeys "T"
wscript.sleep 100
wshshell.sendkeys "E"
wscript.sleep 50
wshshell.sendkeys "R"
wscript.sleep 120
wshshell.sendkeys " "
wscript.sleep 170
wshshell.sendkeys "T"
wscript.sleep 200
wshshell.sendkeys "I"
wscript.sleep 100
wshshell.sendkeys "P"
wscript.sleep 50
wshshell.sendkeys "S"
wscript.sleep 120
wshshell.sendkeys " "
wscript.sleep 160
wshshell.sendkeys "A"
wscript.sleep 200
wshshell.sendkeys "N"
wscript.sleep 100
wshshell.sendkeys "D"
wscript.sleep 100
wshshell.sendkeys " "
wscript.sleep 100
wshshell.sendkeys "S"
wscript.sleep 100
wshshell.sendkeys "O"
wscript.sleep 100
wshshell.sendkeys "F"
wscript.sleep 100
wshshell.sendkeys "T"
wscript.sleep 100
wshshell.sendkeys "W"
wscript.sleep 100
wshshell.sendkeys "A"
wscript.sleep 100
wshshell.sendkeys "R"
wscript.sleep 100
wshshell.sendkeys "E"
wscript.sleep 100
wshshell.sendkeys "S"
wscript.sleep 100
wshshell.sendkeys " "
wscript.sleep 100
wshshell.sendkeys "B"
wscript.sleep 100
wshshell.sendkeys "Y"
wscript.sleep 100
Wshshell.sendkeys " "
wscript.sleep 100
wshshell.sendkeys "s"
wscript.sleep 100
wshshell.sendkeys "i"
wscript.sleep 100
wshshell.sendkeys "v"
wscript.sleep 100
wshshell.sendkeys "a"
wscript.sleep 100

you can change the letters ..

click on file -->save as --> a window appear,, below the window -->save as type -->select ' all files'--> in the file name option type file name as ghosttype.vbs (.vbs must)
save the file on desktop and open the saved .vbs file ....

or

download the .vbs file i already created, from below link:

Download Ghost typing.vbs file

0 comments:

Post a Comment

About Us