Toggle your friend’s Caps Lock button continuously:
Open Notepad and Type :
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
NOTE : Type the inverted commas manually that are in first line and in the fourth line.
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
NOTE : Type the inverted commas manually that are in first line and in the fourth line.
Save it as “Caps.VBS” and send it to your friend. Double click it if you want to see it working. Its a very funny Notepad Trick. HAVE FUN.
Note: If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under Processes end the process “wscript.exe”
No comments:
Post a Comment