NotePad Tricks - Ghost KeyBoard Typing

 Hey Guys, Today i am going to share a small and Cool Notepad Trick that is a "Ghost Keyboard Typing". Mostly we are using for save the important data in Notepad. But without typing our data is displaying in notepad automatically. Basically it is a funny prank that you can do with any one for fun.

Ghost Keyboard Typing


This process also a "Ghost Keyboard Typing"  .

Process to start a "Ghost Keyboard Typing"

Step1: Open New Text Document like Right on desktop and select create a new TEXT DOCUMENT            option or Simply Open a Notepad.
Step 2: Now Copy and paste the below code in Notepad.

set wshshell = wscript.CreateObject("wScript.Shell")
wshshell.run "Notepad"
wscript.sleep 600
wshshell.sendkeys "T"
wscript.sleep 100
wshshell.sendkeys "E"
wscript.sleep 130
wshshell.sendkeys "C"
wscript.sleep 150
wshshell.sendkeys "H"
wscript.sleep 200
wshshell.sendkeys "N"
wscript.sleep 210
wshshell.sendkeys "E"
wscript.sleep 100
wshshell.sendkeys "W"
wscript.sleep 130
wshshell.sendkeys "S"
wscript.sleep 150
wshshell.sendkeys "4"
wscript.sleep 100
wshshell.sendkeys "L"
wscript.sleep 130
wshshell.sendkeys "I"
wscript.sleep 190
wshshell.sendkeys "F"
wscript.sleep 160
wshshell.sendkeys "E"
wscript.sleep 100
wshshell.sendkeys "."



Previous Post Next Post