Post: How To make an email bomber [TUT][eXhAiL][TeaMp0isoN]
12-15-2009, 03:31 AM #1
eXhAiL
Keeper
(adsbygoogle = window.adsbygoogle || []).push({}); OK today im going to show you how to make an email bomber in Visual Basic 2008.
Feel free to ask any questions on this.
What you will need:-
1. Microsoft Visual Basic 2008
2. A Slight Bit Of Common Sense.

You Can Download Microsoft Visual Basic 2008 You must login or register to view this content.

1)Open up Visual Basic 2008
2)Create a New Windows Form Application and name it anything you want for example I have named it Email Application – See Below For More Information. Then Click OK.
You must login or register to view this content.
3)Click the window that looks like a new window. Go to the settings on the right scroll down to the bottom until you find Text. edit this To What you want to appear on the top of your application for Example I Have Called Mine Email Application – See Below For More Information. (Red box means what text is being Edited)
You must login or register to view this content.
4)Now it is time for you too design and make the Application. Add 3 Buttons named Start-Stop and Exit You Can Change The Names By Clicking them and then start typing.
5)Now Add 5 Text-boxes Named 1.Google-mail Username 2.Google-mail password 3.Victims Email 4.Email subject 5.Email message (Make the 5th Text-Box multiline)
6)Now Add One timer.(Do NOT edit anything in this)
7)Add A Label click it and type the Number 0 . – For more information on [4,5,6&7] See Below.
Cool Man (aka Tustin)If you have followed It so far accurately It should look something like this.
You must login or register to view this content.
9)OK. We have now done the fun bit designing. Now it is time to code it all so it will all work.
10)Double Click The start button and type in
    Timer1.start()

11)Double Click The Stop button and type in
    Timer1.stop()

12)Double Click The Exit button and type in
    End

13)Go right to the top of the coding page and above “Public Class” Type in
    Imports System.Net.Mail

14)If you have followed it correctly so far it should look something like this
You must login or register to view this content.
15)Now Double click the Timer and type in
    Dim MyMailMessage As New MailMessage()
MyMailMessage.From = New MailAddress(TextBox1.Text)
MyMailMessage.To.Add(TextBox3.Text)
MyMailMessage.Subject = (TextBox4.Text)
MyMailMessage.Body = TextBox5.Text
Dim SMTPServer As New SmtpClient("smtp.gmail.com")
SMTPServer.Port = 587
SMTPServer.Credentials = New System.Net.NetworkCredential(TextBox1.Text, TextBox2.Text)
SMTPServer.EnableSsl = True
Label1.Text = Val(Label1.Text + 1)
SMTPServer.Send(MyMailMessage)

16)Now once you have done that all the code should look like this
You must login or register to view this content.
17)Now Press F5 or click the green Arrow on the top toolbar to Debug and run/test.
1Cool Man (aka Tustin)If it all went ok and you typed in all the correct codes it should look like something similar to this
You must login or register to view this content.
19)This only works with googlemail as it uses there SMTP Server. This is nothing special hwo ever it does send mass emails to the victim and google does banna ccounts that are caught spamming like this so you may be required to make a fair few accounts.
20)This is very basic as you can see but you can mess around with styles and jazz it up a bit for your liking.

All Credits Goto me and microsoft
Microsoft for visual basic 2008
Me = eXhAiL for writing this tutorial all screenshots were taken form my pc

If you have any questions feel free to ask them i will try to answear them
Thanks.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to eXhAiL for this useful post:

Darknesse13, Shadow_Killer
12-20-2009, 07:22 AM #2
Shadow_Killer
UnderCover Adrninistrator
You should Just Post The Email Bomber link in this Thread to because some people are to lazy..
Also Great Tut Smile
+Rep
01-03-2010, 03:38 PM #3
Please post the email bomber link here because mine doesn't work :(
01-03-2010, 05:15 PM #4
bmxdude9
Million Miles Of Fun!
Lol you know its MUCH better to write it in PHP or C++? And for everyone who wants it, upload this to a host or your own host(such as your IIS server)


Also think about open sourcing your code so people can see how things work and what they do. Also I dont like vb, as its too easier to make GUI's and such as its a template and whatnot, doesnt present a challenge but I guess it makes it easy.
01-15-2010, 03:23 AM #5
iSaboteur
Error… Cat invasion!
So this just keeps sending email after email after email?
01-20-2010, 03:25 AM #6
Audio
Chi-town
Finished this and tested, works 100%. time to lurk around the library computers and get some e-mails to bomb Smile
01-30-2010, 06:18 AM #7
Default Avatar
zedron
Guest
On line "MyMailMessage.From = New MailAddress(TextBox1.Text)"

i get this error: "The specified string is not in the form required for an e-mail address."
12-29-2010, 02:25 AM #8
Default Avatar
Singod
Guest
Hey, i don't want to bump an old thread, but i've got this error, and been looking on google for hours.
I can't find a solution.
Please someone?
You must login or register to view this content.
01-03-2011, 11:17 PM #9
SWEET! thanks. i'm going to try this on my teacher. He sucks at teaching LINUX.
01-03-2011, 11:30 PM #10
Tully96
I'm A Cookie!
What exactly does this do.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo