Open notepad & type this
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
save as disco.vbs
then just see the lights of the keyboard....(caps lock,scroll lock & num lock wali lights)
For stop the disko::
open task manager and end process wscript.exe
& its done....
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.