Serious question for you gamers out there: Why would a person go to such great lengths to cheat at a video game? Is there a monetary incentive? Otherwise, it seems like a lot of effort just to increase one's standing on a leader board.
As someone who likes to cheat at single player video games, the cheating itself is a lot of fun (at least it was until I started doing reverse engineering professionally; now it just feels like work). My sense of the multiplayer cheating scene (which I never looked at closely) is that most of the cheaters use tools developed by others. So, it seems possible that the people doing the bulk of the work are motivated in…
How anti-cheats catch cheaters using memory heuristics
11–20 of 148 posts
Re: How anti-cheats catch cheaters using memory heuristics
#12Re: How anti-cheats catch cheaters using memory heuristics
#13Serious question for you gamers out there: Why would a person go to such great lengths to cheat at a video game? Is there a monetary incentive? Otherwise, it seems like a lot of effort just to increase one's standing on a leader board.
It seems very selfish in retrospective and I'm sorry for all the gamer experiences I ruined.
Re: How anti-cheats catch cheaters using memory heuristics
#14By installing spyware.
Re: How anti-cheats catch cheaters using memory heuristics
#15Re: How anti-cheats catch cheaters using memory heuristics
#16Serious question for you gamers out there: Why would a person go to such great lengths to cheat at a video game? Is there a monetary incentive? Otherwise, it seems like a lot of effort just to increase one's standing on a leader board.
Young men seem driven to compete for little reward. There's no need to try to intellectualize it.
Re: How anti-cheats catch cheaters using memory heuristics
#17Serious question for you gamers out there: Why would a person go to such great lengths to cheat at a video game? Is there a monetary incentive? Otherwise, it seems like a lot of effort just to increase one's standing on a leader board.
1. Technical challenge
2. Trolling "try hards"
3. Dopamine from winning
I'm sure there's a bunch of other reasons, but cheating is still like a game, just expanding the rules.
Re: How anti-cheats catch cheaters using memory heuristics
#18Serious question for you gamers out there: Why would a person go to such great lengths to cheat at a video game? Is there a monetary incentive? Otherwise, it seems like a lot of effort just to increase one's standing on a leader board.
I used to develop multiplayer cheats and bots because I enjoyed overcoming the technical challenge. Reverse engineering software, creating and injecting your own shell code in a game and see it working is extremely satisfying. It seems very selfish in retrospective and I'm sorry for all the gamer experiences I ruined.
Re: How anti-cheats catch cheaters using memory heuristics
#19What I don't understand is why the cheats can't just prevent the shellcode from running, or preempting the exception handler from being called by installing their own. Is spoofing the return of NtQueryVirtualMemory not possible, either?
And the server knows the user is cheating.
Re: How anti-cheats catch cheaters using memory heuristics
#20What I don't understand is why the cheats can't just prevent the shellcode from running, or preempting the exception handler from being called by installing their own. Is spoofing the return of NtQueryVirtualMemory not possible, either?
If the shellcode doesn't run, then it can't respond to the server's challenge-response query. And the server knows the user is cheating.