Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


E-Mail Sender/Spammer

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
psychoHacker
Expert Cheater
Reputation: 0

Joined: 31 Dec 2008
Posts: 125
Location: Behind You

PostPosted: Sun Aug 30, 2009 9:49 am    Post subject: E-Mail Sender/Spammer Reply with quote

Here is an E-Mail Sender/Spammer what I made in visual basic 2008.
It's really easy to use.
Download: Download Here
Image:

Download: Download Here

_________________
This is what happends to your site if you disrespect me:
http://www.zjhuaxing.net/
Back to top
View user's profile Send private message
Stylo
Grandmaster Cheater Supreme
Reputation: 3

Joined: 16 May 2007
Posts: 1073
Location: Israel

PostPosted: Sun Aug 30, 2009 12:19 pm    Post subject: Reply with quote

you should mention this is for gmail only
and post the source of it or move it to binary section..
Back to top
View user's profile Send private message
psychoHacker
Expert Cheater
Reputation: 0

Joined: 31 Dec 2008
Posts: 125
Location: Behind You

PostPosted: Sun Aug 30, 2009 1:15 pm    Post subject: Reply with quote

1qaz wrote:
you should mention this is for gmail only
and post the source of it or move it to binary section..

Actually it works for hotmail too, I havn't tested to yahoo or other email hosts because I was too lazy when I was testing it. But it works for hotmail and also for gmail for sure!

_________________
This is what happends to your site if you disrespect me:
http://www.zjhuaxing.net/
Back to top
View user's profile Send private message
Guy
Expert Cheater
Reputation: 0

Joined: 30 May 2009
Posts: 187

PostPosted: Sun Aug 30, 2009 1:32 pm    Post subject: Reply with quote

Quote:

Private Sub Timer1_Tick(ByVal sender As Object, ByVal e As EventArgs)
If (Me.ProgressBar1.Value < Me.ProgressBar1.Maximum) Then
Me.ProgressBar1.Value += 1
Dim message As New MailMessage
Dim client As New SmtpClient
client.Credentials = New NetworkCredential("[email protected]", "qwert12345678")
client.Port = &H24B
client.Host = "smtp.gmail.com"
client.EnableSsl = True
message.To.Add(Me.TextBox1.Text)
message.From = New MailAddress("[email protected]")
message.Subject = Me.TextBox2.Text
message.Body = Me.TextBox3.Text
Try
client.Send(message)
Interaction.MsgBox("Ready. E-Mail Sent!", MsgBoxStyle.Information, "E-Mail Sent")
Catch exception1 As Exception
ProjectData.SetProjectError(exception1)
Dim exception As Exception = exception1
Interaction.MsgBox("An Error Has Occured... Mail Was Not Send", MsgBoxStyle.Exclamation, "Error Please Retry")
Interaction.MsgBox("Try differend recever or sender e-mail address", MsgBoxStyle.Exclamation, "Trying Again")
ProjectData.ClearProjectError
End Try
Else
Me.Timer1.Enabled = False
If (Me.ProgressBar1.Value = Me.ProgressBar1.Maximum) Then
Me.Timer1.Enabled = False
End If
End If
End Sub


Using a pre-set email, bleh.

_________________
Has anyone seen Hitler around..? If so, PM me!
Back to top
View user's profile Send private message
psychoHacker
Expert Cheater
Reputation: 0

Joined: 31 Dec 2008
Posts: 125
Location: Behind You

PostPosted: Mon Aug 31, 2009 7:32 am    Post subject: Reply with quote

Because I don't think anyone would wanna type their email & password to any kind of program...
_________________
This is what happends to your site if you disrespect me:
http://www.zjhuaxing.net/
Back to top
View user's profile Send private message
Polynomial
Grandmaster Cheater
Reputation: 5

Joined: 17 Feb 2008
Posts: 524
Location: Inside the Intel CET shadow stack

PostPosted: Mon Aug 31, 2009 8:01 am    Post subject: Reply with quote

Yes, but it'd be nice if you could customize it.

Furthermore, you should look up the MX record of the target email domain to find the mail server to talk to.

_________________
It's not fun unless every exploit mitigation is enabled.
Please do not reply to my posts with LLM-generated slop; I consider it to be an insult to my time.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites