Menu

Toggle Caps Lock button simultaneously


Procedure to Toggle your friend's Caps Lock button simultaneously:
1. Open Notepad ( Search it in start menu )
2. Now simply copy and paste the below script into the notepad.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
3. Now just save this file as Anything.vbs ( Remember the .vbs is really important so do put it)
4. So now just enjoy sharing this file by uploading it to social networks website, now remember to change its name and icon to something more exciting to click.

No comments:

Post a Comment