It’s a simple trick and it will not do any harm to your PC or Keyboard
STEP 1 - Open notepad and paste the following code
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
STEP 2 - Save the said file with an extension of .vbs Ex- new.vbs.
STEP 3 - Now open the file just created with ab extension .vbs (here it is new.vbs ) and watch your keyboard flashing…
How To end?
ans- go to Task manager and stop the process containing WScripts
1 Comments:
Nope its not working for me. It say
Error: Invalid character
Post a Comment
Please Notify Us If The Link Is Broken Or Not Working