[Help] Anti-botting

07/21/2012 10:26 ProperCodes#1
Well I know some of you are going to think i'm a total retard or stupid or whatever you are going to think but. I am wanting to try to create a anti-bot system for a 5565 client? How would I get started?
07/21/2012 17:00 Zeroxelli#2
Make it in the server, not the client. Or possibly both. Basically keep track of what people do and disconnect/ban if they do something too fast and too often, etc. Use your imagination.
07/21/2012 19:05 InfamousNoone#3
If you're asking how to get started, it's not going to be a very effective system.
Realize that the people who even bother making hacks for private servers are pretty good at what they do in general.
07/21/2012 22:00 I don't have a username#4
A good way to learn security is by learning how to exploit.
So start out by learning how to create a bot, that way you'll know how it works.
If you know how it works, then it's just a matter of time to figure out how to block it.