Buka notepad,
copy kode dibawah ini :
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 300
wshshell.sendkeys "{SCROLLLOCK}"
loop
Save file dengan ekstensi .vbs
Efek nya lampu nyala bergantian
--------------------------------------------------------------------------------------
Copy kode dibawah ini:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
Save file dengan ekstensi .vbs
Efek nya lampu nyala lebih cepat
Untuk kecepatan berkedip lampu, tinggal ganti angka 100, ganti terserah aja..
Untuk matiin Kill Proses di task manager (wscript.exe)
Monggo silahkan di cobaa....
No comments:
Post a Comment