Tutorial Make Esp For Unity Games, C++

YAHOOOOOI

Rookie
Apr 2, 2021
2
1
3
25
Tok
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.
 
  • Like
Reactions: Higfd

NepMods69

Inactive Approved Modder
Original poster
Mar 6, 2022
122
4,979
193
Nepal
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.
Like

int getHealth(void *player) {
return *(int *)((unit64_t) player + 0x1C);
}
 
  • Like
Reactions: MVTTuan

Pas_0000

Rookie
Jul 15, 2022
2
0
1
23
_
Like

int getHealth(void *player) {
return *(int *)((unit64_t) player + 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.
Idk where to use that code, so can you tell me? :'-(
 

NepMods69

Inactive Approved Modder
Original poster
Mar 6, 2022
122
4,979
193
Nepal
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.
Idk where to use that code, so can you tell me? :'-(
sorry, if u are beginner, u cant make
 
  • Like
Reactions: vaoikna