archive.is

PeachMan, do games w The full source code for GTA 5 has apparently been publicly leaked
@PeachMan@lemmy.world avatar

Does this mean the hackers and cheaters will only get worse from here?

ipkpjersi, (edited )

If support has been discontinued for GTA 5 and it no longer receives any updates then yes that’s likely.

edit: depending on what is actually included in the “full source code”, of course.

aluminium,

yes

d3Xt3r, (edited )

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.

lapommedeterre,

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.

Got_Bent,

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.

ilinamorato,

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.

ipkpjersi,

Well, software is software after all :P

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

d3Xt3r,

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.

yamanii, do games w The full source code for GTA 5 has apparently been publicly leaked
@yamanii@lemmy.world avatar

So sad seeing all these games, all that creativity, sacrificed for a sixth installment.

lambda,
@lambda@programming.dev avatar

I don’t understand. Sacrificed how?

yamanii,
@yamanii@lemmy.world avatar

It’s not just GTA V, there’s also references to Bully 2, and Rockstar has been all hands on deck for their open world mega games since V blew up, last month a former employee talked about how Agent was cancelled for being a distraction from GTA.

lambda,
@lambda@programming.dev avatar

What’s agent?

ThePowerOfGeek, do games w The full source code for GTA 5 has apparently been publicly leaked
@ThePowerOfGeek@lemmy.world avatar

Grand Theft Video (Game)

Anarki_, do games w The full source code for GTA 5 has apparently been publicly leaked

Here come the unbreakable cheats I guess.

TootSweet,

This is (one reason) why anti-cheat should be server-side.

dylanTheDeveloper,
@dylanTheDeveloper@lemmy.world avatar

Or better open source security since everyone and his dog tries to crack it and the open source community patches it

SzethFriendOfNimi, do games w The full source code for GTA 5 has apparently been publicly leaked
@SzethFriendOfNimi@lemmy.world avatar

Again for anybody working on their own games or who does software. Avoid this like the plague.

Console_Modder,
@Console_Modder@sh.itjust.works avatar

Just a quick question, why? Is it because Take2 or Rockstar will come after anyone that they think copied their code, or are there a lot of bad practices used in GTA5’s code?

SzethFriendOfNimi,
@SzethFriendOfNimi@lemmy.world avatar

Because even the possibility that you implemented somebody else’s proprietary code from memory or inspiration opens up a lot of legal issues.

And while you may win there’s no winners when you or your employer has to pay your side of legal fees. It’s best to just avoid it to make that process easier.

LanternEverywhere,

Depends on which country you're in. I would bet if you do it in Russia there will be zero consequences.

doingthestuff,

The consequence of living in Russia is you will die in occupied Ukraine.

Console_Modder,
@Console_Modder@sh.itjust.works avatar

Ok, that’s what I thought you meant by the original comment but I wanted to make sure.

Thanks

joemo,

There’s no way this is true. I can literally think of similar code as what’s in GTA V, I have never opened the link. Does that open me up to a law suit? That’s crazy.

SzethFriendOfNimi,
@SzethFriendOfNimi@lemmy.world avatar

Directly, probably not. But if you work on an engine team or on a game and there’s some future lawsuit implying that the methods and techniques match their stuff then it will be costly. Companies would rather just avoid the potential liability.

Here’s an article discussing some aspects of Nintendo leaks being risky for those who work on emulators

vice.com/…/using-leaked-nintendo-source-code-pose…

"Such dumps wouldn’t be of use to the project due to it being illegal to obtain and use code contained within said dumps,” they said via Twitter DM. “Using code from dumps like that can taint the project and be active grounds for Nintendo to pursue legal action against it.”

“Having a 16 plus year old emulator project go up in smoke isn’t something I’d want to happen. I’ve already seen a few comments on Reddit saying something along the lines of, ‘Well, why don’t you just make use of it but change it up a little before using it’, which, uhh, is a profound lack of perspective,” Lioncache said. “Legally, you generally don’t get a second chance about these sorts of things if legal action actually gets taken.”

AlexWIWA,

If they can prove it. There’s only so many way to do something in code

kautau,

If this includes the euphoria physics engine and someone copies it… it will be incredibly easy to prove that it’s stolen.

AlexWIWA,

Sure if you copy the whole thing. But if you treat it like another resource like Stack Overflow then the only way to get caught is if you put the code on your work machine.

People quit their job and move to a company every week and the knowledge of rockstars engine doesn’t leave their brain.

Capricorn_Geriatric,

Didn’t you hear about TakeTwo’s TakeTwo brain implants? They take two chips and put them in emloyees heads. It acts as their work-related memory. When they come into the office it activates and when they go home it turns off (supposedly). There’s no way you could fool such sofisticated TakeHome tech!

/s obv

remotedev,

They should make a show about that!

ILikeBoobies,

They don’t have to prove anything to take you to court

SomethingBurger,

The proof is they have more money and lawyers.

AlexWIWA, (edited )

Yes they do. And they’d need to look at your source code to prove you copied theirs. It’d be basically impossible to prove unless you were stupid enough to have the GTA V source code on your work machine.

Peep the code on a website, and they’ll have no evidence and the case will get dismissed for being frivolous. Do you think Rockstar is omniscient? People look at the source code, then leave the company for a competitor every week.

Code can’t even be patented, so unless you copy some propriety process for computing physics or something, that they have a patent on, then they really have no legal standing.

This meme of “don’t look at it” is very ignorant to the reality of professional software development. Our memories aren’t wiped when we switch jobs and they’d have to prove you didn’t pick that idea up from another job, a forum, a colleague, or even a dream.

ayaya,
@ayaya@lemdro.id avatar

Do you think Rockstar is omniscient?

Seriously. There is actually zero way Rockstar would ever know even if you outright stole some of the code unless you were to admit it. And definitely not if you got some inspiration from it.

The derivative code will get compiled. What are they going to do, pick apart the machine code from every game released from now on to see if it somehow matches a chunk from GTA? And then somehow track down and prove that one of the probably dozens of employees who worked on the game looked at this leaked source code? Good luck with that.

Ansis,

Not sure about Rockstar, but this seems like something Nintendo would do lol.

AlexWIWA,

Nintendo would replicate that FTC Family Guy episode if they could.

AlexWIWA, (edited )

Yeah there’s no chance anyone would even know unless you straight up copied enough code that the same bugs and weird physics behaviors show up in your game.

You can get in trouble for having it on your hard drive because it’s copyright infringement, but not for looking at it on a website.

sukhmel,

Our memories aren’t wiped when we switch jobs

Now that’s the real problem here /s

Also, this already been a trope in a movie

ILikeBoobies,

Companies do get sued for that as well

sukhmel,

For wiping memory of ex-workers? Or for illegal non competitive contract items? You lost me somewhat

Ah, nevermind, I got your point. Yes it happens and it doesn’t always happen fairly

Korne127,
@Korne127@lemmy.world avatar

when you or your employer has to pay your side of legal fees

Where I live, the losing side must pay for all legal fees

sukhmel,

That is if you will have enough to keep going until you win. Having to pay a hundred grands for years may be a price to just prove you’re innocent, after that you’ll be refunded (sometime)

anonymouse,

Nice username! Stormlight right?

SorteKanin,
@SorteKanin@feddit.dk avatar

These words are accepted.

SzethFriendOfNimi,
@SzethFriendOfNimi@lemmy.world avatar

It is!

CosmicCleric,
@CosmicCleric@lemmy.world avatar

Stormlight right?

Is that a game? A novel?

anonymouse,

Fantasy book series by Brandon Sanderson!

Cheers,

Bad take.

Code is about working with a limited set of tools and making them work for whatever task is in front of you.

Inspiration is from interacting with something and receiving insight.

The best coders meld the two and push the industry forward. If you impose self limitations like this on yourself, then you’ll never advance yourself.

This is like saying you read lord of the rings and now can’t play DND because the fantasy source material was ‘stolen’.

CosmicCleric, (edited )
@CosmicCleric@lemmy.world avatar

Again for anybody working on their own games or who does software. Avoid this like the plague.

Learning from the code and reusing the same code are two different things. It’s not every day you get to see how the pros do it.

On a completely different subject, I’m curious about your username, could you elaborate on it?

Edit: I scrolled down. What is Stormlight?

Edit2: I scrolled down even more. [This says it the best].(lemmy.world/comment/6232601)

Coasting0942,

What about anonymously working with it? Coding not for the street cred?

FrankTheHealer,

Cease and desists go brrrrrr

dylanTheDeveloper,
@dylanTheDeveloper@lemmy.world avatar

But the traffic AI is so cooool

dylanTheDeveloper, do games w The full source code for GTA 5 has apparently been publicly leaked
@dylanTheDeveloper@lemmy.world avatar

But does it compile?

moon, do games w The full source code for GTA 5 has apparently been publicly leaked

So… link?

n3m37h,
rustyriffs,

Haven’t seen a rick roll in a while. Someone else click on it first. Lol

lambda,
@lambda@programming.dev avatar

Lmao, it’s a Rick roll on archive.org!

rustyriffs,

Called it. 🤣

CosmicCleric,
@CosmicCleric@lemmy.world avatar

Lmao, it’s a Rick roll

TY for taking the bullet.

lambda,
@lambda@programming.dev avatar

🫡

hakunawazo,

No seriously, here is the real link:
lmy.de/aqyG

lambda,
@lambda@programming.dev avatar

It says in the Twitter thread that the source code was shared on a discord server for Xbox modding.

Rentlar, do games w The full source code for GTA 5 has apparently been publicly leaked

Now that the source code is “out there” it may be possible in the future for better mod support, fingers crossed.

FinalRemix,

“You have been banned from Rockstar Social Club.”

But seriously, fuck their jank-ass forced integration.

Brunbrun6766,
@Brunbrun6766@lemmy.world avatar

Could be modded to work around their shit app

Legendsofanus,
@Legendsofanus@lemmy.ml avatar

Wait, all mods have to go through that app? That’s total shite. Is there any way to launch it completely offline or would someone just have to pirate it?

Brunbrun6766,
@Brunbrun6766@lemmy.world avatar

I imagine with this leak that’s going to get cracked wide open soon

lemann,

I like my software cracked wide open.

On a serious note, soon I can check out OpenFive/FiveM or whatever those multiplayer mods are that let you play on selfhosted GTAV servers, without Rockstar having a fuss…

Breezy,

Banned from their social club and all local saves wiped for good measure.

AlexWIWA, do games w The full source code for GTA 5 has apparently been publicly leaked

Do Red Alert 2 next, please

flauschke,

Do you know about openra?

AlexWIWA,

Yeah I love it. It makes some gameplay changes though. Regardless, I can’t wait until the RA2 mod is done. If someone gets Mental Omega running in it then I’ll lose my marbles

Fizz, do games w The full source code for GTA 5 has apparently been publicly leaked
@Fizz@lemmy.nz avatar

OpenGTA5 would be so cool. To bad Rockstar is Rockstar.

ahriboy,
@ahriboy@lemmy.dbzer0.com avatar

And FiveM is already property of Rockstar.

nickwitha_k, do gaming w Ubisoft VP says players 'don't get' NFTs, but can't explain what there is to get

Only thing to get about NFTs is that they’re a scammy game of hot potato.

RQG, do gaming w Ubisoft VP says players 'don't get' NFTs, but can't explain what there is to get
@RQG@lemmy.world avatar

If you can’t explain it you don’t truly understand it.

Maybe there is a lot of projecting going on here. ‘if I don’t get it as a smart VP person then gamers definitely won’t get it.’ just an idea.

shiveyarbles, do gaming w Ubisoft VP says players 'don't get' NFTs, but can't explain what there is to get

This smacks of the Diablo 3 auction house debacle… execs trying to insert their brilliant monetization plans into game design.

rodhlann, do gaming w He Created the Katamari Games, but They’re Rolling On Without Him | The New York Times
@rodhlann@kbin.social avatar

This is an incredible article! I very much relate to the disillusionment of doing something for the sake of sales, and also find myself on a winding journey to do something that has meaning without really knowing what that is or should be. Best of luck to him!

jukes, do gaming w He Created the Katamari Games, but They’re Rolling On Without Him | The New York Times

I love Katamari! I didn’t know about “to a T”. Can’t wait to try it out! Thanks for the heads up

  • Wszystkie
  • Subskrybowane
  • Moderowane
  • Ulubione
  • muzyka
  • NomadOffgrid
  • rowery
  • Technologia
  • niusy
  • esport
  • fediversum
  • Psychologia
  • krakow
  • antywykop
  • Gaming
  • test1
  • FromSilesiaToPolesia
  • Spoleczenstwo
  • sport
  • Blogi
  • lieratura
  • informasi
  • retro
  • motoryzacja
  • slask
  • giereczkowo
  • MiddleEast
  • Pozytywnie
  • tech
  • Cyfryzacja
  • shophiajons
  • warnersteve
  • Wszystkie magazyny