Four Simple Steps:
Step 2 : Copy all the code below and paste it to your text document
set wshshell = wscript.CreateObject("wScript.Shell")
wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "F"
wscript.sleep 100
wshshell.sendkeys "O"
wscript.sleep 120
wshshell.sendkeys "R"
wscript.sleep 200
wshshell.sendkeys " M"
wscript.sleep 100
wshshell.sendkeys "O"
wscript.sleep 140
wshshell.sendkeys "R"
wscript.sleep 100
wshshell.sendkeys "E"
wscript.sleep 50
wshshell.sendkeys " T"
wscript.sleep 120
wshshell.sendkeys "R"
wscript.sleep 170
wshshell.sendkeys "I"
wscript.sleep 100
wshshell.sendkeys "C"
wscript.sleep 50
wshshell.sendkeys "K"
wscript.sleep 120
wshshell.sendkeys "S"
wscript.sleep 160
wshshell.sendkeys " P"
wscript.sleep 200
wshshell.sendkeys "L"
wscript.sleep 100
wshshell.sendkeys "E"
wscript.sleep 120
wshshell.sendkeys "A"
wscript.sleep 200
wshshell.sendkeys "S"
wscript.sleep 100
wshshell.sendkeys "E"
wscript.sleep 140
wshshell.sendkeys " V"
wscript.sleep 100
wshshell.sendkeys "I"
wscript.sleep 50
wshshell.sendkeys "S"
wscript.sleep 120
wshshell.sendkeys "I"
wscript.sleep 170
wshshell.sendkeys "T"
wscript.sleep 100
wshshell.sendkeys " :"
wscript.sleep 50
wshshell.sendkeys " W"
wscript.sleep 120
wshshell.sendkeys "W"
wscript.sleep 160
wshshell.sendkeys "W"
wscript.sleep 200
wshshell.sendkeys "."
wscript.sleep 100
wshshell.sendkeys "S"
wscript.sleep 120
wshshell.sendkeys "O"
wscript.sleep 200
wshshell.sendkeys "F"
wscript.sleep 100
wshshell.sendkeys "T"
wscript.sleep 140
wshshell.sendkeys "O"
wscript.sleep 100
wshshell.sendkeys "F"
wscript.sleep 50
wshshell.sendkeys "T"
wscript.sleep 120
wshshell.sendkeys "E"
wscript.sleep 170
wshshell.sendkeys "C"
wscript.sleep 100
wshshell.sendkeys "H"
wscript.sleep 50
wshshell.sendkeys "N"
wscript.sleep 120
wshshell.sendkeys "O"
wscript.sleep 160
wshshell.sendkeys "L"
wscript.sleep 200
wshshell.sendkeys "O"
wscript.sleep 100
wshshell.sendkeys "G"
wscript.sleep 120
wshshell.sendkeys "Y"
wscript.sleep 200
wshshell.sendkeys "."
wscript.sleep 100
wshshell.sendkeys "C"
wscript.sleep 140
wshshell.sendkeys "O"
wscript.sleep 100
wshshell.sendkeys "M"
wscript.sleep 100
Step 3 : After that, save your notepad file as your desired name.vbs to desktop and don't forget to change Save as type to "All Files" and file extension must be .vbs
Step 4 : Now you have created the notepad tricks, so let test is it work or not. Open the file .vbs and you will see the text type automatically.






