• SexyVetra@lemmy.world
      link
      fedilink
      arrow-up
      7
      arrow-down
      1
      ·
      2 months ago

      Lol

      It STILL is impossible to verify everything server side unless you have a crazy powerful adaptive AI engine the likes of which still don’t exist today and you need to scale that for hundreds of thousands of concurrent players.

      Serverside anti-cheat requires AI

      You need to go out in the world (where the trees don’t have pixels) and learn about this stuff if you want to be in this field / pretend to argue about it. Instead you’ve conflated the facts that other people are telling you (this is a hard problem that takes effort) with the corpo propaganda (It’s expensive so It’s impossible)

      Also: Your llama-based waifu is not real. Good luck with your chat bot addiction.

      • AMDIsOurLord@lemmy.ml
        link
        fedilink
        arrow-up
        2
        arrow-down
        6
        ·
        edit-2
        2 months ago

        No, I’m not an AI technro, and this doesn’t have fuck all to do with LLMs, but with today’s sophisticated cheats if you want serverside anti cheat, that’s just a fancy way of saying behavior verification, and if you can do it without some sort of adaptive system then good luck mate

        I also don’t give a shit about pretending to be in the game, mate I’m a developer and I would love nothing more than getting another degree and kissing this garbage field goodbye

        • SexyVetra@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          2 months ago

          AMD is always hiring devrel. You get to fanboy, travel, vaguely consult on a bunch of cool titles before they come out, and it pays way better than actual gamedev. Same goes for all the other hardware manufacturers, as well as engine and Middleware companies. (Also yacht parties and drama if you swing it right)

          I think you’re talking botting where I’m talking hacking. With botting, you’re right you do need “AI” where AI is the old heuristics and state machines AI. I still think anyone calling this AI in 2024 deserves to get clowned on. (And which I concede is not you).

    • ShortN0te@lemmy.ml
      link
      fedilink
      arrow-up
      7
      arrow-down
      1
      ·
      2 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.