开发者

Anti Cheat Client

开发者 https://www.devze.com 2023-01-12 18:07 出处:网络
I am trying to create an anti cheat client for counter strike source, and I dont really know where to start. What I am trying to do, is to take random screen shots at random intervals and upload them

I am trying to create an anti cheat client for counter strike source, and I dont really know where to start. What I am trying to do, is to take random screen shots at random intervals and upload them to a secure ftp. Also, prevent any 3rd party programs from injecting or hooking on to the application.

Players wi开发者_如何学Cll run the client, log in with a username and password that checks with a mySQL connection.

How would I go about doing this? Thanks


Implementing cheat prevention is a losing battle. Cheat detection is possible.

You could take screenshots at regular intervals throughout the match. The server admin could ask a suspected cheater for these screenshots. The admin then reviews these screenshots to check if they're valid (from the current match and not tampered with) and determine whether or not the player cheated. If the screenshots are missing, the server could automatically boot the player.

Unfortunately this process cannot be automated so a human must check all suspected cheaters.


If you want do some simple hook detection you must detour some functions like a LoadLibrary or WriteMemory. You must analyze imported DLL files too and imported DLL files imports too and ... too.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号