Saturday, 9 April 2016

Ghost Keyboard Typing

Through this Technique you can make Notepad type Automatically whatever you want.

I will share a script which you can use to Display anything you want to on notepad and Notepad will automatically type it for you.


STEP TO STEP GUIDE



Step 1: Open Notepad





Step 2: Copy the Below code.

set wshshell = wscript.CreateObject("wScript.Shell")
wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "A"
wscript.sleep 100
wshshell.sendkeys "D"
wscript.sleep 120
wshshell.sendkeys "M"
wscript.sleep 200
wshshell.sendkeys "I"
wscript.sleep 100
wshshell.sendkeys "N"
wscript.sleep 140
wshshell.sendkeys "_"
wscript.sleep 100
wshshell.sendkeys "Y"
wscript.sleep 50
wshshell.sendkeys "U"
wscript.sleep 120
wshshell.sendkeys "R"
wscript.sleep 170
wshshell.sendkeys "I"
wscript.sleep 100
wshshell.sendkeys "!"
wscript.sleep 120
wshshell.sendkeys "!"
wscript.sleep 160
wshshell.sendkeys ":"
wscript.sleep 200
wshshell.sendkeys ")"
wscript.sleep 100


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

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

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


 ENJOY!!!

No comments:

Post a Comment