How To Type Automatically In Notepad [ Ghost Typing ] !!
-------------------------------------------------------------------
Hello 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.
Set wshshell = wscript.CreateObject("WScript.Shell")
Wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "T"
wscript.sleep 100
wshshell.sendkeys "h"
wscript.sleep 120
wshshell.sendkeys "a"
wscript.sleep 200
wshshell.sendkeys "n"
wscript.sleep 100
wshshell.sendkeys "k"
wscript.sleep 140
wshshell.sendkeys "s"
wscript.sleep 100
wshshell.sendkeys " "
wscript.sleep 50
wshshell.sendkeys "F"
wscript.sleep 120
wshshell.sendkeys "o"
wscript.sleep 170
wshshell.sendkeys "r"
wscript.sleep 200
wshshell.sendkeys " "
wscript.sleep 100
wshshell.sendkeys "V"
wscript.sleep 50
wshshell.sendkeys "i"
wscript.sleep 120
wshshell.sendkeys "s"
wscript.sleep 160
wshshell.sendkeys "i"
wscript.sleep 200
wshshell.sendkeys "t"
wscript.sleep 100
wshshell.sendkeys "i"
wscript.sleep 140
wshshell.sendkeys "n"
wscript.sleep 110
wshshell.sendkeys "g"
wscript.sleep 160
wshshell.sendkeys " "
wscript.sleep 140
wshshell.sendkeys "T"
wscript.sleep 120
wshshell.sendkeys "e"
wscript.sleep 190
wshshell.sendkeys "c"
wscript.sleep 110
wshshell.sendkeys "h"
wscript.sleep 100
wshshell.sendkeys " "
wscript.sleep 140
wshshell.sendkeys "K"
wscript.sleep 150
wshshell.sendkeys "n"
wscript.sleep 160
wshshell.sendkeys "o"
wscript.sleep 170
wshshell.sendkeys "w"
wscript.sleep 100
wshshell.sendkeys "l"
wscript.sleep 120
wshshell.sendkeys "e"
wscript.sleep 130
wshshell.sendkeys "d"
wscript.sleep 140
wshshell.sendkeys "g"
wscript.sleep 170
wshshell.sendkeys "e"
wscript.sleep 110
wshshell.sendkeys " "
wscript.sleep 100
wshshell.sendkeys " W "
wscript.sleep 140
wshshell.sendkeys " O "
wscript.sleep 160
wshshell.sendkeys " R "
wscript.sleep 160
wshshell.sendkeys " L "
wscript.sleep 100
wshshell.sendkeys " D "
wscript.sleep 140
wshshell.sendkeys "e"
wscript.sleep 110
wshshell.sendkeys " "
wscript.sleep 120
wshshell.sendkeys "L"
wscript.sleep 110
wshshell.sendkeys "i"
wscript.sleep 140
wshshell.sendkeys "k"
wscript.sleep 100
wshshell.sendkeys "e"
wscript.sleep 100
wshshell.sendkeys " "
wscript.sleep 100
wshshell.sendkeys "u"
wscript.sleep 100
wshshell.sendkeys "s"
wscript.sleep 100
wshshell.sendkeys " "
wscript.sleep 100
wshshell.sendkeys "f "
wscript.sleep 130
wshshell.sendkeys "o "
wscript.sleep 140
wshshell.sendkeys "r "
wscript.sleep 150
wshshell.sendkeys " "
wscript.sleep 140
wshshell.sendkeys "M "
wscript.sleep 140
wshshell.sendkeys "o "
wscript.sleep 170
wshshell.sendkeys "r "
wscript.sleep 140
wshshell.sendkeys "e!"
wscript.sleep 160
wshshell.sendkeys "! "
wscript.sleep 170
wshshell.sendkeys ":"
wscript.sleep 140
wshshell.sendkeys ") "
wscript.sleep 140
=> After saving, double click the heartofhacking.vbs file to open .
=> Now you can see the text " Thanks for visiting Heart of Hacking for more like us." 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" and so on...
=> 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....njoy...
No comments:
Post a Comment