Notepad Tricks Ghost keyboard Typing



People Use notepad to type and save some important or regular information, But very less people know that there is much more that we can do with Notepad. Today I've got one most interesting notepad trick to offer you all. It is called "Ghost Keyboard Typing". The idea behind this trick is quiet simple; notepad starts typing automatically whatever we want. Interesting right? 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.
No technical skills are required to use this wonderful trick. You can easily implement it even if you're familiar with only Notepad. 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.

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 "N"
wscript.sleep 100
wshshell.sendkeys "O"
wscript.sleep 120
wshshell.sendkeys "T"
wscript.sleep 200
wshshell.sendkeys "E"
wscript.sleep 100
wshshell.sendkeys "P"
wscript.sleep 140
wshshell.sendkeys "A"
wscript.sleep 100
wshshell.sendkeys "D"
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.

NOTE: While Double Clicking on the saved file if you see an error box like ” line 1 ” and “Char 37” don't worry, right click on notepadtricks.vbs and click on edit, delete all Double quotations ie: ” and Type them all manually from your keyboard, save it and now you will have no errors.


0 comments:

Post a Comment