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

    • Gloss Boss +100++ Mods [ Debug Menu ]
      Mod APK Game Name: Gloss Boss By Wind Games AS
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.pksw.glossboss

       

      🤩 Hack Features

      - Debug Menu -> Head into Settings and toggle the Music button.
      • 0 replies
    • Gloss Boss +100++ Jailed Cheats [ Debug Menu ]
      Modded/Hacked App: Gloss Boss By Wind Games Oyun ve Yazilim Anonim Sirketi
      Bundle ID: com.pksw.glossboss
      App Store Link: https://apps.apple.com/us/app/gloss-boss/id6802333748?uo=4

       

      🤩 Hack Features

      - Debug Menu
      • 1 reply
    • (18+) Rise of Eros +2 Jailed Cheats
      Modded/Hacked App: Rise of Eros By EroLabs
      Bundle ID: com.pinkcore.riseoferos
      App Store Link: https://www.ero-labs.com/en/game/rise-of-eros

       

       

      📌 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
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 66 replies
    • (18+) Horny Villa +1 Jailed Cheat
      Modded/Hacked App: Horny Villa By EROLABS
      Bundle ID: com.GreenT.HornyVilla
      App Store Link: https://www.ero-labs.com/en/game/horny-villa

       

       

      📌 Mod Requirements

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

       

      🤩 Hack Features

      - Unlimited Currencies → Spend/Gain

       

      ⬇️ 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
        • Haha
        • Thanks
        • Winner
        • Like
      • 275 replies
    • OCTOPATH TRAVELER: CotC +6 Cheats
      Modded/Hacked App: OCTOPATH TRAVELER: CotC By NETEASE INTERACTIVE ENTERTAINMENT PTE. LTD
      Bundle ID: com.netease.octopath.sea
      App Store Link: https://apps.apple.com/us/app/octopath-traveler-cotc/id6453476038?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
      - Inifinite SP
      - Infinite Boost
      - Instant Break → Always Our Turn
      - Unlimited Gold

       

      ⬇️ 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.
        • Winner
      • 3 replies
    • OCTOPATH TRAVELER: CotC +6 Jailed Cheats
      Modded/Hacked App: OCTOPATH TRAVELER: CotC By NETEASE INTERACTIVE ENTERTAINMENT PTE. LTD
      Bundle ID: com.netease.octopath.sea
      App Store Link: https://apps.apple.com/us/app/octopath-traveler-cotc/id6453476038?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
      - Infinite SP
      - Infinite Boost
      - Instant Break → Always Our Turn
      - Unlimited Gold

       

      ⬇️ 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
      • 3 replies
    • Stone Island : Simulator +2 Jailed Cheats
      Modded/Hacked App: Stone Island : Simulator By Game Duo Co.,Ltd.
      Bundle ID: net.gameduo.bbc
      App Store Link: https://apps.apple.com/ph/app/stone-island-simulator/id6745582536?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
      - Freeze Currencies

       

      ⬇️ 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
        • Thanks
        • Winner
        • Like
      • 52 replies
    • Bowmasters - Multiplayer Game +5 Jailed Cheats
      Modded/Hacked App: Bowmasters - Multiplayer Game By Playgendary Limited
      Bundle ID: com.playgendary.bowmasters
      iTunes Store Link: https://apps.apple.com/us/app/bowmasters-multiplayer-game/id1118431695?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Unlimited Coins
      - Unlimited Gems
      - No Ads


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: 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 9: 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. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. 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 down 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
        • Haha
        • Thanks
        • Winner
        • Like
      • 264 replies
    • Otherworld Legends +5 Jailed Cheats
      Modded/Hacked App: Otherworld Legends By ChillyRoom
      Bundle ID: com.chillyroom.otherworld
      iTunes Store Link: https://apps.apple.com/us/app/otherworld-legends/id1439772060?uo=4&at=1010lce4

       

      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly/Cydia Impactor or alternatives.
      - A Computer Running Windows/Mac/Linux.


      Hack Features:
      - Player AttackSpeed
      - Enemy Attack Speed
      - Always Full Health
      - No Skill CD
      - Dumb AI


      Jailbreak required hack(s): 


      iOS Hack Download Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer.
      STEP 3: Download Sideloadly and install it.
      STEP 4: Open/Run Sideloadly on your computer then connect your iOS Device and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login & then your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will now need to go to Settings -> General -> Profiles & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: 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: For free Apple Developer accounts you will need to repeat this process every 7 days. Using a disposable Apple ID for this process is suggested but not required. Jailbroken iDevices can also use Sideloadly to install the IPA with AppSync. Filza & IPA Installer (or alternatives) from Cydia also work. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, post your issue down 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:
      - @Amuyea


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 196 replies
    • OUTERPLANE - Strategy Anime +2 Jailed Cheats
      Modded/Hacked App: OUTERPLANE - Strategy Anime By Smilegate Holdings, Inc.
      Bundle ID: com.smilegate.outerplane.stove.ios
      iTunes Store Link: https://apps.apple.com/us/app/outerplane-strategy-anime/id1630880836?uo=4

       

      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - God mode
      - OHK
      - Unlimited AP
      - No CD skill
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 146 replies
    • Arrows & Cats: Rescue Puzzle +2 Jailed Cheats
      Modded/Hacked App: Arrows & Cats: Rescue Puzzle By Nanali Inc.
      Bundle ID: com.Nanali.ArrowsAndCats
      App Store Link: https://apps.apple.com/us/app/arrows-cats-rescue-puzzle/id6761253603?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

      - SRDebug Menu
      - 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
        • Agree
      • 2 replies
    • Darkstar: Idle RPG +3 Jailed Cheats
      Modded/Hacked App: Darkstar: Idle RPG By Neptune Company
      Bundle ID: com.neptune.darkstar
      iTunes Store Link: https://apps.apple.com/us/app/darkstar-idle-rpg/id6612023856?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
      - Never Die


      Jailbreak required iOS hacks: 

       

      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 this tutorial topic which includes a video example.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 5: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 6: Enter your Apple Account email when prompted, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: 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 9: 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
        • Thanks
        • Winner
        • Like
      • 136 replies
×
  • 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