Posted: Tue Jul 07, 2015 5:39 pm Post subject: structure and pointers..
I try to find the player structure ingame
but I dont know the health so I searched for my coordinates
I found the pointer to it..
so I am down to like 27k results for pointers
and I dont seem to find the player structure when trying to dissect some..
do I need to get rid of all those extra pointers? and how? I mean.. this scan is like from a few days ago and I did lots of restarts since then still 27k =/
Health is not normally stored in the same structure as your coordinates.
Health should be relatively easy to find in most games.
Often search float type for a range between +/- 1 of the displayed value.
Otherwise, search for the smallest byte that can fit your value. If the value is 100, a 1-byte field is big enough.
If all else fails, search unknown value.
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