Kamis, 22 September 2011

koleksi script jail untuk komputer,,,hehe


Memberi pesan dan shutdown komputer. Buka Notepad ketik script dibawah ini dan Save As menggunakan Extension *.BAT
@echo off
msg * Komment dulu ahh sebelum Shutdown
shutdown -c "Error! Shutdown Klik disini" -s

Menyalakan tombol Caps lock secara terus-menerus. Buka Notepad ketik script dibawah ini dan Save As menggunakan Extension *.VBS
Set wshShell=wscript.CreateObject
("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

Buka/tutup CD drive secara terus menerus. Buka Notepad ketik script dibawah ini dan Save As menggunakan Extension *.VBS
Set oWMP = CreateObject
("WMPlayer.OCX.7")
Set colCDROMs =
oWMP.cdromCollection
do if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Tekan Enter secara terus-menerus. Buka Notepad ketik script dibawah ini dan Save As menggunakan Extension *.VBS
Set wshShell =
wscript.CreateObject
("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

Mengetik pesan kita secara otomatis di notepad. Buka Notepad ketik script dibawah ini dan Save As menggunakan Extension *.VBS
WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell =
WScript.CreateObject ("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate
"Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500
WshShell.SendKeys "you"
WScript.Sleep 500 WshShell.SendKeys "? "
WScript.Sleep 500
WshShell.SendKeys "I a"
WScript.Sleep 500
WshShell.SendKeys "m g"
WScript.Sleep 500
WshShell.SendKeys "ood"
WScript.Sleep 500
WshShell.SendKeys " th"
WScript.Sleep 500
WshShell.SendKeys "ank"
WScript.Sleep 500
WshShell.SendKeys "s! "

Menjalankan BACKSPACE secara terus-menerus. Buka Notepad ketik script dibawah ini dan SaveAs menggunakan Extension *.VBS
MsgBox "Let's go back a few
steps"
Set wshShell
=wscript.CreateObject
("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop

Hack keyboard sehingga korban dipaksa mengetik "You are a maho" secara terus-menerus. Buka Notepad ketik script dibawah ini dan Save As menggunakan Extension *.VBS
Set wshShell =
wscript.CreateObject
("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a
gay"
loop

Buka Notepad secara terus menerus. Buka Notepad ketik script dibawah ini dan Save As menggunakan Extension *.BAT
@ECHO off :top
START %SystemRoot%
\system32\notepad.exe
GOTO top

Munculin 5 pilihan yang harus korban pilih. Buka Notepad ketik script dibawah ini dan Save As menggunakan Extension .BAT
@echo off
title The end of the world
cd C:\
:menu
cls
echo oops gw gak tanggung
jawab lho apa yang barusan lu
lakuin hehhe,,semuanya dh jadi
tanggung jawab lu sendiri...
pause
echo pilih nama blog yang lu
suka =P :
echo 1. datanya bakal ilang lho.
echo 2. komputer nya corrupt
lho
echo 3. heheh no comment deh
klo yang ini
echo 4. mau mati pake jalan ini?
echo 5. bye bye...
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two


Catatan: Untuk mengembalikan seperti semula… tekan CTRL+ALT+DEL lalu muncul Task Manager, klik tab process dan cari wscript.exe, kalau sudah ketemu klik dan End Process.
selamat mencoba
Selebihnya silahkan pahami dan experimen sendiri juga kembangkan lagi.
Pesan Saya, Jangan Jahilin orang yang tidak berdosa, apalagi tak tau apa-apa soal komputer.

2 komentar:

  1. lamun di warnet kan teu bisa dibuka task manager na, meureun kudu di restart atuh klis

    BalasHapus
    Balasan
    1. tidak perlu coy,,,
      tinggal klik CTRL + ALT + Del
      Dan pilih task manager
      atau dengan cara mengklik Run lalu masukan kalimat wscript kedalam perintah nya

      Hapus