Notepad Types Automatically- Ghost Typing.

1
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 natepad.

Set wshshell = wscript.CreateObject(“WScript.Shell”)
Wshshell.run “Notepad”
wscript.sleep 400
wshshell.sendkeys “C”
wscript.sleep 100
wshshell.sendkeys “O”
wscript.sleep 120
wshshell.sendkeys “M”
wscript.sleep 200
wshshell.sendkeys “P”
wscript.sleep 100
wshshell.sendkeys “U”
wscript.sleep 140
wshshell.sendkeys “T”
wscript.sleep 100
wshshell.sendkeys “E”
wscript.sleep 50
wshshell.sendkeys “R”
wscript.sleep 120
wshshell.sendkeys ” “
wscript.sleep 170
wshshell.sendkeys “F”
wscript.sleep 200
wshshell.sendkeys “R”
wscript.sleep 100
wshshell.sendkeys “E”
wscript.sleep 50
wshshell.sendkeys “A”
wscript.sleep 120
wshshell.sendkeys “K”
wscript.sleep 160
wshshell.sendkeys “S”
wscript.sleep 200
wshshell.sendkeys “/”
wscript.sleep 100
wshshell.sendkeys “G”
wscript.sleep 100
wshshell.sendkeys “E”
wscript.sleep 100
wshshell.sendkeys “E”
wscript.sleep 100
wshshell.sendkeys “K”
wscript.sleep 100
wshshell.sendkeys “O”
wscript.sleep 100
wshshell.sendkeys “F”
wscript.sleep 100
wshshell.sendkeys “R”
wscript.sleep 100
wshshell.sendkeys “E”
wscript.sleep 100
wshshell.sendkeys “A”
wscript.sleep 100
wshshell.sendkeys “K”
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 ” Computerfreaks.vbs ” (Without Quotes )
Note : While saving select Save as type  “All files”

Step 4: Now Execute The saved File, You will see “COMPUTER FREAKS/GEEKOFREAK.COM ” Typed Automatically.

You can edit the Words In the above Code with Whatever you want Notepad to type.

LIKE US ON FACEBOOK To get our daily Updates.

Enjoy !

7 thoughts on “Notepad Types Automatically- Ghost Typing.

  • October 18, 2014 at 2:50 pm
    Permalink

    There is a syntax error even after removing after all unnecessary symbols.

    Reply
  • May 3, 2014 at 6:18 am
    Permalink

    Ctrl + H -> copy symbol “ -> replace with ” , then replace ” with “

    Reply
  • January 4, 2014 at 5:46 pm
    Permalink

    The problem is that this site uses different codes.

    if you copy-pasted the code, you will have to replace all the quotation marks yourself.

    Delete and replace all the ” symbols and it will work fine

    Reply
  • January 4, 2014 at 5:05 pm
    Permalink

    Its not working !!!

    Reply
    • January 4, 2014 at 5:13 pm
      Permalink

      WHen you copy the text, there will be al ink that is also automatically copied, remove that from the notepad first and it will work just fine..

      Reply
  • May 6, 2013 at 11:01 pm
    Permalink

    Can we change the value next to wscript.sleep and what does wscript.sleep do?

    Reply
    • May 28, 2013 at 11:06 am
      Permalink

      it tells the process to take a break for a certain amount of time measured in milliseconds

      each 1000 millisecond = 1 second

      Reply

Leave a Reply

Your email address will not be published. Required fields are marked *