HaxBall Spammer Tool

Posts 1–12 of 12 · Page 1 of 1
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:
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?
HaxBall Spammer.rarattachment deleted · 274 downloads before removal
beatifull,love the font. what game is this for? No,leme guess mapplestory?
Quote Originally Posted by [HP]Unique View Post
beatifull,love the font. what game is this for? No,leme guess mapplestory?
Well since HaxBall is in the name, I think it's for HaxBall
Quote Originally Posted by [HP]Unique View Post
beatifull,love the font. what game is this for? No,leme guess mapplestory?
It's for HaxBall.
But I do have a Maplestory spammer release.
Sketchy's Maplestory Spammer
The Maplestory release just doesn't have the TAB Key being automatically pressed.
Yay.....another spammer.

Approved.

But is step 5 necessary ?
Quote Originally Posted by Jason View Post
Yay.....another spammer.

Approved.
Yeah, well this one is special.
It automatically presses TAB for you.

I've gotten 6 requests for this spammer today, so I decided I would release it.


Quote Originally Posted by Hassan View Post

But is step 5 necessary ?
It's the most important step.
SendKeys makes me Doesn't work on all games.

And btw, if people don't have that font installed it will appear differently on the computer.
Quote Originally Posted by master131 View Post
SendKeys makes me Doesn't work on all games.

And btw, if people don't have that font installed it will appear differently on the computer.
SendKeys works for all flashgames.
It also works for Maplestory.

About the font...
Doesn't seem like it.
I was using it on my mom's laptop and it showed up fine.
She doesn't have Transformers Movie font installed.
I might update it later, if people start to complain.
Hello, this is very nice tool Could you make auto-connector ? The program which auto-connects to servers and spam ;D
Quote Originally Posted by weberis View Post
Hello, this is very nice tool Could you make auto-connector ? The program which auto-connects to servers and spam ;D
Holy mother of necro...
Holy Jesus Christ. How did you even find this...

Closed for hugeeee bump. Sorry.
Posts 1–12 of 12 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?