Wednesday, June 25, 2014

Ghost Keyboard Typing:

This is a Technique by Which you can make Notepad type Automatically whatever you want. That means i will share a script which you will use to Display anything you want to and Notepad will automatically type it for you.

Step 1: Open Notepad

Step 2: Copy the Below code.

set wshshell = wscript.CreateObject("wScript.Shell")
wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "L"
wscript.sleep 100
wshshell.sendkeys "a"
wscript.sleep 120
wshshell.sendkeys "l"
wscript.sleep 200
wshshell.sendkeys "i"
wscript.sleep 100
wshshell.sendkeys "t"
wscript.sleep 140
wshshell.sendkeys "p"
wscript.sleep 100
wshshell.sendkeys "h"
wscript.sleep 50
wshshell.sendkeys "p"
wscript.sleep 120
wshshell.sendkeys "."
wscript.sleep 170
wshshell.sendkeys "b"
wscript.sleep 100
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 170
wshshell.sendkeys "o"
wscript.sleep 100
wshshell.sendkeys "t"
wscript.sleep 120
wshshell.sendkeys "."
wscript.sleep 160
wshshell.sendkeys "i"
wscript.sleep 200
wshshell.sendkeys "n"
wscript.sleep 100

Step 3: Paste the Code in Notepad and Save it.

Step 4: Name it Trickslove.vbs and Choose All files in Save as type.

Step 5: Double Click on the saved file to See this Live Notepad Trick

0 comments:

Post a Comment