Posted: Wed Aug 19, 2015 5:26 pm Post subject: Problem With Shared Health
Hi Every One.
I Have a Problem With Shared Health In Many Games In This Case "Titan Quset Immortal Throne" [It's Good Game To Me For Test]. I've Found The Address But I Cant Just Nop It Because It Effects The Enemys Too.
This is The Picture That I've Done But I Dont Know What Should I Do Next ! How Do I Find Hero and Enemy IDs ?
Just to let you know, you used the wrong offset.
You want to retrieve the offset from the instruction, not its address.
The instruction is: fstp dword ptr [ecx+1C]
Therefore, the health offset is +1C, not +18.
Right-click the instruction and find out what address it accesses.
The enemy health will pop up once you hit them.
Now add their address to the structure dissector as well to compare the values.
See if you can find a value that is different between player and enemy.
Also, find out what accesses (not writes to) your health.
See if any of those instructions are unique to the player.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum