Search results

  1. Tutorial [ IMGUI CHEAT MENU TUTORIALS ] ANDROID | AIDE

    In search on smalli not finding (appguard)? Any method ?
  2. Tutorial Xposed Injection on Unity Games (kind of a tutorial)

    after build to release and install then activate lsposed run game stuck , how to fix this
  3. Help! How to skip class on patch imgui module ?

    Work but cannot connect the server. How to fix this ? Sample code patch /Il2Cpp: Use RVA offset PATCH(targetLibName, str2Offset("0x13B43A0"), "C0035FD6"); //xigncode callback PATCH(targetLibName, str2Offset("0x13E4C6C"), "C0035FD6"); //adbdebugger PATCH(targetLibName...
  4. Help! How to skip class on patch imgui module ?

    I found the offset and hex code for the class adbConnectDetect(), and I am attaching them below: Hex code: F7 5B DB A9 F5 53 01 A9 F3 7B 02 A9 56 D3 00 F0 Offset: 0x13B43A0 How can I disable the function of the adbConnectDetect() class in PATCH(offset, hexcode)?
  5. Discussion Bypass protection detect app

    How to disable HackDetector in Zygisk mod menu using patches? // Dll : Assembly-CSharp-firstpass.dll // Namespace: private sealed class <onHackDetected>d__34 : IEnumerator`1, IEnumerator, IDisposable { // Fields private Int32 <>1__state; // 0x10 private Object <>2__current; // 0x18...
  6. Help! void patches not working

    dump.cs toram online, but not working for bypass security #ifndef ZYCHEATS_SGUYS_FUNCTIONS_H #define ZYCHEATS_SGUYS_FUNCTIONS_H void Patches() { PATCH("0x15d786c", "1F2003D5C0035FD6"); //RVA: 0x15e8bc0 VA: 0x7bf3ecdbc0 private Void PopHackWindow() { } PATCH("0xed3afc"...
  7. Help! Bypass detected Adb

    i write on function.h void Patches() { PATCH("0x13b9f0c", "C0035FD6"); PATCH("0x13ea7d8", "C0035FD6"); PATCH("0x13eaa10", "C0035FD6"); PATCH("0x13eab88", "C0035FD6"); PATCH("0x13eadc0", "C0035FD6"); PATCH("0x13eadc4", "C0035FD6"); } and add patches on hook.cpp void...
  8. Help! Bypass detected Adb

    i found // RVA: 0x13ea7d8 VA: 0x7bf3ccf7d8 public Void OnAdbEnabledDetected() { } how to implementation on zygisk imgui menu ? i want auto turn off.
  9. Tutorial How to Create Zygisk MOD Menu

    how to mod menu by lsposed ?
Back
Top Bottom