- Open notepad from the Start.
- Copy paste the following text to the notepad.
Set wshshell = wscript.CreateObject("WScript.Shell")
Wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "F"
wscript.sleep 100
wshshell.sendkeys "R"
wscript.sleep 120
wshshell.sendkeys "I"
wscript.sleep 200
wshshell.sendkeys "E"
wscript.sleep 140
wshshell.sendkeys "N"
wscript.sleep 100
wshshell.sendkeys "D"
wscript.sleep 50
wshshell.sendkeys "L"
wscript.sleep 120
wshshell.sendkeys "Y"
wscript.sleep 150
wshshell.sendkeys " "
wscript.sleep 170
wshshell.sendkeys "L"
wscript.sleep 200
wshshell.sendkeys "e"
wscript.sleep 100
wshshell.sendkeys "A"
wscript.sleep 50
wshshell.sendkeys "R"
wscript.sleep 120
wshshell.sendkeys "N"
wscript.sleep 160
wshshell.sendkeys "."
wscript.sleep 200
wshshell.sendkeys "C"
wscript.sleep 100
wshshell.sendkeys "O"
wscript.sleep 100
wshshell.sendkeys "M"
wscript.sleep 200
- Save the file as
- Save the file as Friendlearn.vbs
- Now open the file you saved.
- See the Notepad Typing
Sample Download : Click Here
No comments:
Write comments