HaxBall Spammer Tool
Features:
- Random Character Generation
- Five Second Delay before Spamming
- Custom Spamrate
- Always on Top
- Start/Stop Buttons
- Simple and Easy to Use Interface
Instructions:
Step One: Type what you want to spam into the textbox.

Step Two: Choose the speed you want it to spam (Milliseconds)

Step Three: Press Start.

Step Four: Click on the text area above the textbox in HaxBall.

Step Five: Watch the Magic.

Note: If you put the spamrate low (fast) your cursor may disappear, but no worries, just press CTRL+ALT+DELETE and the spamming will come to a halt, and your cursor will be back.
Screenshot:

Video:
Virus Scans:
VirusTotal
Jotti
Credits:
- The code for random character generation.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
The code for the project:
Approve?![=]](/forum/images/emotions/=].gif)
- Random Character Generation
- Five Second Delay before Spamming
- Custom Spamrate
- Always on Top
- Start/Stop Buttons
- Simple and Easy to Use Interface
Instructions:
Step One: Type what you want to spam into the textbox.

Step Two: Choose the speed you want it to spam (Milliseconds)

Step Three: Press Start.

Step Four: Click on the text area above the textbox in HaxBall.

Step Five: Watch the Magic.

Note: If you put the spamrate low (fast) your cursor may disappear, but no worries, just press CTRL+ALT+DELETE and the spamming will come to a halt, and your cursor will be back.
Screenshot:

Video:
Virus Scans:
VirusTotal
Jotti
Credits:
- The code for random character generation.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
The code for the project:
Code:
Imports System.Text
Public Class mainform
Private Sub CheckBox1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox1.CheckedChanged
If CheckBox1.Checked = True Then
Me.TopMost = True
ElseIf CheckBox1.Checked = False Then
Me.TopMost = False
End If
End Sub
Private Sub btnStart_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnStart.Click
TimeDelay.Enabled = True
End Sub
Private Sub btnStop_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnStop.Click
Timer1.Enabled = False
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Dim rand As New Random
Dim letter As String
letter = ChrW(rand.Next(Asc("A"), Asc("Z") + 1))
SendKeys.Send("{TAB}")
SendKeys.Send(whattospam.Text)
SendKeys.Send(" ")
SendKeys.Send(letter)
SendKeys.Send("{Enter}")
Timer1.Interval = timerspeed.Text
End Sub
Private Sub TimeDelay_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TimeDelay.Tick
Timer1.Enabled = True
TimeDelay.Enabled = False
End Sub
End Class
Approve?
![=]](/forum/images/emotions/=].gif)
HaxBall Spammer.rar





Doesn't work on all games.
Could you make auto-connector ? The program which auto-connects to servers and spam ;D