this post was submitted on 27 Apr 2024
304 points (97.5% liked)

Gaming

19728 readers
813 users here now

Sub for any gaming related content!

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ShortN0te@lemmy.ml 6 points 4 months ago

All the input verification and processing of player locations is done on the server (at least in any respectable game), I can smell the fact that you haven't touched a single line of multiplayer code in your life from here

Those checks can be buggy ofc or do not cover all possible exploitable behaviors. But when there are implemented correctly you can not circumvent them. Similar to a Login form, bugs excist.

A youtuber named CodeOverflow made two great series about game exploitation.

EDIT: things like physical hardware hacks are also near impossible to detect reliably except for stuff like blatant recoil hacks

Not talking about that. And Client side anti cheat does also not help here.