Search results

  1. Solved Another problem with esp

    I've managed to fix game crashes but my esp can't draw anything. Is there something with my device wrong or ESP.h doesn't find ESPView.java methods? Solved edit: I just put wrong color numbers
  2. Solved Problem with esp

    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.
  3. Help! Help with playerlist

    Im currently modding an online unity il2cpp game and Im trying to get a playerlist. But I don't know how to make a function pointer to it because it has a predicate<player> inside it. Any help appreciated. // RVA: 0x140D26C Offset: 0x140D26C VA: 0x140D26C public static List<RemotePlayer>...