Notepad Words Typed Automatically Funny Notepad Trick

 

notepad-tricks

Hello Friends,
First Of All Happy New Year 2014 To My All Visitor.This Is My First Post in This Year.And Recently I Make A Webiste For All Website Owners That Gives The Frames For Ads So if You Are A website Owner Then check It Frame4ads. Now Lets Talk About Notepad Funny Trick.

How to Make notepad typing automatically without press of any botton

This not A Big issue This Can Be Done using visual basic script(.vbs).Yes we Have To Add a Script In A Notepad File And Save With An Extension .vbs

Follow The Steps

1.Open Notepad

2.Type The Text below In notepad.

set wshshell = wscript.CreateObject(“wScript.Shell”)
wshshell.run “Notepad”
wscript.sleep 400
wshshell.sendkeys “T”
wscript.sleep 200
wshshell.sendkeys “R”
wscript.sleep 120
wshshell.sendkeys “I”
wscript.sleep 200
wshshell.sendkeys “C”
wscript.sleep 120
wshshell.sendkeys “K”
wscript.sleep 200
wshshell.sendkeys “S”
wscript.sleep 120
wshshell.sendkeys “1”
wscript.sleep 200
wshshell.sendkeys “0”
wscript.sleep 120
wshshell.sendkeys “.”
wscript.sleep 200
wshshell.sendkeys “C”
wscript.sleep 120
wshshell.sendkeys “O”
wscript.sleep 200
wshshell.sendkeys “M”
wscript.sleep 120

4.Now save this File With  name Tricks10.vbs
5. And Open This Tricks10.vbs File You Can See Texts Are Typing Automatically And You Can Change The Texts

Note:- The Format Should Be Selected To All Files and extension is .vbs

Leave a Comment