Jump to content
Heads Up! This website is no longer maintained, if your a member from our era, consider joining the discord to say hello.
Sign in to follow this  

[Other] Bounder Spam

Recommended Posts

File Name :: Bounder Spam

Author :: HG-Bounder-X

Category :: Other

Description ::

SpammerLong.exe

This will spam a long text of SSSPPPPAAAAMMMM for about 30 seconds.

 

SpammerShort.exe

This will spam jsut SPAM a total of 500 times lasting about 30 seconds.

 

The Long is suggested for length of message, and the short is suggested for amount of messages.

 

View File

Share this post


Link to post

nice

Share this post


Link to post

o.0

mebe later I will learn hwo to let the user choose the message and delay, and jsut hold a button or pick amount of time.

Share this post


Link to post

lol hope you can do it, jus search for a tut

Share this post


Link to post

nah, I"ll figure it out eventually...if ever lol

Share this post


Link to post

good luck yull need it lol

Share this post


Link to post

Umm.. Go to BWH, and look for Fireball. It has that funtion.

Share this post


Link to post

heh, interesting, but so mean, letting people have even more spamming capabilities. Spamming is semi annoying...

Share this post


Link to post

Lol. I had crazy fun with this spammer. Most people don't like it when you call them noob, but when you spam it... you know. :P

Share this post


Link to post

Feh, the only time i spam is to spam "STFU" to the spammers. >.<

Share this post


Link to post

rofl

Sadly, this will only spam SPAM

You can't choose a word

But it goes hella fast ^_^

Share this post


Link to post

Feh, i guess thats not too bad. ^_^

Share this post


Link to post

nope

Share this post


Link to post

Hmm... you should try making it with an .ini so we can change the text. ^_^

Share this post


Link to post

he aint that good....

Share this post


Link to post

Awww... maybe he could get gamepin to help... NOT

Share this post


Link to post

i hate him so much... he thinks hes all great because he can program...

Share this post


Link to post

Feh... yea. Just get a few tuts and learn it. >.<

Share this post


Link to post

OK i havent looked at it yet... but heres how u would wanna do it in vb

 

(btw im the maker of fireball and u can no longer dl it, i removed the file off the site)

 

create a textbox called "txtSpam"

Create a module, and add this to it;

Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Public Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer

 

go back to form1 and add a timer, call it "tmrSpam"

 

as the timer's code, set it to this:

 

Private Sub tmrSpam_Timer()
if (getasynckeystate(   VBKEY   )) then
sendkeys(txtspam.text & "{enter}")
sleep(2)
end if
end sub

 

Change the "VBKEY" to what you want your key to be.

a keylist can be found by pressing "f2" then typing in "vbkey" then pressing enter.

 

What did you program this in anyway?

Edited by Flamez

Share this post


Link to post

lol i hope it works. This spamer is already pretty nice

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×