Tuesday, August 27, 2013

Notepad Types Automatically- Ghost Typing.


Hello Everyone, Today I will Show you an awesome Notepad trick. In this trick Notepad will Type Automatically,This is also known as Ghost Typing. No no. This is not a Scary Prank .


Let Me Start the Trick Without Confusing you more.
Follow the Below Simple Steps.
Step 1: Open Notepad.



Step 2: Copy Paste The Below Code in notepad.


    Set wshshell = wscript.CreateObject("WScript.Shell")
    Wshshell.run "Notepad"
    wscript.sleep 400
    wshshell.sendkeys "A"
    wscript.sleep 100
    wshshell.sendkeys "L"
    wscript.sleep 120
    wshshell.sendkeys "L"
    wscript.sleep 200
    wshshell.sendkeys "M"
    wscript.sleep 100
    wshshell.sendkeys "Y"
    wscript.sleep 140
    wshshell.sendkeys "T"
    wscript.sleep 100
    wshshell.sendkeys "R"
    wscript.sleep 50
    wshshell.sendkeys "I"
    wscript.sleep 120
    wshshell.sendkeys "C"
    wscript.sleep 170
    wshshell.sendkeys "K"
    wscript.sleep 200
    wshshell.sendkeys "."
    wscript.sleep 100
    wshshell.sendkeys "B"
    wscript.sleep 50
    wshshell.sendkeys "L"
    wscript.sleep 120
    wshshell.sendkeys "O"
    wscript.sleep 160
    wshshell.sendkeys "G"
    wscript.sleep 200
    wshshell.sendkeys "S"
    wscript.sleep 100
    wshshell.sendkeys "P"
    wscript.sleep 100
    wshshell.sendkeys "O"
    wscript.sleep 100
    wshshell.sendkeys "T"
    wscript.sleep 100
    wshshell.sendkeys "."
    wscript.sleep 100
    wshshell.sendkeys "C"
    wscript.sleep 100
    wshshell.sendkeys "O"
    wscript.sleep 100
    wshshell.sendkeys "M"
    wscript.sleep 100
   


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

Step 4: Now Execute The saved File, You will see "ALLMYTRICKZ.BLOGSPOT.COM " Typed Automatically.









No comments:

Post a Comment