Hi,
How would i get the entity (enemy) list to loop through and grab their positions? A method not a spoonfeed can help.
They don't share the same values as me I would love any help.
Thank you!
Farcry 4 Entity List
Re: Farcry 4 Entity List
If you're wanting the coordinates, then start with the player's and backtrace it to the list lookup/processing code.
Re: Farcry 3 Entity List
Hey Tim,
I saw your trainer and its epic.
I want to build a class for the player in c++ for a trainer.
stuff like that but I am kind of bad at finding the static address to build it. I also want to populate it with an entity list address but finding these addresses for the enemy is tough especially static. I want to do things like freeze them or teleport them all on me etc.
So i know that this is the enemy health location for v1.08
FC3_d3d11.dll+63BF6C
Once the enemy health has been found I can add offset 3418 to get the position but this position is weird because it only updates after the enemy has moved so like sort of a last known position sort of thing.
These images give an idea of what I found:
[Link]
I saw your trainer and its epic.
I want to build a class for the player in c++ for a trainer.
Code: Select all
class Player {
public:
float health;
vec3 position;
}
So i know that this is the enemy health location for v1.08
FC3_d3d11.dll+63BF6C
Once the enemy health has been found I can add offset 3418 to get the position but this position is weird because it only updates after the enemy has moved so like sort of a last known position sort of thing.
These images give an idea of what I found:
[Link]
Last edited by Bottomzz on Sun Jun 23, 2019 2:11 pm, edited 1 time in total.
Re: Farcry 4 Entity List
Over it
Who is online
Users browsing this forum: No registered users