| View previous topic :: View next topic |
| Author |
Message |
Shunen How do I cheat?
Reputation: 0
Joined: 14 May 2024 Posts: 3
|
Posted: Tue May 14, 2024 4:07 am Post subject: Bypass ingame slider limits |
|
|
Hi, any idea how to bypass in game slider limits in CE?
I've found the address of the slider that changes the body part size, and also the actual address of the bone i guess, but whenever I change them they don't go past the in game limit.
I can see the limb extend for a millisecond meaning it tries to apply the new value but then it resets to ingame max. It sounds like this max value might be hardcoded, is there a way to remove that limit?
Any help would be appreciated.
|
|
| Back to top |
|
 |
Game Hacking Dojo Master Cheater
Reputation: 1
Joined: 17 Sep 2023 Posts: 250
|
Posted: Tue May 14, 2024 5:47 am Post subject: |
|
|
| Just a question, did you try to change it while you have a breakpoint on write and see what instructions pop up when you try to apply the change?
|
|
| Back to top |
|
 |
Shunen How do I cheat?
Reputation: 0
Joined: 14 May 2024 Posts: 3
|
Posted: Tue May 14, 2024 6:45 am Post subject: |
|
|
Hi
How should I do that?
Should I do it while I change actual slider value or the value of different bones?
Cause the slider value (goes from -1 to 1 in float) doesn't increase at all if I make it like 2 or so (but the size won't change if I freeze it for example)
And the value of a bone (0.1 if I change it I see like a microsecond flickering that shows increased value but keeps resetting to ingame max value
|
|
| Back to top |
|
 |
Game Hacking Dojo Master Cheater
Reputation: 1
Joined: 17 Sep 2023 Posts: 250
|
Posted: Tue May 14, 2024 7:01 am Post subject: |
|
|
A value like this could be pretty difficult to track down since the value is probably managed by a generic instruction.
You could right-click on the address you're interested in and select "Find out what writes to this address"
A window will pop up, showing the assembly instructions dealing with this address at the time.
The instruction we hope to get is the one that appears right after you change the value and the value comes back to normal.
From there you start the work. Hopefully, you have enough assembly knowledge to continue from there.
|
|
| Back to top |
|
 |
Shunen How do I cheat?
Reputation: 0
Joined: 14 May 2024 Posts: 3
|
Posted: Tue May 14, 2024 7:32 am Post subject: |
|
|
Nothing pops up there when the value is changed.
And I don't really know assembly to understand what these instructions mean, unfortunately.
|
|
| Back to top |
|
 |
Game Hacking Dojo Master Cheater
Reputation: 1
Joined: 17 Sep 2023 Posts: 250
|
Posted: Tue May 14, 2024 8:04 am Post subject: |
|
|
| It's fine if you're interested enough in game hacking, you will keep going. You could also watch YouTube to learn more
|
|
| Back to top |
|
 |
|