Plz Help
I have tried this code on several games and it works, but if the Health is in the Field, how do I hook it up?
For example, if the offset of the update() is 0x100000 and Health is 0x1C.
LikePlz Help
I have tried this code on several games and it works, but if the Health is in the Field, how do I hook it up?
For example, if the offset of the update() is 0x100000 and Health is 0x1C.
I just have the same problem as him and it seems he already solved the problem but I can't solve it because I am a beginner.Like
int getHealth(void *player) {
return *(int *)((unit64_t) player + 0x1C);
}
sorry, if u are beginner, u cant makeI just have the same problem as him and it seems he already solved the problem but I can't solve it because I am a beginner.
Idk where to use that code, so can you tell me? :'-(
YeahIt will work with imgui?