I'm having trouble with my bot, I've gotten Clean Flood to work once, but it hasn't worked since. I have working proxies and keys, and when it worked, the next time I tried it, it wouldn't work. (I hadn't changed the config or anything.)
Here's waht I get when I use teh bot.
Code:
Loaded: 42 cdkeys, 13 proxies, and 2 spams...
Loaded: 13 connections...
Creating account 2DA5Ni6AE...
Logging into account 2DA5Ni6AE...
Creating account 6O51J73K1...
Preparing to flood...
Creating account 0IO8CL0DB...
Logging into account 6O51J73K1...
Logging into account 0IO8CL0DB...
Preparing to flood...
Preparing to flood...
Creating account 1Ks5A70Xu...
Logging into account 1Ks5A70Xu...
Preparing to flood...
Creating account 2K31Hl6Lr...
Logging into account 2K31Hl6Lr...
Preparing to flood...
Creating account 4JA4D63Td...
Flood #1 complete!
Flood #2 complete!
Flood #3 complete!
Logging into account 4JA4D63Td...
Creating account 2K80VA2H5...
Flood #4 complete!
Logging into account 2K80VA2H5...
Preparing to flood...
Flood #5 complete!
Preparing to flood...
Creating account 7GM7P35To...
Logging into account 7GM7P35To...
Preparing to flood...
Here's the config file I was using.
Code:
//-----------------------------------------------------------------------
// CleanFlood 2008
// www.BnetDev.net
//-----------------------------------------------------------------------
[Main]
// the channel you want to flood
Channel=test
// the server you want to connect to, please use name of server not ip
Server=uswest.battle.net
// version byte, current one is D1
SCVerbyte=D3
// version byte, current one is 4F
W2Verbyte=4F
// version byte, current one is 0B
D2Verbyte=0B
// version byte, current one is 15
W3Verbyte=18
// log outgoing and incoming packets in Packets.txt?
PacketLogging=N
// spamset where r = rejoin and s = spam
Spamset=srsrsrs
[Login]
// random account creation
RandomAccounts=Y
// # = random number, $ = random letter, % = random number or letter
RandomAccountFormat=#$%#$%#$%
// username (to use if not random)
Username=
// password (to username)
Password=
// username (to use if not random and on WarCraft III)
UsernameW3=
// password (to usernameW3)
PasswordW3=
[Delays]
// time to wait in the void before attacking
Void=8000
// time to wait in connecting state before forcefully reconnecting
Timeout=40000
// time to wait before reconnecting
Reconnect=1000
No one joined teh channel "test" and I was monitoring it on both USEast and US West, just incase it was going to US East or something.
Thank for any help.