This VBS trick makes your computer crazy by toggle your caps lock continuously
- Open Notepad
- Copy the below text in notepad.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
- Save the file with any name and .vbs extension rather than .txt .
- It's all done. Double click on file and enjoy.
Bhuvan Arora
No comments:
Post a Comment