Search results

  1. Help! Help hook class

    Hi, i'm making a mod for a simple android game (lgl mod menu). I hooked an update function, it's working ok, now i need to patch some static fields in the main class. I've tried 2 methods thus far: 1. Hook class directly from offset, I'm using the typeinfo method I have the header file for this...