Advertisement
Guest User

CF cfg

a guest
Oct 14th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. //-----------------------------------------------------------------------
  2. // CleanFlood 2008
  3. // www.BnetDev.net
  4. //-----------------------------------------------------------------------
  5.  
  6.  
  7. [Main]
  8. // the channel you want to flood
  9. Channel=888
  10. // the server you want to connect to, please use name of server not ip
  11. Server=europe.battle.net
  12. // version byte, current one is D1
  13. SCVerbyte=0xD3
  14. // version byte, current one is 4F
  15. W2Verbyte=4F
  16. // version byte, current one is 0B
  17. D2Verbyte=0B
  18. // version byte, current one is 15
  19. W3Verbyte=1B
  20. // log outgoing and incoming packets in Packets.txt?
  21. PacketLogging=N
  22. // spamset where r = rejoin and s = spam
  23. Spamset=srsrsrs
  24.  
  25.  
  26. [Login]
  27. // random account creation
  28. RandomAccounts=N
  29. // # = random number, $ = random letter, % = random number or letter
  30. RandomAccountFormat=#$%#$%#$%
  31. // username (to use if not random)
  32. Username=SpamBot
  33. // password (to username)
  34. Password=[password]
  35. // username (to use if not random and on WarCraft III)
  36. UsernameW3=B4UPRAY2GOD
  37. // password (to usernameW3)
  38. PasswordW3=[password wc3]
  39.  
  40.  
  41. [Delays]
  42. // time to wait in the void before attacking
  43. Void=10000
  44. // time to wait in connecting state before forcefully reconnecting
  45. Timeout=40000
  46. // time to wait before reconnecting
  47. Reconnect=6000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement