Header Ads

Header Ads

Notepad Tricks, Notepad will Type Automatically [Ghost keyboard Typing]



Hellow everyone
, In this trick Notepad will Type Automatically,This is also known as Ghost Typing. No no. This is not a Scary Prank .

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.

Check it out  
IMPORTANT SHORTCUT KEYS FOR WINDOW AND MICROSOFT


Follow These simple steps 

Step 1:Open Notepad.
Step 2:Copy Paste The Below Code in natepad.


Set wshshell = wscript.CreateObject(“WScript.Shell”)Wshshell.run “Notepad”
wscript.sleep 400wshshell.sendkeys “A”
wscript.sleep 100wshshell.sendkeys “B”
wscript.sleep 120wshshell.sendkeys “C”
wscript.sleep 200wshshell.sendkeys “D”
wscript.sleep 100wshshell.sendkeys “E”
wscript.sleep 140wshshell.sendkeys “F”
wscript.sleep 100wshshell.sendkeys “G”
wscript.sleep 50wshshell.sendkeys “H”
wscript.sleep 120wshshell.sendkeys ”I“
wscript.sleep 170wshshell.sendkeys “J”
wscript.sleep 200wshshell.sendkeys “K”
wscript.sleep 100wshshell.sendkeys “L”
wscript.sleep 50wshshell.sendkeys “M”
wscript.sleep 120wshshell.sendkeys “N”
wscript.sleep 160wshshell.sendkeys “O”
wscript.sleep 200wshshell.sendkeys “P”
wscript.sleep 100wshshell.sendkeys “Q”
wscript.sleep 100wshshell.sendkeys “R”
wscript.sleep 100wshshell.sendkeys “S”
wscript.sleep 100wshshell.sendkeys “T”
wscript.sleep 100wshshell.sendkeys “U”
wscript.sleep 100wshshell.sendkeys “V”
wscript.sleep 100wshshell.sendkeys “W”
wscript.sleep 100wshshell.sendkeys “X”
wscript.sleep 100wshshell.sendkeys “Y”
wscript.sleep 100wshshell.sendkeys “Z”
wscript.sleep 100wshshell.sendkeys “ ”
wscript.sleep 100wshshell.sendkeys “1”
wscript.sleep 100wshshell.sendkeys “2”
wscript.sleep 100wshshell.sendkeys “3”
wscript.sleep 100


Step 3:Save the Notepad file As ” abc.vbs ” (Without Quotes )Note : While saving select Save as type “All files”

Step 4:Now Execute The saved File, You will see “A to z and1 2 3 4 ” Typed Automatically.You can edit the Words In the above Code with Whatever you want Notepad to type.

Note-While duble clicking on the saved file
If you see an error box 
Then dont worry, Right click on file name and edit file 
Now delete all double quatations ie:" and type them manually from keyboard and save again this will solve errors .

1 comment:

Powered by Blogger.