How To Type Automatically In Notepad [ Ghost Typing ]

Wednesday, November 27, 2013

Hello Cs Tricks Readers, here I am back with you one new prank which will amazed you and your friends. Ghost typing trick will shock your friends that means it will automatically type your contents without typing anything. Mainly this is just a VB script prank via which we can put certain word in coding of script and after running the .vbs file , the typing will start automatically. I am using this coding for my videos because at the time of recording videos, I don't have to write manually, it will automatically do my task. You too can do this easily, you just have to edit below given codings .

Steps To Follow :


  • Open NOTEPAD.
  • Now paste below given code in Notepad and save it as cstricks.vbs. You can name it with anyname but extension should be .vbs.




  • After saving, double click the cstricks.vbs file to open .
  • Now you can see the text " Thanks for visiting Cs Tricks Enjoy Our Tricks" is automatically typed in notepad.
  • Here you can edit text of this file along with your own text as per your choice.
  • Just look at the text "wshshell.sendkeys "T" " , remove your own text in the place of "T".


You can also change the delay time between two characters, just edit "wscript.sleep 400" . Here 400 is delay time, more you increase more lately it will type. 



  • You can view this typing effect in MS DOS also, just edit code and replace Notepad with CMD.


You're Done !! Now you can type unlimited text automatically by using this trick. quite cool na ? Use it and comment below for more queries.




No comments:

Post a Comment