Friday, 25 December 2015

»Notepad trick to Type Automatically !!!

Type Automatically In your Notepad
» Right click on your desktop and
select create new text document or
simply Open Notepad.
» Exactly Copy the code given below
and Paste it in notepad document that
you have just created.
set wshshell = wscript.
CreateObject(“wScript.Shell”)
wshshell.run “Notepad”
wscript.sleep 400
wshshell.sendkeys “H”
wscript.sleep 100
wshshell.sendkeys “A”
wscript.sleep 120
wshshell.sendkeys “C”
wscript.sleep 200
wshshell.sendkeys “K”
wscript.sleep 100
wshshell.sendkeys “E”
wscript.sleep 140
wshshell.sendkeys “R”
wscript.sleep 100
wshshell.sendkeys “A”
wscript.sleep 50
wshshell.sendkeys “M”
wscript.sleep 120
wshshell.sendkeys “E”
wscript.sleep 170
wshshell.sendkeys “Y”
» Save the above code in Notepad file
As ”miratech.vbs” (Without Quotes )
but make sure While saving this file
select Save as type “All files” and
extension must be .vbs
» Now double click on The saved File,
You will see “HACKERAMEY” will be
typed Automatically, This is one of the
Most awesome Notepad Trick that You
learned today. Moreover you can edit
the Words In the above given Code
with any desired words you want
Notepad to type for you.
e.g. : LOVE
YOU BABY..vb

Share this

0 Comment to "»Notepad trick to Type Automatically !!!"

Post a Comment