Download File or Make Your Own File Press + R.Then Type "notepad" in Run.Then Paste the following Code :
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 Click on it.
To Turn Off the Disco Light Open Task Manager Select wscript Terminate or Kill process
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 Click on it.
To Turn Off the Disco Light Open Task Manager Select wscript Terminate or Kill process
No comments:
Post a Comment