Jump to content

iGameGod Unity & IL2CPP Tools: Dump global-metadata.dat, Generate dump.cs & Search Methods


53 posts in this topic

Recommended Posts

Updated (edited)

 

iGameGod Unity IL2CPP global-metadata.dat and runtime dump.cs tools  iGameGod Unity IL2CPP method and function search iGameGod iGDisassembler Unity and IL2CPP tools

Hello everyone! 👋

iGameGod includes several built-in Unity & IL2CPP tools for researching supported Unity apps directly from your iPhone or iPad.

These tools allow you to search recognized IL2CPP methods, export decrypted global-metadata.dat, generate a runtime dump.cs file, and inspect method parameter information entirely on-device.

The tools are available through both iGameGod and iGameGod Jailed, meaning they can be used on supported jailbroken and non-jailbroken devices.

NON-JAILBROKEN SUPPORT  JAILBREAK SUPPORT  UNITY IL2CPP

 

What Are the Unity & IL2CPP Tools?

Unity games built using IL2CPP contain information about their classes, methods, fields and parameters inside files such as global-metadata.dat and the app's executable libraries.

Some apps protect or modify their metadata files, which can cause tools such as Il2CppDumper to fail when working with the files extracted directly from the IPA.

iGameGod can access supported IL2CPP information after the app has loaded it into memory. This may allow iGameGod to export usable metadata or generate method information even when the original files contain encryption or other protections.

Compatibility varies depending on the Unity version, IL2CPP version and protections used by the app.

 

Available Unity & IL2CPP Tools

- IL2CPP Method Search - Search for recognized Unity classes, methods and function names directly inside iGameGod.
- Decrypted Metadata Dump - Export a usable global-metadata.dat file from the running app.
- Runtime dump.cs - Generate an IL2CPP source-style dump.cs file directly from the running app.
- Method Parameter Information - View information about supported methods and their parameters.
- IL2CPP Names in iGDisassembler - Display recognized method names alongside supported functions and branch instructions.
- Named Stack Traces - Display recognized IL2CPP method names inside supported iGDebugger Watchpoint results.

 

Which Tool Should I Use?

Use Decrypted Metadata Dump when you want to export global-metadata.dat and process it using an external tool such as Il2CppDumper.

Use Runtime dump.cs when you want iGameGod to generate a source-style class and method dump directly from the running app.

Use Method Search when you only need to find a particular class, method or function without generating a complete dump.

Use Method Parameter Information when you want to inspect the available parameters and additional details for a selected method.

 

How to Access the Unity & IL2CPP Tools

  1. Launch the supported Unity app containing iGameGod.
  2. Tap the floating iGameGod icon.
  3. Open iGDisassembler.
  4. Open the available Unity or IL2CPP tools.
  5. Choose Method Search, Decrypted Metadata Dump, Runtime dump.cs or another available option.

The available options may vary depending on whether iGameGod detects a supported Unity IL2CPP app.

iGameGod iGDisassembler Function Options, Patch, Hex, ASM, Pseudo Code

 

Dumping Decrypted global-metadata.dat

The metadata dumper exports global-metadata.dat from the running app instead of relying only on the copy stored inside the IPA.

This can be useful when the original metadata file is encrypted, obfuscated or otherwise rejected by traditional IL2CPP dumping tools.

  1. Launch the target Unity app with iGameGod enabled.
  2. Open the iGameGod tool menu.
  3. Open iGDisassembler and select the option to dump decrypted metadata.
  4. Wait for iGameGod to complete the export.
  5. Save or share the resulting global-metadata.dat file.
  6. Use the exported file with your preferred IL2CPP dumping or research tool.

Once exported, you can process the metadata using tools such as:
- Il2CppDumper
- Other supported Unity and IL2CPP research tools

Depending on the external tool, the results may include files such as dump.cs, script.json and other method or address information.

 

Generating a Runtime dump.cs

iGameGod can also generate an IL2CPP source-style dump.cs directly from the running app.

This provides a faster option when you mainly need to browse classes, methods, fields and available method information without separately processing the metadata file on a computer.

  1. Open the supported Unity app with iGameGod enabled.
  2. Open iGDisassembler from the iGameGod tool menu.
  3. Select the option to generate a runtime dump.cs.
  4. Wait for iGameGod to finish generating the file.
  5. Save or share the generated dump.cs.

The generated file can then be opened in a text editor or transferred to a computer for additional research.

iGameGod Unity IL2CPP global-metadata.dat and runtime dump.cs options

 

Searching IL2CPP Methods

Method Search allows you to find recognized Unity classes, methods and function names directly inside iGameGod.

This is useful when you already know part of the class or method name and do not want to browse through an entire dump.cs file.

  1. Open iGDisassembler inside the target Unity app.
  2. Open IL2CPP Method Search.
  3. Enter the class, method or function name you want to find.
  4. Select a result to view the available method information.
  5. Open the related function in iGDisassembler when available.

Recognized IL2CPP names can also appear next to supported functions and branch instructions, making code navigation easier.

iGameGod Unity IL2CPP method and function name search

 

Method Parameters & Debugging

iGameGod can display additional information about supported IL2CPP methods and their parameters.

This can help when reviewing a method before opening it in iGDisassembler, setting a Breakpoint or tracing it through iGDebugger.

Recognized IL2CPP method names can also appear inside Watchpoint stack traces, making it easier to understand which Unity functions read or change a memory value.

For additional information about these tools, see:

- iGDisassembler: On-Device Code Inspection with iGameGod
- iGDebugger: On-Device Debugging, Watchpoints & Breakpoints

 

Jailbroken Device Instructions

To use the Unity and IL2CPP tools on a jailbroken device:

  1. Install or update to the latest version of iGameGod from the official iOSGods Repo.
  2. Enable iGameGod for the Unity app you want to research.
  3. Launch the target app and open the iGameGod tool menu.
  4. Open iGDisassembler and choose the Unity or IL2CPP tool you want to use.

You can add the official iOSGods Repo to Sileo, Zebra, Cydia or your preferred package manager here:

https://iosgods.com/repo/

For metadata exports, iGameGod may also save the resulting file inside:

/var/mobile/Documents/UnityGlobalMetadata/

The share sheet can be used to save the file to the Files app, AirDrop it to a Mac or transfer it using another available method.

 

Non-Jailbroken Device Instructions

These Unity and IL2CPP tools can also be used through iGameGod Jailed on supported non-jailbroken devices.

  1. Obtain a properly decrypted IPA of the target Unity app.
  2. Add iGameGod to the IPA using Sideloadly, iOSGods App+ or another supported installation option.
  3. Install and launch the modified app.
  4. Open iGDisassembler from the iGameGod tool menu.
  5. Choose Method Search, Decrypted Metadata Dump, Runtime dump.cs or another available option.

Follow the topic below for the available iGameGod Jailed installation methods:

How to Install iGameGod Jailed Without a Jailbreak

On non-jailbroken devices, exported files may be saved inside the target app's Documents folder or presented through the iOS share sheet.

If you are installing through Sideloadly and want to access the app's Documents folder from a computer, enable the File Sharing option before installing:

How to Enable and Use App File Sharing

TIP Using iGameGod Jailed may also help with apps that block or behave differently on jailbroken devices.

TIP 2 Supported iPhone and iPad apps containing iGameGod can also run on Apple Silicon Macs.

 

Troubleshooting

The Unity or IL2CPP Options Do Not Appear

- Make sure the app contains the latest version of iGameGod.
- Confirm that the app is a supported Unity IL2CPP app.
- Make sure you opened iGDisassembler from inside the running app.
- Some Unity apps use Mono instead of IL2CPP and will not provide the same tools or results.

The Metadata or dump.cs Is Empty or Incomplete

- Allow the app to finish loading before starting the dump.
- Open the part of the app or game you want to research before trying again.
- Restart the app and repeat the export.
- Some protections or unsupported Unity versions may prevent a complete dump.

External Il2CppDumper Still Fails

- Confirm that you are using the metadata exported by iGameGod rather than the original file from the IPA.
- Make sure you are also using the correct executable or UnityFramework binary from the same app version.
- Verify that the metadata and binary belong to the same app build.
- Try generating the runtime dump.cs directly through iGameGod instead.

I Cannot Find the Exported File

- Check the iOS share sheet after the dump completes.
- On a jailbroken device, check /var/mobile/Documents/UnityGlobalMetadata/.
- On a non-jailbroken device, check the target app's Documents folder.
- Use the iGameGod File Browser or the iOS Files app when available.

 

Final Notes

iGameGod's Unity and IL2CPP tools provide several ways to research supported Unity apps directly from a running iPhone or iPad app.

You can export decrypted metadata for use with external tools, generate a runtime dump.cs, search recognized methods and inspect method parameters without relying on only one dumping workflow.

As always, your suggestions, compatibility reports, bug reports and improvement ideas are welcome, so feel free to leave your feedback below.

Thank you for supporting iGameGod and the iOSGods Community! 😊

 

You May Also Like...

 

```

Updated by Rook
  • Like 31
  • Winner 6
  • Thanks 1
  • Agree 1
  • Informative 4
Posted

Omggggg that's crazzzzy PepeStopPepeStopPepeStopPepeStop

  • Like 4
Posted (edited)
5 minutes ago, dakiii said:

iOS 15 XinaA15 support?

The iGameGod Jailbreak version will be updated to support Xina Jailbreak. For now, you can use the iGameGod Jailed version of the feature. :)

Updated by Rook
  • Like 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • Space Base Idle Tower Defense +5 Jailed Cheats
      Modded/Hacked App: Space Base Idle Tower Defense By EVRIKA GAMES LLC-FZ
      Bundle ID: com.idle.space.base.tower.defense
      App Store Link: https://apps.apple.com/us/app/space-base-idle-tower-defense/id6768559296?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Reward Multiplier
      - Currency Gain On Spend
      - No ADS

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A
        • Informative
        • Winner
        • Like
      • 5 replies
    • Lava Survival +2 Jailed Cheats
      Modded/Hacked App: Lava Survival By Game Legends Establishment For Information Technology
      Bundle ID: com.gamelegendstudio.lavasurvival
      App Store Link: https://apps.apple.com/us/app/lava-survival/id6748965384?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A
        • Agree
        • Haha
        • Like
      • 16 replies
    • Dark Hunter - Hunter Hero RPG +5 Cheats
      Mod APK Game Name: Dark Hunter - Hunter Hero RPG By Dovi Games
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=dovi.darkhero.survival

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Diamond Increase On Spend
      - Move Speed Multiplier
      - No ADS

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      Download via the iOSGods App for Android







       

      📖 Android Installation Instructions

      STEP 1: Download the modded APK file from the link above using your preferred Android browser or download manager.
      STEP 2: Once the download is complete, open your file manager and locate the downloaded .apk file (usually in the Downloads folder).
      STEP 3: Tap the APK file, then select Install. If prompted, enable Install from Unknown Sources in your device settings.
      STEP 3A: If the mod includes an OBB file, extract it if it’s inside an archive. Then move the folder to: /Android/obb/
      STEP 3B: If the mod includes a DATA file, extract it if it’s archived. Then move the folder to: /Android/data/
      STEP 4: Once installed, open the game and toggle your desired cheats & features through the APK mod menu. Enjoy!

       

      NOTE: If you have any questions or issues, read our Frequently Asked Questions topic. If you still need help, post your issue below and we’ll assist you as soon as possible. If the mod works for you, please share your feedback to help other members!

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A

       

       iOS & iPadOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.
        • Agree
        • Winner
      • 0 replies
    • Raising Chuno KR / 추노키우기 +7 Cheats
      Modded/Hacked App: 추노키우기 By DWGAMES CO.,LTD
      Bundle ID: com.dwgames.chunorpg
      App Store Link: https://apps.apple.com/kr/app/%EC%B6%94%EB%85%B8%ED%82%A4%EC%9A%B0%EA%B8%B0/id6774516254?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multplier
      - Experience Multiplier
      - Reward Multiplier
      - Attack Speed Multiplier
      - Move Speed Multiplier
      - No ADS

       

      ⬇️ iOS Hack Download Link


      Hidden Content

      Download Hack







       

      📖 iOS Installation Instructions

      STEP 1: Download the .deb hack file from the link above. Use Safari, Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If needed, tap on the downloaded file again, then select ‘Normal Install’ from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. If it doesn’t install successfully, see the note below.
      STEP 5: Open the game, log in to your iOSGods account when asked, then toggle on the features you want and enjoy!

       

      NOTE: If you have any questions or problems, read our Jailbreak iOS Hack Troubleshooting & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A

       

      More iOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.

      Modded Android APKs
      Need modded apps or games for Android? Check out the latest custom APK mods, cheats & more in our Android Section.
      • 0 replies
    • Raising Chuno KR / 추노키우기 +7 Jailed Cheats
      Modded/Hacked App: 추노키우기 By DWGAMES CO.,LTD
      Bundle ID: com.dwgames.chunorpg
      App Store Link: https://apps.apple.com/kr/app/%EC%B6%94%EB%85%B8%ED%82%A4%EC%9A%B0%EA%B8%B0/id6774516254?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Experience Multiplier
      - Reward Multiplier
      - Attack Speed Multiplier
      - Move Speed Multiplier
      - No ADS

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A
      • 1 reply
    • Merge Hero Rush +4 Cheats
      Mod APK Game Name: Merge Hero Rush By LevelTwoBeards
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.LevelTwoBeards.MergeHeroRush

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Currency Multiplier
      - No ADS

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      Download via the iOSGods App for Android







       

      📖 Android Installation Instructions

      STEP 1: Download the modded APK file from the link above using your preferred Android browser or download manager.
      STEP 2: Once the download is complete, open your file manager and locate the downloaded .apk file (usually in the Downloads folder).
      STEP 3: Tap the APK file, then select Install. If prompted, enable Install from Unknown Sources in your device settings.
      STEP 3A: If the mod includes an OBB file, extract it if it’s inside an archive. Then move the folder to: /Android/obb/
      STEP 3B: If the mod includes a DATA file, extract it if it’s archived. Then move the folder to: /Android/data/
      STEP 4: Once installed, open the game and toggle your desired cheats & features through the APK mod menu. Enjoy!

       

      NOTE: If you have any questions or issues, read our Frequently Asked Questions topic. If you still need help, post your issue below and we’ll assist you as soon as possible. If the mod works for you, please share your feedback to help other members!

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A

       

       iOS & iPadOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.


      Modded/Hacked App: Merge Hero Rush By LevelTwoBeards
      Bundle ID: com.youloft.callofhero.ios
      App Store Link: https://apps.apple.com/us/app/merge-hero-rush/id1605742756?uo=4

       
        • Informative
      • 1 reply
    • Dragon Rise: Korean Farming RPG KR / 드래곤 라이즈: 국산 파밍 RPG +3 Cheats
      Modded/Hacked App: 드래곤 라이즈: 국산 파밍 RPG By STORMRISE Inc.
      Bundle ID: com.stormrise.dragonrise
      App Store Link: https://apps.apple.com/kr/app/%EB%93%9C%EB%9E%98%EA%B3%A4-%EB%9D%BC%EC%9D%B4%EC%A6%88-%EA%B5%AD%EC%82%B0-%ED%8C%8C%EB%B0%8D-rpg/id6761347382?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Attack And Move Speed Multiplier

       

      ⬇️ iOS Hack Download Link


      Hidden Content

      Download Hack







       

      📖 iOS Installation Instructions

      STEP 1: Download the .deb hack file from the link above. Use Safari, Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If needed, tap on the downloaded file again, then select ‘Normal Install’ from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. If it doesn’t install successfully, see the note below.
      STEP 5: Open the game, log in to your iOSGods account when asked, then toggle on the features you want and enjoy!

       

      NOTE: If you have any questions or problems, read our Jailbreak iOS Hack Troubleshooting & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A

       

      More iOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.

      Modded Android APKs
      Need modded apps or games for Android? Check out the latest custom APK mods, cheats & more in our Android Section.
      • 0 replies
    • Dragon Rise: Korean Farming RPG KR / 드래곤 라이즈: 국산 파밍 RPG +3 Jailed Cheats
      Modded/Hacked App: 드래곤 라이즈: 국산 파밍 RPG By STORMRISE Inc.
      Bundle ID: com.stormrise.dragonrise
      App Store Link: https://apps.apple.com/kr/app/%EB%93%9C%EB%9E%98%EA%B3%A4-%EB%9D%BC%EC%9D%B4%EC%A6%88-%EA%B5%AD%EC%82%B0-%ED%8C%8C%EB%B0%8D-rpg/id6761347382?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Attack And Move Speed Multiplier

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A
        • Informative
        • Agree
        • Like
      • 1 reply
    • Case Solved: The London Files +1 Mod [ Full Game Unlocked ]
      Mod APK Game Name: Case Solved: The London Files By MINIMOL GAMES
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.MinimolGames.CaseSolved

       

      🤩 Hack Features

      - Full Game Unlocked -> From the Main Menu, tap on the Unlock Full Game button.
      • 0 replies
    • Case Solved: The London Files +1 Jailed Cheat [ Full Game Unlocked ]
      Modded/Hacked App: Case Solved: The London Files By Minimol Inc.
      Bundle ID: com.MinimolGames.CaseSolved
      App Store Link: https://apps.apple.com/us/app/case-solved-the-london-files/id6769660234?uo=4

       


      🤩 Hack Features

      - Full Game Unlocked -> From the Main Menu, tap on the Unlock Full Game button.
      • 0 replies
    • Kingdom Rush Battles: TD Game +4 Mods [ No Tower Cost ]
      Mod APK Game Name: Kingdom Rush Battles: TD Game By Ironhide Games
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.ironhidegames.kingdomrush.mp

       

      🤩 Hack Features

      - Dumb Enemy -> Disables your enemy from buying towers.
      - No Tower Build Cost -> Use with Dumb Enemy.
      - No Tower Upgrade Cost -> Use with Dumb Enemy.
      - No Tower Skill Upgrade Cost -> Use with Dumb Enemy.
        • Thanks
      • 0 replies
    • Throne Arena: PvP Defense +2++ Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Throne Arena: PvP Defense By Deviloper Limited
      Bundle ID: com.throne.arena.strategy.rpg
      App Store Link: https://apps.apple.com/us/app/throne-arena-pvp-defense/id6795878189?uo=4

       

      🤩 Hack Features

      - Unlimited Currencies -> Earn or spend some.
      - Freeze Currencies
        • Like
      • 1 reply
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines