View previous topic :: View next topic |
Author |
Message |
SHINJI How do I cheat?
Reputation: 0
Joined: 15 Apr 2014 Posts: 2
|
Posted: Tue Apr 15, 2014 10:45 pm Post subject: Can't freeze float address |
|
|
The game have a health bar and i can't freeze the address (float). When i freeze it and change the value it keep changing random number or something like that. I find the address (float) and the value is full at 100. So i'm stuck and need your guys help.
Description: |
|
Filesize: |
45.54 KB |
Viewed: |
11814 Time(s) |

|
Description: |
|
Filesize: |
15.59 KB |
Viewed: |
11814 Time(s) |

|
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 221
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Wed Apr 16, 2014 6:20 pm Post subject: |
|
|
You found wrong address - it is used only for drawing health bar.
It is constantly overwritten by ("actual health value" divided by "maximal health value" multiplied by 100) value
In this game, max health is 30.0
_________________
|
|
Back to top |
|
 |
SHINJI How do I cheat?
Reputation: 0
Joined: 15 Apr 2014 Posts: 2
|
Posted: Wed Apr 16, 2014 7:54 pm Post subject: |
|
|
ok then what search do i use?
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 221
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Thu Apr 17, 2014 3:52 am Post subject: |
|
|
- use health-kit, search for 30.0, float value.
- use torch to make fire on the floor, touch fire and step back.
- search for decreased value. (next scan)
- again, touch fire and step back.
- search for decreased value. (next scan)
- -//-
- again, use health-kit, search for 30.0, float value.
- touch fire and search for decreased value
- -//-
- ...
That way, you will get right address. Freeze that address (at 30.0), congrats, you have god mode. Of course, after you close the game and launch it again, address will be different. So, you have to make a multilevel pointer or auto-assemble script (code injection). So, do tutorials.
_________________
|
|
Back to top |
|
 |
|