Want to see your keyboard light blinking constantly like a disco??
If yes, this is for you.
1st open your notepad
just copy and paste the code written below:-
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys "{SCROLLLOCK}"
loop
Now go to file then save as and then give any name you want with vbs extension.
means :- whatevername.vbs
Then it should create a vbs script file.
Double click on it.
Now see the keyboard lights(NUM lock,CAPS lock,SCROLL lock)
It starts blinking.
Here is a another script it blinks another style.
Do as above but now paste this code:-
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
save it as anyname.vbs like above
and double click the vbs filee to see the another style
NOTE:- To stop this go to task manager then processes and find wscript.exe
end that process. it stops blinking.
If yes, this is for you.
1st open your notepad
just copy and paste the code written below:-
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys "{SCROLLLOCK}"
loop
Now go to file then save as and then give any name you want with vbs extension.
means :- whatevername.vbs
Then it should create a vbs script file.
Double click on it.
Now see the keyboard lights(NUM lock,CAPS lock,SCROLL lock)
It starts blinking.
Here is a another script it blinks another style.
Do as above but now paste this code:-
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
save it as anyname.vbs like above
and double click the vbs filee to see the another style
NOTE:- To stop this go to task manager then processes and find wscript.exe
end that process. it stops blinking.
0 comments:
Speak up your mind
Tell us what you're thinking... !