Cara Buat Lampu Keyboard Berkedip

Membuat lampu keyboard seperti Num Lock, Caps Lock, Dan Scroll Lock Kedap Kedip Seperti Disko tidaklah sulit. Cara ini bisa anda gunakan untuk iseng-ieseng atau bahkan untuk mengerjai teman anda ^_^!!


Berikut caranya:

1. Buka Notepad Agar lebih cepat klik kanan pilih New lalu pilih dan klik Text Document.

2. Lalu isi kode berikut ke dalam Notepad.


Set wshShell =wscript.CreateObject("WScript.Shell")
 do
 wscript.sleep 100
 wshshell.sendkeys "{CAPSLOCK}"
 wshshell.sendkeys "{NUMLOCK}"
 wshshell.sendkeys "{SCROLLLOCK}"
 loop

3. Simpan Notepad dengan ekstensi .vbs (Contoh: AlmalikiDisko.vbs)

4. Lalu buka file tersebut dan lihat tombol keyboard anda akan berkedap kedip sendiri.


Jangan panik!! untuk mematikannya:

1. Buka Task Manager agar lebih cepat Tekan CTRL+ALT+DEL.

2. Klik pada menu Processes

3. Kemudian cari program WScript.exe dan matikan program tersebut

0 Response to " Cara Buat Lampu Keyboard Berkedip "