|
Make an Email bomber / Spammer in 5 mins with VB 2008 (tutorial)
|
|
08-20-2009, 05:50 PM
Post: #1
|
|||
|
|||
|
Make an Email bomber / Spammer in 5 mins with VB 2008 (tutorial)
Credits: nathan72389
add 3 buttons text/name ---------------- start / startbtn stop / stopbtn exit / exitbtn add 5 textboxes text/name ----------------- gmail username / usernamebox gmail password / passwordbox to: / tobox subject / subjectbox message / messagebox ***make this one "multiline"*** add 1 timer -------------------------- add 1 label text/name -------------------- 0 / label1 ***that is the number zero not the letter o*** You should now have something like this: ![]() ok, so lets take care of the easy things first. go to view ---> code at the very top write this: Code: Imports System.Net.Mailgo back to the designer and double click on the start button and write this: Code: Timer1.start()double click on the stop button and write this: Code: Timer1.stop()double click on the exit button and write this: Code: Endnow your code view should look like this: ![]() now for the fun part... double click on the timer and enter this code: Code: Dim MyMailMessage As New MailMessage()The full code should look like this: ![]() Hit F5 and check it out. if all went good then your done. play with the layout,colors,and icon copy the file from the projects debug folder and run it anytime you like. this is a very simple bomber, you can continue to add things to it, but this should get you started. Enjoy!!! Have a nice day. Please check the Announcements and News section of the forum, there are great events and important news waiting for you. Please register and check the site regularly for updates. Please bookmark us! Thank-you very much! |
|||
|
11-26-2009, 07:51 PM
Post: #2
|
|||
|
|||
|
RE: Make an Email bomber / Spammer in 5 mins with VB 2008 (tutorial)
thanks for this
![]() Selling many, many steams. PM me. |
|||
|
12-22-2009, 04:06 AM
Post: #3
|
|||
|
|||
|
RE: Make an Email bomber / Spammer in 5 mins with VB 2008 (tutorial)
A first chance exception of type 'System.Net.Mail.SmtpException' occurred in System.dll
Error. |
|||
|
08-14-2010, 04:36 PM
Post: #4
|
|||
|
|||
|
RE: Make an Email bomber / Spammer in 5 mins with VB 2008 (tutorial)
wow thnks a lot macc.... any version of vb will work or do i need a specific one ?
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)









![[Image: layoutj.gif]](http://img95.imageshack.us/img95/9748/layoutj.gif)
![[Image: 1stcodeview.gif]](http://img89.imageshack.us/img89/6263/1stcodeview.gif)
![[Image: fullcode.gif]](http://img14.imageshack.us/img14/6108/fullcode.gif)



![[Image: 2ugh0gp.png]](http://i44.tinypic.com/2ugh0gp.png)