Recent content by imls01245

  1. Help! Hook Void List

    i also use lgl 3.2
  2. Tutorial How to modify Unity's Il2cpp String method's

    how to get the value from string method? #solved
  3. Help! How to Hook GameObject

    How to hook it as void pointer then, is not like this? i know this is a void function pointer if its not, then what is it? void *(old_funcname)(void*instance); ?
  4. Help! How to Hook GameObject

    in dump.cs // RVA: 0x117A220 Offset: 0x1176220 VA: 0x117A220 public static GameObject unlockNextSphere(sphereType sType) { } // RVA: 0x117AA58 Offset: 0x1176A58 VA: 0x117AA58 public static bool areAnyLocked(string name) { } // RVA: 0x117A240 Offset: 0x1176240 VA: 0x117A240...
  5. Help! Hook not working on ARM64v8

    Any update? the solution is use Auto Update Offset PS: i ran into similar problem like this
  6. Discussion Any workaround to get arm64 hacks

    I discovered that the function 'find library' in utils.h on lgl mod menu always selecting r--xp attribute on /proc/{app process}/maps which is can work on arm32 but on arm64 things are different the base library should be 3third of the line which is rw--p i confirmed that using game guardian and...
  7. Discussion Any workaround to get arm64 hacks

    Hooking or hexpatching on arm64 is not unstable even on lgl mod menu 2.9 is there a workaround on this? The arm64 is my only viable option since i bypassed the app that get to work only on arm64
  8. Tool ImGui Il2cpp Tool

    Bro can you add Support for Vulkan Renderer?
  9. Help! How to bypass Pairip

    Close the thread now, Solved
  10. Help! How to bypass Pairip

    How to bypass pairip protection latest method There was app that protected by pairip that app is RUSH by ketchapp the method i found in this forum is from 2023 now its not working anymore, help me please! this is the method that i found: How to bypass Pairip by NotAWeeb!
  11. Help! Hook Array Field Offset [+1]

    nah, it still crashes
Back
Top Bottom