Game Engine: Unity
Game Version: 1.0.6.0
Options Desired: Cheat Table with:
- Infinite Health
- No Reload
- Score Editor
Other Info: [Link]
COMPLETED - viewtopic.php?f=4&t=12071
Thanks, I figured that out I just had no idea how to create an Unlimited Health from it and everything I tried either caused CTD or gave the enemy unlimited health also :pMudi wrote: ↑Wed Apr 08, 2020 3:44 amHi rhark, the game stores the HP related value as a float representing the accumulated damage. It starts at 0 (full health aka no damage), and increases on each hit. Eventually reaches a max damage value = player death.
By the way, I like your table, especially the no reload and easy kills features.
Code: Select all
GET_HP_NEW:
mov [rbx+00000168],0 // this is the cheat: set the HP related value to zero (meaning zero damage taken)
movss xmm1,[rbx+00000168] // this is the original code
jmp GET_HP_RETURN
Users browsing this forum: Ara, Colinious, dreamlightchaser, Google Adsense [Bot], Munck, Oldmasterq11, Retroboy