Help! Help me to fix esp

Tonikun

Platinian
Original poster
Sep 2, 2017
17
6
3
22
I got problem with my esp, its giving crash
This the files mod menu (using example esp NepMod) and file dump game fwd.
When i put
void *playerTF = getTransform(object);

Vector3 PlayerPos = get_position(playerTF);

void *cam = get_camera();

Vector3 Position = WorldToScreenPoint(cam, PlayerPos);

Its giving error use of undeclared identifer 'object'
So how i can fix it?
 

Attachments

  • Like
Reactions: Mukul21

DR_eslam

Awesome Active Platinian
May 20, 2022
110
24
18
21
Egypt
I worked with neps project in the game zombies it works well it will give crash if you tried it before implanting Becz the desired lib(Il2Cpp) not loaded. And idont know why it crashes but after implanting it.... It won't crash... Best of luck
#for the error it is from you so figure it your self...