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

Gaming

19681 readers
112 users here now

Sub for any gaming related content!

Rules:

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 16 points 4 months ago (1 children)

Every. Single. Serverside anticheat ever implemented has been defeated with absolute ease.

Even if true (it is not) this does not proof anything other the that to less resources are invested in it. Client side Anti Cheat is cheaper because you just simply buy that product and yiu have not fix your broken game code which bately runs smooth anyway.

Client side Anti Cheat goes against basic IT-Security principles. Every single packet that is sent from the Client to the Server is User Input. It is not to be trusted. You have to validate it.

When you login to your Online account the check if your password is correct does not happen on your Computer. It gets sent to the server and the server validates it.