Help! Help modifying health in the game

Cbuck1989

Platinian
So i am trying to modify this health. here is the hex code I'm using 12 07 80 E3 1E FF 2F E1 but it wont change the value in the game. What am i doing wrong? Sorry just starting to learn how to mod games.
 

Attachments

  • Screenshot 2024-09-08 153220.png
    Screenshot 2024-09-08 153220.png
    3 KB · Views: 12
  • Screenshot 2024-09-08 153246.png
    Screenshot 2024-09-08 153246.png
    5.2 KB · Views: 10
Try this code instead...

0F 07 02 E3 1E FF 2F E1

If it still doesn't work then you might want to try searching for a different health method

Yeah I figured out I was using the wrong health method. I found a HP one, but no matter how small of a number I put in, in the game when I try to attack it makes the attack power 751 million and the game crashes when trying to attack.

So I'm not sure what to do there. I tried value of 1 and still goes up to 751m
 
Yeah I figured out I was using the wrong health method. I found a HP one, but no matter how small of a number I put in, in the game when I try to attack it makes the attack power 751 million and the game crashes when trying to attack.

So I'm not sure what to do there. I tried value of 1 and still goes up to 751m
Perhaps you should hook the method instead of hex patch. Show me the hp method you use
 
Yeah I figured out I was using the wrong health method. I found a HP one, but no matter how small of a number I put in, in the game when I try to attack it makes the attack power 751 million and the game crashes when trying to attack.

So I'm not sure what to do there. I tried value of 1 and still goes up to 751m
What is the name of the game
 
Back
Top Bottom