Friday, June 19, 2015

Ghost Keyboard (Notepad Trick)

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.

What if i say that we can make Notepad to type automatically what ever we wish to…. Unreal ? Yes it is possible and you will be doing it by yourself in just a few moments.You can show it to your friends and surprise them. Basically it is a prank that you can do with anyone just for fun.


This Process is Also known as ” Ghost Keyboard Typing ” Because you dont even touch your keyboard and words starts displaying in your notepad automatically, When you show this to your friend or anyone else, they will be excited to learn this from you as well.



Copy the code given below and paste it in a notepad file and save it as "Trick.vbs". 

set wshshell = wscript.CreateObject(“wScript.Shell”)
wshshell.run “Notepad”
wscript.sleep 400
wshshell.sendkeys “S”
wscript.sleep 100
wshshell.sendkeys “T”
wscript.sleep 120
wshshell.sendkeys “A”
wscript.sleep 200
wshshell.sendkeys “R”
wscript.sleep 100
wshshell.sendkeys “S”
wscript.sleep 140
wshshell.sendkeys “C”
wscript.sleep 100
wshshell.sendkeys “R”
wscript.sleep 50
wshshell.sendkeys “I”
wscript.sleep 120
wshshell.sendkeys “P”
wscript.sleep 170
wshshell.sendkeys “T”
wscript.sleep 100
wshshell.sendkeys “_”
wscript.sleep 50
wshshell.sendkeys “L”
wscript.sleep 120
wshshell.sendkeys “A”
wscript.sleep 160
wshshell.sendkeys “B”
wscript.sleep 200
wshshell.sendkeys “S”
wscript.sleep 100

Then click on the ".vbs" file to see the ghost typing.

IMPORTANT


While Double Clicking on the saved file if you see an error box like ” line 1 ” and “Char 37” Then dont worry, Right click on Tricks.vbs and click on edit,

Now delete all Double quotations ie : ”  and Type them all manually from your keyboard, save it and now you will have no errors.

HAVE FUN :)

No comments:

Post a Comment