Recent content by elementgear

  1. Help! Trouble Installing LGL Mod Menu on Android 14 - Seeking Solutions

    i did this but still it didn't work i tried adding code like this after #if defined(__aarch64__) #if defined(__aarch64__) switch (featNum) { case 1: PATCH_LIB_SWITCH("libil2cpp.so", "0x200000", "00 00 A0 E3 1E FF 2F E1", boolean); break; case 10: PATCH_LIB_SWITCH("libil2cpp.so"...
  2. Help! Trouble Installing LGL Mod Menu on Android 14 - Seeking Solutions

    I checked and confirmed that the Lgl mod menu already includes arm64-v8a in its build.gradle. However, despite this inclusion, it's still not functioning correctly.
  3. Help! Trouble Installing LGL Mod Menu on Android 14 - Seeking Solutions

    I recently encountered an issue while trying to install the LGL mod menu on my Android 14 device. Every time I attempt to install it, I'm greeted with the frustrating message: "App not installed as the app isn't compatible with your phone." This has left me scratching my head, as the mod menu...
  4. Help! Need Help Modding Currency Multiplier

    Thanks i figured out the nop code. i used arm to hex converter :)
  5. Help! Need Help Modding Currency Multiplier

    Thankyou :) is there any tutorial how to use nop code. i am new to modding :(
  6. Help! Need Help Modding Currency Multiplier

    Thanks for reply :) I've made some progress on my modding journey, but I've hit a bit of a roadblock. I found an offset (0x5A9EFC) in the Cyber Dude: Dev Tycoon game that seems to be related to object destruction. When I directly edit this offset with a hex value, the mod works as intended...
  7. Help! Need Help Modding Currency Multiplier

    Firstly, thanks a bunch for sharing that code snippet and shedding some light on the process! I gave it a shot, but unfortunately, it doesn't seem to be working for the game I'm trying to mod, Cyber Dude: Dev Tycoon. I've tried using offset testers with various coins-related methods, but no...
  8. Tutorial Crazy list of HEX CODES

    thanks for providing this :face11:
  9. Help! Need Help Modding Currency Multiplier

    Hey dollaz and nowhere222, Thanks a ton for your quick responses and guidance! Just to clarify, when you mention "hooking" the method that deals with money spending, are you referring to finding the specific function or method responsible for deducting the in-game currency? If so, do you...
  10. Help! Need Help Modding Currency Multiplier

    Hey everyone, I hope you're all doing well. I'm fairly new to modding, and after successfully modding a game (City Defense) with a boolean offset, I decided to take on a new challenge. I'm currently trying to create a mod for a game that involves a currency multiplier. I want the in-game...
  11. Tutorial BASICS ABOUT ANDROID APK MODDING IN GENERAL | LEARN MODDING TODAY FOR FREE!

    this is really amazing. i already modded City Defense. It was the first game which i modded 4 to 5 days ago, i think
  12. Solved Need Help with Modding City Defense Game - Unity and Offset Issues

    I just wanted to express my sincere gratitude for your assistance in resolving the offset issue. Your guidance on Telegram was incredibly helpful, and I really appreciate you taking the time to help me out. Thanks to your support, I was able to make progress with the modding process. To the...
  13. Solved Need Help with Modding City Defense Game - Unity and Offset Issues

    Thanks for getting back to me. Can you share some tips or steps on how you did it using a mobile platform? I'm keen to understand and replicate the process on my end. Also I have MT Manager installed on my phone and would love to follow your approach. Your advice is incredibly helpful, and I...
  14. Solved Need Help with Modding City Defense Game - Unity and Offset Issues

    That's awesome to hear that you've already modded City Defense. I could really use your expertise on this. Since you've successfully modded the game, could you please share some insights or guidance on how to find the right offsets? Any tips or steps you took would be incredibly helpful for...