How to make notepad type by itself

GHOST TYPING TRICK
====================

Hello friendzzz, I am back to share short and cool notepad trick that how to make notepad type by itself. It means system automatically type text in notepad doesn’t need to press any key of keyboard. It is simple VB script trick, code make notepad type by itself. People uses notepad daily to store information but this features rarely known to users. It is prank you can do it with anyone and make surprise to friends by using this notepad trick.”how to make notepad type by itself”


Step 1: Open Notepad (Start -> Run -> Notepad hit Enter)

Step 2: Create new file or text document.Copy and paste code in Notepad. Ghost Keyboard Typing code is here::==

Copy following code

set wshshell = wscript.CreateObject("wScript.Shell")
wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "B"
wscript.sleep 100
wshshell.sendkeys "l"
wscript.sleep 120
wshshell.sendkeys "a"
wscript.sleep 200
wshshell.sendkeys "c"
wscript.sleep 100
wshshell.sendkeys "k"
wscript.sleep 140
wshshell.sendkeys " "
wscript.sleep 100
wshshell.sendkeys "H"
wscript.sleep 50
wshshell.sendkeys "a"
wscript.sleep 120
wshshell.sendkeys "c"
wscript.sleep 170
wshshell.sendkeys "k"
wscript.sleep 100
wshshell.sendkeys ":"
wscript.sleep 50

Step 3: Save the notepad file as ghost.vbs (.vbs extension must) but save file type as all files.

Step 4: Now double click on that saved file to open. You will see the magic how automatically “ghost.com” message will be typed.

Today you learned this awesome notepad trick. You can use another message existing one. You need to just replace characters from code with your message characters.

Note: While opening ghost.vbs file if you got an error like “Line 1” and “Char 37” then open ghost.vbs with notepad.

Now delete all double inverted comas (“) from code and type them manually, Save and open file. Now you don’t have any error.

-- A Black Hack: Post
Previous
Next Post »
Thanks for your comment