Farcry 4 Entity List

Memory scanning, code injection, debugger internals and other gamemodding related discussion
Post Reply
Bottomzz
What is cheating?
What is cheating?
Posts: 3
Joined: Tue May 28, 2019 3:49 pm
Reputation: 0

Farcry 4 Entity List

Post by Bottomzz »

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!

TimFun13
Expert Cheater
Expert Cheater
Posts: 1354
Joined: Fri Mar 03, 2017 12:31 am
Reputation: 6

Re: Farcry 4 Entity List

Post by TimFun13 »

If you're wanting the coordinates, then start with the player's and backtrace it to the list lookup/processing code.

Bottomzz
What is cheating?
What is cheating?
Posts: 3
Joined: Tue May 28, 2019 3:49 pm
Reputation: 0

Re: Farcry 3 Entity List

Post by Bottomzz »

Hey Tim,

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; 
}
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:

Image
[Link]
Last edited by Bottomzz on Sun Jun 23, 2019 2:11 pm, edited 1 time in total.

Bottomzz
What is cheating?
What is cheating?
Posts: 3
Joined: Tue May 28, 2019 3:49 pm
Reputation: 0

Re: Farcry 4 Entity List

Post by Bottomzz »

Over it

Post Reply

Who is online

Users browsing this forum: No registered users