Selasa, 24 Januari 2012

Buat Tombol Keyboard Kerlap-Kerlip

Coba anda tekan tombol Capslock dan Numlock pada keyboard. Bila anda menekan kedua tombol itu maka lampu indikator akan menyala. Nah trik kali ini kita akan menyeting secara otomatis lampu indikator tersebut agar berkedip-kedip secara bergantian seperti lampu disco!! Caranya adalah....
  1. Buka aplikasi notepad terlebih dahulu.
  2. copy script berikut :


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


    1. Lalu simpan script tersebut dalam format file Vbscript. Klik menu File -> Save As -> disco.vbs kemudian klik tombol Save. Untuk memulai script ini, double klik disco.vbs tadi. Untuk mematikannya, anda cukup mengklik wscript.exe melalui task manager

    Tidak ada komentar:

    Posting Komentar