AntiCheat Detection

Memory scanning, code injection, debugger internals and other gamemodding related discussion
Post Reply
hotjiro
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Jul 26, 2020 7:06 am
Reputation: 0

AntiCheat Detection

Post by hotjiro »

I would like to ask if there is any API that detects if a certain Thread or Process is Suspended or not existing it will activate a detection like

If (AntiCheat NOT PRESENT)
Wait for 3 minutes
then show message cheat detected

because i have been trying to bypass a certain game by means of suspending its threads and activate CE after a while the game hangs. or sometimes if i reactivate the threads it show a message... ive watched the video of sunbeam tried it but it did not work for me any idea will be good thanks in advance

User avatar
SunBeam
Administration
Administration
Posts: 4765
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4403

Re: AntiCheat Detection

Post by SunBeam »

GetTickCount, rdtsc instruction in ASM, etc. All timer related. There's no API that tells you the difference between moment t+1 and t. If you suspended a thread, then that suspension status is what's detected. Understand what a suspended thread means (as a value) and you may have a lead where or what to look for.

Post Reply

Who is online

Users browsing this forum: No registered users