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

Solved Problem with esp

Status
Not open for further replies.

asdf101

Platinian
Greetings,
I want to make esp hack for some il2cpp android game. I used this mod menu as a template. However when I call esp.DrawLine nothing happens or the game crashes. I have checked everything in my mod menu and I think the error is in this method.
Any help appreciated.
 
Code:
--------- beginning of crash
08-01 22:46:10.201 30400 30425 E AndroidRuntime: FATAL EXCEPTION: UnityMain
08-01 22:46:10.201 30400 30425 E AndroidRuntime: Process: com.fingerlegend.hidenseek, PID: 30400
08-01 22:46:10.201 30400 30425 E AndroidRuntime: java.lang.Error: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Code:
AndroidRuntime: Cause: null pointer dereference
 
Status
Not open for further replies.