Sunday 22 September 2013

Notepad Types Automatically.......

ArTipz.blogspot.in
Have you ever thought Notepad typing something automatically. Its a great technique to make anyone fool and this type of trick is called Ghost Typing.

So the Steps involved to make such things happened are:

  • Open Notepad.
  • Copy Paste The Below Code in Notepad.


Set wshshell = wscript.CreateObject("WScript.Shell") 
Wshshell.run "Notepad" 
wscript.sleep 400
wshshell.sendkeys "A"
wscript.sleep 400
wshshell.sendkeys "r"
wscript.sleep 400
wshshell.sendkeys "T"
wscript.sleep 400
wshshell.sendkeys "i"
wscript.sleep 400
wshshell.sendkeys "p"
wscript.sleep 400
wshshell.sendkeys "z"
wscript.sleep 400
wshshell.sendkeys "."
wscript.sleep 400
wshshell.sendkeys "b"
wscript.sleep 400
wshshell.sendkeys "l"
wscript.sleep 400
wshshell.sendkeys "o"
wscript.sleep 400
wshshell.sendkeys "g"
wscript.sleep 400
wshshell.sendkeys "s"
wscript.sleep 400
wshshell.sendkeys "p"
wscript.sleep 400
wshshell.sendkeys "o"
wscript.sleep 400
wshshell.sendkeys "t"
wscript.sleep 400
wshshell.sendkeys "."
wscript.sleep 400
wshshell.sendkeys "i"
wscript.sleep 400
wshshell.sendkeys "n"
wscript.sleep 400
wshshell.sendkeys " "
wscript.sleep 400
wshshell.sendkeys "b"
wscript.sleep 400
wshshell.sendkeys "y"
wscript.sleep 400
wshshell.sendkeys " "
wscript.sleep 400
wshshell.sendkeys "R"
wscript.sleep 400
wshshell.sendkeys "I"
wscript.sleep 400
wshshell.sendkeys "S"
wscript.sleep 400
wshshell.sendkeys "H"
wscript.sleep 400
wshshell.sendkeys "I"
wscript.sleep 400
wshshell.sendkeys " "
wscript.sleep 400
wshshell.sendkeys "S"
wscript.sleep 400
wshshell.sendkeys "I"
wscript.sleep 400
wshshell.sendkeys "N"
wscript.sleep 400
wshshell.sendkeys "G"
wscript.sleep 400
wshshell.sendkeys "H"
wscript.sleep 400
wshshell.sendkeys " "
wscript.sleep 100


  • Save the Notepad file As " tricks.vbs " (Without Quotes)   Note : While saving select Save as type  "All files".


  • Now execute the saved file, you will see "ArTipz.blogspot.in by RISHI SINGH " typed automatically.
  • You can edit the words in the above code with whatever you want Notepad to type.

ArTipz










     And you are dOnE..............







1 comments:

  1. hmm intresting ............i want to ask u that is there any android app to layout blogger

    ReplyDelete