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
Original poster
Jun 8, 2021
15
2
3
24
-
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.
 

asdf101

Platinian
Original poster
Jun 8, 2021
15
2
3
24
-
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
 

asdf101

Platinian
Original poster
Jun 8, 2021
15
2
3
24
-
Edit: My game does not crash anymore but I cant draw anything on canvas. I think the error is in some c++ jni methods.
 

Numark

Awesome Active Platinian
May 23, 2017
116
939
193
Edit: My game does not crash anymore but I cant draw anything on canvas. I think the error is in some c++ jni methods.
It's just trial and error, meaning you just gotta keep trying. That's what I did with my ESP for Bullet Force and Critical Ops.
 
Reactions: Jopahsgg

asdf101

Platinian
Original poster
Jun 8, 2021
15
2
3
24
-
It is still not working. Im receiving null pointer dereference error. When I try to draw on canvas from native code the game crashes. Can you help me please.
 
Status
Not open for further replies.