Posted: Tue Nov 01, 2016 8:48 am Post subject: How would I go about finding info about entity;s
So I found entity's HP http://i.imgur.com/UBrpbyl.png
But I'm wondering would I have to pointerscan all of these to get a pointer or like would it be harder to fnd get the entitys hp list so I can loop through it in c#?
Pointer scan for two enemy health values.
See if both lists have matching bases and beginning offsets.
Or take 1 pointer and start increasing inner offsets up and down using the arrows.
If the pointer appears to still be pointing to a health value, then that offset may step you through each enemy.
If not, set the offset back and try another one.
Pointer scan for two enemy health values.
See if both lists have matching bases and beginning offsets.
Or take 1 pointer and start increasing inner offsets up and down using the arrows.
If the pointer appears to still be pointing to a health value, then that offset may step you through each enemy.
If not, set the offset back and try another one.
This seems like it will work I will try it soon and will get back to you. Thanks
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