Frustrate your friend by making this VBScript hit Enter simultaneously:
Type :
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Save it as "Anything.VBS" and send it.
Toggle your friend's Caps Lock button simultaneously:
Type :
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
Save it as "Anything.VBS" and send it.
Frustrate your friend by making this VBScript hit Backspace simultaneously:
Type :
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
Save it as "Anything.VBS" and send it.
Jai Shree Ganesh
![Jai Shree Ganesh](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFVBN6iU8mkEvKJZkDe7-pGQ9iHw6s-krVfoIpCHEo3u8jJUxBtLvNPOBxcZT8S3d5lZv2h-DYgEdSG_ggUNLz3Es433PeWcCyC5TRimlYhqXhlMy7us4a6NL5L1KHBvKZtMvYpaMyTbfG/s740/500-HL-1001.jpg)
Some cool vbscript to freak out your friends..
Posted by seepey_141_The blog CreatoR Labels: .vbs, Fun, Tricks, Windows
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment