This is the AMP version of this page.
If you want to load the real page instead, click this text.

Help! Help me to fix esp

Tonikun

Platinian
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

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...