Search results

  1. Tool ImGui Il2cpp Tool

    IL2CPP Tool, This tool is useful for gathering information which later can be used in your mods. ✨FEATURES✨ Inspect Objects Call method Patch method return value Dumper Trace method (notify when a method is being called) Change field values More to come... Works on most Il2cpp based...
  2. FREE MOD Survivor.io v2.8.1 Mod Menu APK | Invincible | Cooldown Multiplier | EXP Multiplier | Max All Skill | Drop Item | Auto Move | Auto Aim | More...

    Playstore Link: https://play.google.com/store/apps/details?id=com.dxx.firenow Game Name: Survivor.io Game Version: 2.8.1 Needs OBB: No Needs Root: No *MOD Features* The following features are for in game only! Invincible/God Mode/No Damage (+ Pet) (whatever you call it) Exp Multiplier...
  3. Help! game detect if phone is connected through adb

    I don't know if it's ADB or Logcat, because when I use Logcat (with Matlog) on the phone, the game also detects it and crashes. any tips on how to work around this?
  4. Help! Hooked function does not get called

    some functions from each games i tried to mod just cannot be hooked. like the hooked functions are not being called I've tried several hooking libraries like Dobby Hook, And64InlineHook, and Shadowhook. each of these libraries return SUCCESS code. DobbyInstrument works, but I have to manually...
  5. Help! Dumper/Hooking Problem

    I'm using two dumpers: frida-il2cpp-bridge and Zygisk-Il2CppDumper. The results from both dumpers show some method addresses that don't match. I selected a method and attempted to hook its address from both dumpers, but neither worked. However, when I chose another method, it worked. Does anyone...
  6. Discussion is there a c++ library to work with il2cpp easier?

    did someone already make/know a library that has functionalities like this?
  7. Help! is it possible to create text inside lgl mode menu that is changeable

    like the title says, maybe it reads global variable or need to be triggered
  8. Help! what's the proper way to call il2cpp function?

    The application crashes upon invoking an IL2CPP function. When utilizing the frida-il2cpp-bridge library, the provided code run smoothly: const uiWord = csImage.class("Game.UI.Word"); const onKeySelect = uiWord.method("OnKeySelected"); onKeySelect.implementation = function (key...