Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Sun on February 26, 2005, 08:37 PM

Title: Antiflood [VB]
Post by: Sun on February 26, 2005, 08:37 PM
Well... Another antiflood discussion. Anyone have something close to the exact method what will allow you not to flood? I know UserLoser has a VERY good one and he's tested it many many times. If any of you can post some ideas and/or code that'd be awesome! Thanks.
Title: Re: Antiflood [VB]
Post by: MyndFyre on February 26, 2005, 09:43 PM
This is not a reference topic.  Questions belong on the Battle.net Bot Development forum, not the REFERENCE forum.
Title: Re: Antiflood [VB]
Post by: Warrior on February 26, 2005, 11:11 PM
Well I ported the requiredDelay function in JavaOp2's AntiFlood plugin to Visual Basic 6 and wrote a Queue it seems to be working good so far, If anything I can make the needed tweaks since his Bot is a Moderation client while mine is a chatter bot.
Title: Re: Antiflood [VB]
Post by: Eric on February 27, 2005, 12:36 AM
Disassemble WarCraft III.
Title: Re: Antiflood [VB]
Post by: Joe[x86] on February 27, 2005, 09:01 PM
You can flood off using WAR3, smart one.
Title: Re: Antiflood [VB]
Post by: UserLoser. on February 27, 2005, 09:23 PM
Quote from: JoeTheOdd on February 27, 2005, 09:01 PM
You can flood off using WAR3, smart one.

Not if you don't abuse it.  I think they'd rather want the person to flood off rather than continue spamming.  Adding an extra delay every x (;)) amount of messages sent, with the message not longer than y (;)) in length, will make sure you do not flood off :)