Saturday, May 28, 2016

Notepad Typing Tricks


This is one of myfavourite (is also known as ghost typing) what it does is opens a notepad and the typing starts automatically and you can change what it displays! The is below :


Open notepad from the Start.Copy paste the following text to the notepad.

Set wshshell = wscript.CrteObject("WScript.Shell")
Wshshell.run "Notepad"
wscript.sleep 400
wshshell.send "F"
wscript.sleep 100
wshshell.send "R"
wscript.sleep 120
wshshell.send "I"
wscript.sleep 200
wshshell.send "E"
wscript.sleep 140
wshshell.send "N"
wscript.sleep 100
wshshell.send "D"
wscript.sleep 50
wshshell.send "L"
wscript.sleep 120
wshshell.send "Y"
wscript.sleep 150
wshshell.send " "
wscript.sleep 170
wshshell.send "L"
wscript.sleep 200
wshshell.send "e"
wscript.sleep 100
wshshell.send "A"
wscript.sleep 50
wshshell.send "R"
wscript.sleep 120
wshshell.send "N"
wscript.sleep 160
wshshell.send "."
wscript.sleep 200
wshshell.send "C"
wscript.sleep 100
wshshell.send "O"
wscript.sleep 100
wshshell.send "M"
wscript.sleep 200
Save the file asSave the file as rajivrule.vbsNow open the file you saved.See the Notepad Typing

No comments:

Post a Comment