• @[email protected]
    link
    fedilink
    English
    20
    edit-2
    6 months ago

    Unlikely, unless the source code for the anti-cheat system and the server have been leaked as well.

    The source code for just the game isn’t really going to help cheaters. Cheat makers typically don’t care about the code, they’d look at either altering the game files, and/or the memory space where the game variables are stored. Having access to the source doesn’t really help with that (well it may help them understand the compiled binaries a bit better, assuming they don’t know them inside-out already - we’re talking about a 10 year old game here).

    But it may help modders for making mods and stuff. These mods may or may not be detected by the anti-cheat system though.

    If Rockstar coded the game properly, the server won’t allow the client to connect if any of the files have been modified, or if the anti-cheat system is spooked/borked. So assuming that’s the case, any mods that may come out of this would be for offline gaming.

    TL;DR: There’s nothing the worry about, online gaming (against randoms) will continue to suck as usual, best to stick to offline play or playing with/against a trusted friend circle.

    • @Got_Bent
      link
      English
      126 months ago

      Wow. I used to use a sector editor on floppy disks to cheat on games way back in the eighties by looking for player stats and abilities and whatnot. I had no idea that modern day cheating would be so similar to the rudimentary stuff I was doing nearly forty years ago.

      • @[email protected]
        link
        fedilink
        English
        66 months ago

        Well, software is software after all :P

        It all becomes 1s and 0s at the end of the day lol

      • @ilinamorato
        link
        English
        56 months ago

        Yeah, computers have a lot more bells and whistles now, but the basics of how the system and the OS work haven’t really changed that much, until you get out of native apps and into Electron and stuff. It’s honestly remarkable how similar they are. Microsoft has a bunch of documentation about weird and quirky behavior they keep available for backwards compatibility, and most modern software developers take them up on that offer.

      • @[email protected]
        link
        fedilink
        English
        56 months ago

        The core ideas remained the same, only difference is that they’ve got more roadblocks now which makes it considerably tricker (security measures in the OS + anti-cheat + encryption/DRM + server-side checks etc).

        But modern day cheating goes beyond memory editing, for instance there are things like aimbots which can work at the GPU/driver level, or input automation/macros which work completely ouside of the game so normal anticheat measures may not prevent it.

    • @lapommedeterre
      link
      English
      56 months ago

      I agree. Most points of entry are usually via injection, and you need to maneuver around the anti-cheat defense. Once the game code isn’t in parity with the server, it’s also likely to be rejected; this leak is likely older anyway, so probably a non-issue since it’s not feature complete at this point.

      It may help identify new points of entry for injection, but that’ll likely get patched once exploited.