Make text type automatically in Notepad
In this post I am going to share with you a cool notepad trick with which you can surprise and fool anyone just for fun.
What the following trick does is that when you open the file, a phase or sentence will be written upon automatically. You can also use this trick to show others how fast
you can type.Requirements:
1. Windows PC
2. Notepad
Procedure:
1. Open a notepad
2. Copy and paste the following code in the notepad
______________________________________________________________
set wshshell = wscript.CreateObject(“wScript.Shell”)
wshshell.run “Notepad”
wscript.sleep 400
wshshell.sendkeys “p”
wscript.sleep 80
wshshell.sendkeys “c”
wscript.sleep 120
wshshell.sendkeys “D”
wscript.sleep 150
wshshell.sendkeys “r”
wscript.sleep 100
wshshell.sendkeys “o”
wscript.sleep 140
wshshell.sendkeys “i”
wscript.sleep 100
wshshell.sendkeys “d”
wscript.sleep 200
wshshell.sendkeys “T”
wscript.sleep 50
wshshell.sendkeys “e”
wscript.sleep 170
wshshell.sendkeys “c”
wscript.sleep 100
wshshell.sendkeys “h”
wscript.sleep 150
wshshell.sendkeys “.”
wscript.sleep 50
wshshell.sendkeys “b”
wscript.sleep 160
wshshell.sendkeys “l”
wscript.sleep 200
wshshell.sendkeys “o”
wscript.sleep 100
wshshell.sendkeys “g”
wscript.sleep 120
wshshell.sendkeys “s”
wscript.sleep 160
wshshell.sendkeys “p”
wscript.sleep 200
wshshell.sendkeys “o”
wscript.sleep 100
wshshell.sendkeys “t”
wscript.sleep 120
wshshell.sendkeys “.”
wscript.sleep 160
wshshell.sendkeys “c”
wscript.sleep 120
wshshell.sendkeys “o”
wscript.sleep 120
wshshell.sendkeys “m”
wscript.sleep 100
______________________________________________________________
3. Save the notepad as "CyboBytes.vbs" (or any name with vbs as its extension)
4. Now, double on the created file. You will find that CyboBytes.blogspot.com will be written automatically
Moreover you can edit the words In the above given Code with any desired phase.
5. You can also use the file downloaded from the link Just click on the *.vbs file twice to see the action.
Like us on Facebook to get our daily updates
NOTE:
If the above does not work download it from here and then edit the code.
While clicking twice on the saved vbs file if you mayfind an error message as "line 1" and "Char 37" .Then right click on CyboBytes.vbs and click on edit and remove all double quotations save it and now you will have no errors.
While clicking twice on the saved vbs file if you mayfind an error message as "line 1" and "Char 37" .Then right click on CyboBytes.vbs and click on edit and remove all double quotations save it and now you will have no errors.
Thanks for reading this post to type text automatically.
Comment below if you have any queries regarding this post. Click here for more updates from the world of PC, anDroid & Tech.
Like us at
or follow us at
https://plus.google.com/+CybobytesBlogspot
and keep visiting http://cybobytes.blogspot.com/
and keep visiting http://cybobytes.blogspot.com/


Comments
Post a Comment