Notepad Trick To Type Automatically – Ghost Keyboard Typing

In my previous post I wrote about 20+ notepad tips & tricks. Today again I’ve got one most interesting notepad trick to offer you all. It is termed as “Ghost Keyboard Typing“. The idea behind this trick is quiet simple; notepad starts typing automatically whatever we want. Interesting? of course a big Yes! You can use this to prank your friends or to amaze them with your technical skills. Now you might be thinking it as one of the toughest task made for only tech geeks. Then wait let me tell you the truth, you’re completely wrong friend.

Type Automatically In Notepad
Type Automatically In Notepad

No technical skills are required to use this wonderful trick. You can easily implement it even if you’re familiar with only Notepad. It’s enough for this tutorial. Just follow the guide written in simplified steps. 

Key Point: – You don’t even need to touch your keyboard and words are written in notepad on their own.

See also : Sticky Note For Chromebook: How To Use Them?

How To Type Automatically In Notepad

  • Navigate to your desktop, right click on it and create a new text document (Or simply open notepad and create a new file).
  • Copy and paste the following piece of code into it.
set wshshell = wscript.CreateObject(“wScript.Shell”)
wshshell.run “Notepad”
wscript.sleep 400
wshshell.sendkeys “C”
wscript.sleep 100
wshshell.sendkeys “R”
wscript.sleep 120
wshshell.sendkeys “U”
wscript.sleep 200
wshshell.sendkeys “N”
wscript.sleep 100
wshshell.sendkeys “C”
wscript.sleep 140
wshshell.sendkeys “H”
wscript.sleep 100
wshshell.sendkeys “Y”
wscript.sleep 50
wshshell.sendkeys “T”
wscript.sleep 100
wshshell.sendkeys “R”
wscript.sleep 120
wshshell.sendkeys “I”
wscript.sleep 170
wshshell.sendkeys “C”
wscript.sleep 100
wshshell.sendkeys “K”
wscript.sleep 50
wshshell.sendkeys “S”
wscript.sleep 120
  • Then go to File>>Save and select Save as type to all from drop down list.
  • Name it as anything.vbs (Remember file extension should be .vbs only).
  • Run it and see the magic.
Check out the video tutorial below:

                  

So this was all about ghost keyboard typing. I hope you would like slow typing in notepad. For any doubt or query feel free to leave a comment for us.

Read also: 25 Most Useful Keyboard Shortcuts For Blogger Post Editor

Scroll to Top