LimeOrRed How do I cheat?
Reputation: 0
Joined: 08 Sep 2022 Posts: 2
|
Posted: Wed Dec 21, 2022 1:30 am Post subject: Help With A Game |
|
|
Hey guys, I've made a cheat table for this game I play. Full of working scripts and such. After messing with the game for a while, I ran into this thing I'm trying to manipulate. The game has this transformation bar that gets filled up overtime during certain gamemodes. Then there are some gamemodes where you're basically not allowed to transform, so the transformation bar does not get filled up. I've tried a couple of things, I found what accesses my transformation bar, you know so I can just change it from there once I find the value, but the game is weird. Or maybe I'm just not using my head, but to change the value of the transformation bar to the max it can be, I have to modify a register??? Like, I have to move a value into edx to gain a full bar. During the normal gamemodes, an opcode writes to the address to load the value of my transformation bar as a float, 0 - 100. First time messing with it I just moved 100 into the address, but its visual and this is the only value that I found through searching. Only when I move a value into edx a couple lines above the code, it changes. So I tried to see if the value of edx gets put into any address after and it does but moving a value into that address doesn't change anything and sometimes crashes the game. That's that, now I'm here, where I'm trying to figure out a way to transform during a gamemode where you're not supposed to. I found an opcode that always access the transformation bar, but that area the opcode is has nothing I can work with compared to what writes to the transformation bar. There are no registers I can modify to gain max transformation bar. Modifying the opcode that accesses it makes it seem like I have full transformation bar but its always visual, nothing actually happens. Is there even a way to make it possible to transform during these types of gamemode.
Sorry for the big paragraph, but I just wanted to let you guys know what I'm dealing with before I ask. If I'm doing something completely wrong please let me know. I managed to get unlimited transformation during normal gamemodes that allow it, but like I said, I'm modifying a register... edx.
_________________
Which Color Should I Pick? The Lime Or The Red? |
|