Recent Posts
Loading...
, ,

How To Set up Notepad To Automatically Type

Share on Google Plus

 Set up Notepad To Automatically Type By Simple Method

Today i am going to show you How To Set up Notepad To Automatically Type By Simple Method.A Notepad Is Page for writing notes on in a pocket size computer in which the user type input text by typing. This is also known as  "Ghost Keyboard Typing" because you don't even type on keyboard but the word start typing automatically.Basically it is a prank and you can make fun with your friends by using it.

Notepad-Automatically-Type

Set up Notepad To Automatically Type

1- First of all open your notepad and copy the code code given below and paste it in your note pad 

set wshshell = wscript.CreateObject(“wScript.Shell”)
wshshell.run “Notepad”
wscript.sleep 400
wshshell.sendkeys “S”
wscript.sleep 100
wshshell.sendkeys “M”
wscript.sleep 120
wshshell.sendkeys “A”
wscript.sleep 200
wshshell.sendkeys “R”
wscript.sleep 100
wshshell.sendkeys “T”
wscript.sleep 140
wshshell.sendkeys “T”
wscript.sleep 100
wshshell.sendkeys “R”
wscript.sleep 50
wshshell.sendkeys “I”
wscript.sleep 120
wshshell.sendkeys “C”
wscript.sleep 170
wshshell.sendkeys “K”
wscript.sleep 100
wshshell.sendkeys “S”
wscript.sleep 50
wshshell.sendkeys “.”
wscript.sleep 120
wshshell.sendkeys “N”
wscript.sleep 160
wshshell.sendkeys “E”
wscript.sleep 200
wshshell.sendkeys “T”
wscript.sleep 100
2- Now save your notepad in "Tricksabout.vbs" name withour commas.

Now you have done and all of your need is now double click on your tricksabout.vbs file and your keyboard will be type automatically 

Don't forget to read this post How To Turn Keyboard Light Into Disco Light.

Share on Google Plus

You Might Also Like

1 comments