Sunday 21 April 2013

Ghost Typing In NotePad

Ghost Typing In NotePad

 
 Hello Everyone, Today I will Show you an awesome Notepad trick. In this trick Notepad will Type Automatically,This is also known as Ghost Typing. No no. This is not a Scary Prank .
 
 
 
 
Let Me Start the Trick Without Confusing you more.

Follow the Below Simple Steps.

Step 1: Open Notepad.
Step 2: Copy Paste The Below Code in natepad.

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 "F"
wscript.sleep 200
wshshell.sendkeys "R"
wscript.sleep 100
wshshell.sendkeys "E"
wscript.sleep 50
wshshell.sendkeys "A"
wscript.sleep 120
wshshell.sendkeys "K"
wscript.sleep 160
wshshell.sendkeys "S"
wscript.sleep 200
wshshell.sendkeys "/"
wscript.sleep 100
wshshell.sendkeys "G"
wscript.sleep 100
wshshell.sendkeys "E"
wscript.sleep 100
wshshell.sendkeys "E"
wscript.sleep 100
wshshell.sendkeys "K"
wscript.sleep 100
wshshell.sendkeys "O"
wscript.sleep 100
wshshell.sendkeys "F"
wscript.sleep 100
wshshell.sendkeys "R"
wscript.sleep 100
wshshell.sendkeys "E"
wscript.sleep 100
wshshell.sendkeys "A"
wscript.sleep 100
wshshell.sendkeys "K"
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: Save the Notepad file As " Zezr.vbs " (Without Quotes )
Note : While saving select Save as type  "All files"

Step 4: Now Execute The saved File, You will see "Zezr.blogspot.com " Typed Automatically.

You can edit the Words In the above Code with Whatever you want Notepad to type.
Share this post
  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...

0 comments:

Post a Comment