Search results

  1. Solved Ortographic & Ortographic Size - Android, Unity Game

    Hello, I am using LGL Mod Menu, on a unity game and want to make, as a camera setting, ortographic mode and ortographic size. Altough, i am having trouble hooking the two offsets: public void set_orthographic(bool value) { } public void set_orthographicSize(float value) { } From what i...
  2. Ortographic - Unity Games

    Ignore this
  3. Help! Root Protection

    Which library do i import for this
  4. Help! Root Protection

    I dont need anything too complex, just a simple root check
  5. Help! Root Protection

    Could you send me the code for the si.ple root checks? Idk how to do it
  6. Help! Root Protection

    How do I make my mod menus have root protection? I wanna prevent rooted devices from using them. LGL mod 2.8
  7. Hooking voids!

    Sorry idk how to make threads there
  8. Hooking voids!

    how do i use the offset? as a pointer or as the actual mshook
  9. Hooking voids!

    How should i hook the following offset? public static void set_timeScale(float value) { } This void does not have an update function but my friend did it and he wont tell me how!