Would you like to know how these lights will flash consequently . Ya it is possible with vbs script by using notepad . By activating this trick on your computer all lights on your keyboard will start to blink in a manner .
Tutorial : Keyboard LED Flash Effect (Make a Disco)
- Open notepad and copy the code below .
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
- Save the file as keyboard.vbs .
- open the file and enjoy .
Note : This effect is to turn off manually .
How To Turn Off :
- Open Task manager (CTRL+ALT+DEL) .
- Now searcch for wscript.exe
- click on end process .
If you have any suggestions or querie related feel free to comment below .
it not works
ReplyDeleteJust follow instructions bro it will work fine
ReplyDeleteit didnt make it disco, it must be becasue i dont have a led keyboard, but my mouse stopped working and the caps lock light was just flashing
ReplyDelete