[TuT] Basic Spammer Guide
Have you ever wanted to Make a spammer well here is your chance.
I am going to give you a guide to an basic spammer
Create a new Project and call it "Basic Spammer"
First you design your Spammer:
Add
- 2 Buttons
- 1 Textbox
- 1 Timer
.
Name the two Buttons
- Connect
- Disconnect
Set the Timers Setting to
Enabled= True
Interval=100{1 second}
Anything lower is pretty fast
When you done adding the things needed and Design time to code. add this code to the coding part:
And Its Done !
Credtiz:
Burgessjr
I am going to give you a guide to an basic spammer
Create a new Project and call it "Basic Spammer"
First you design your Spammer:
Add
- 2 Buttons
- 1 Textbox
- 1 Timer
.
Name the two Buttons
- Connect
- Disconnect
Set the Timers Setting to
Enabled= True
Interval=100{1 second}
Anything lower is pretty fast
When you done adding the things needed and Design time to code. add this code to the coding part:
Code:
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Timer1.Enabled = False
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Timer1.Enabled = True
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
SendKeys.Send(TextBox1.Text)
SendKeys.Send("{Enter}")
End Sub
End Class
Credtiz:
Burgessjr




Who would complain that spam is gone?