A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

[TUT]how to make a simple spammer

1k views · started by The Situation ·
#1
[TUT]how to make a simple spammer
In vb 2008

What you will need.

2 button
1 text box
Timer1

Time to code!
---------------------------------------
click button1 rename it start
click button2 rename it stop

Now double click on start and add this

Timer1.Enabled = True

Now double click on stop and add this

Timer1.Enabled = False

Now double click on timer1 and add this

On Error Resume Next
SendKeys.Send(TextBox1.Text)
On Error Resume Next
SendKeys.Send("{Enter}")

and that's it enjoy your spammer :P
#2
Phew
You forget to tell the people about the Time Interval.