Avatar Hi there, I am Igor Segalla and I am a student of Computer Science at UFPR. I blog about gamedev and things related to programming. Born and raised in Brazil, where I am currently living.

Tips for writing an Anti-Cheat

If you have ever been curious about how an anti-cheat works or if you plan to write your own, then in this post I’m going to give you a few tips on how to detect and protect your application from these well-known cheaters.

It is worth noting that in this post I’m going to emphasize the client-side part, and not the server. To avoid future problems and have a totally secure application, the best you can do is to have a well written program that doesn’t allow the exploitation of faults by third parties in any way.