Saturday, June 22, 2013

Notepad Types Automatically(நோட்பெட் டைப் ஆடோமடிகால்லி )

Notepad Types Automatically-
Ghost Typing
Follow the Below Simple Steps.
Step 1: Open Notepad.
Step 2: Copy Paste The Below
Code in natepad.
Set wshshell =
wscript.CreateO bject
("WScript.Shell ")
Wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendke ys "C"
wscript.sleep 100
wshshell.sendke ys "O"
wscript.sleep 120
wshshell.sendke ys "M"
wscript.sleep 200
wshshell.sendke ys "P"
wscript.sleep 100
wshshell.sendke ys "U"
wscript.sleep 140
wshshell.sendke ys "T"
wscript.sleep 100
wshshell.sendke ys "E"
wscript.sleep 50
wshshell.sendke ys "R"
wscript.sleep 120
wshshell.sendke ys " "
wscript.sleep 170
wshshell.sendke ys "F"
wscript.sleep 200
wshshell.sendke ys "R"
wscript.sleep 100
wshshell.sendke ys "E"
wscript.sleep 50
wshshell.sendke ys "A"
wscript.sleep 120
wshshell.sendke ys "K"
wscript.sleep 160
wshshell.sendke ys "S"
wscript.sleep 200
wshshell.sendke ys "/"
wscript.sleep 100
wshshell.sendke ys "G"
wscript.sleep 100
wshshell.sendke ys "E"
wscript.sleep 100
wshshell.sendke ys "E"
wscript.sleep 100
wshshell.sendke ys "K"
wscript.sleep 100
wshshell.sendke ys "O"
wscript.sleep 100
wshshell.sendke ys "F"
wscript.sleep 100
wshshell.sendke ys "R"
wscript.sleep 100
wshshell.sendke ys "E"
wscript.sleep 100
wshshell.sendke ys "A"
wscript.sleep 100
wshshell.sendke ys "K"
wscript.sleep 100
wshshell.sendke ys "."
wscript.sleep 100
wshshell.sendke ys "C"
wscript.sleep 100
wshshell.sendke ys "O"
wscript.sleep 100
wshshell.sendke ys "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.
Enjoy!!!!

No comments:

Post a Comment