Search results

  1. Tool ImGui Il2cpp Tool

    I will ignore any issue/bug report replied to this thread Please if you had issue/bug, and you'd like to get it fixed, report it to me through PM
  2. Tool ImGui Il2cpp Tool

  3. Tool ImGui Il2cpp Tool

    Are you sure it's the same class that you can find objects? What game?
  4. Tool ImGui Il2cpp Tool

    Yes, this is an issue I always forget to fix Thanks for telling me
  5. Tool ImGui Il2cpp Tool

    Updated v0.9 - Long press on Filter button will open the keyboard with filter text - Remember selected scale - Backtracer (WIP) - Improve Tracer - Long press on the following thing will open new tab --- Method if classes is filtered by method --- Inspected Object (at the top) --- Traced method -...
  6. Tool ImGui Il2cpp Tool

    are you sure it's not server-sided? what's the class name?
  7. Help! FRIDA: Call to func pointer fails

    I don't know much about arm assembly but i believe those instructions are just for setting up the stack You usually need to call il2cpp_thread_attach before working with unity game Have you tried that? Also check out this repo GitHub - vfsfitvnm/frida-il2cpp-bridge: A Frida module to dump...
  8. Help! FRIDA: Call to func pointer fails

    I don't know about frida but c# function doesn't accept a pointer for primitive types So maybe just pass the value directly *Edit looks like you already did that, sorry
  9. Help! FRIDA: Call to func pointer fails

    You left out the most important information How do you call it
  10. Help! Imgui Menu Hooking

    Detected like what? What game?
  11. Tool ImGui Il2cpp Tool

    Taro aja di situ, di UnityPlayerActivity onCreate
  12. Tool ImGui Il2cpp Tool

    Use MT Manager
  13. Tool ImGui Il2cpp Tool

    MT Manager
  14. Tool ImGui Il2cpp Tool

    What??
  15. Tool ImGui Il2cpp Tool

    Update v0.8 - Patcher for System.String return type - Struct will have a gray-ish text color - Changing field values is now possible within Object Inspector - Improved Object Selector style - Others (gif below...) NOTE You can install the lib like normal. if the imgui is not showing, there is...
  16. Tool ImGui Il2cpp Tool

    Tutorials literally spoon-feed you bruh There are no tutorials for everything, you're just gonna have to figure it out yourself. For unity games, there's a class called TouchScreenKeyboard, it has a method called Open which will open the soft keyboard
  17. Tool ImGui Il2cpp Tool

  18. Tool ImGui Il2cpp Tool

    Yes