-
Posts
68,086 -
Joined
-
Last visited
Everything posted by Rook
-
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 Launch the supported Unity app containing iGameGod. Tap the floating iGameGod icon. Open iGDisassembler. Open the available Unity or IL2CPP tools. 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. 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. Launch the target Unity app with iGameGod enabled. Open the iGameGod tool menu. Open iGDisassembler and select the option to dump decrypted metadata. Wait for iGameGod to complete the export. Save or share the resulting global-metadata.dat file. 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. Open the supported Unity app with iGameGod enabled. Open iGDisassembler from the iGameGod tool menu. Select the option to generate a runtime dump.cs. Wait for iGameGod to finish generating the file. 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. 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. Open iGDisassembler inside the target Unity app. Open IL2CPP Method Search. Enter the class, method or function name you want to find. Select a result to view the available method information. 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. 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: Install or update to the latest version of iGameGod from the official iOSGods Repo. Enable iGameGod for the Unity app you want to research. Launch the target app and open the iGameGod tool menu. 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. Obtain a properly decrypted IPA of the target Unity app. Add iGameGod to the IPA using Sideloadly, iOSGods App+ or another supported installation option. Install and launch the modified app. Open iGDisassembler from the iGameGod tool menu. 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... ```
-
IPA Mod Menu DRAGON BALL LEGENDS +14 Jailed Cheats
Rook replied to Rook's topic in ViP Non-Jailbroken Hacks & Cheats
Sorry for the delays! Will update in a few hours. -
Only available in the subscriptions linked above. Further improvements to come!
-
Mod Menu Hack Last Day On Earth: Survival v1.46.0 +36 FREE Hacks
Rook replied to Rook's topic in Free Jailbreak Cheats
This hack is now updated to App Store version 1.20.2! -
IPA Mod Menu Last Day on Earth: Survival +17 FREE Jailed Cheats
Rook replied to Rook's topic in Free Non-Jailbroken IPA Cheats
This hack is now updated to App Store version 1.20.2!- 43,373 replies
-
- 2
-
-
-
- No Jailbreak Required
- Hack
-
(and 1 more)
Tagged with:
-
IPA Mod Menu DRAGON BALL LEGENDS +7 Jailed Cheats
Rook replied to Rook's topic in Free Non-Jailbroken IPA Cheats
This hack is now updated to App Store version 4.15.0! -
IPA Mod Menu DRAGON BALL LEGENDS +14 Jailed Cheats
Rook replied to Rook's topic in ViP Non-Jailbroken Hacks & Cheats
This hack is now updated to App Store version 4.15.0! -
This hack is now updated to App Store version 4.15.0!
-
Mod Menu Hack DRAGON BALL LEGENDS +7 FREE Cheats
Rook replied to Rook's topic in Free Jailbreak Cheats
This hack is now updated to App Store version 4.15.0! -
IPA Mod Menu Tap Titans 2 (Auto Update) Jailed Cheats +3
Rook replied to 0xSUBZ3R0's topic in Free Non-Jailbroken IPA Cheats
This hack is now updated to App Store version 5.25.0!- 2,126 replies
-
- Non-Jailbroken Hack
- Hack
- (and 2 more)
-
Mod Menu Hack Tap Titans 2 iOS Hack (Auto Update) [Gold & Mana Cheat]
Rook replied to 0xSUBZ3R0's topic in Free Jailbreak Cheats
This hack is now updated to App Store version 5.25.0! -
We understand your frustration & we're working on removing the calendar redirects due to the ads on the iOSGods App. For now, ranking up disables these ads entirely!
-
New update should be out very soon. Keep an eye out.
-
Shall be done in a few hours. Check back soon!
-
Mod Menu Hack [not working] Airship Knights +3 Cheats
Rook replied to quatorze's topic in ViP Jailbreak Cheats
Unlocked This topic is now open to further replies. -
Help/Support Problem with injecting iGameGod
Rook replied to theok25's topic in iOS Cheat Engine Support
Sounds like further investigation would be required on this app. What is the app’s name? -
Help/Support Problem with injecting iGameGod
Rook replied to theok25's topic in iOS Cheat Engine Support
Perhaps try disabling rotation lock before opening the game? -
Help/Support Problem with injecting iGameGod
Rook replied to theok25's topic in iOS Cheat Engine Support
Does the app work fine without iGameGod Jailed injected? -
DIY Hack RULES OF SURVIVAL HACK - NO RECOIL, WALL HACK, HIGH SCOPE AND MORE
Rook replied to Ghostemane's topic in DIY Cheats
@Ghostemane Have you tried these with iGameGod? -
Help/Support Profile doesn't show (any kind of installed app by iosgodsapp)
Rook replied to losts20's topic in Help & Support
Hello, This sounds like a revoke issue with the iOSGods App. I assume the app is failing to properly install, or install at all hence why you may not be seeing the option to approve/verify the certificate. If you're using iOSGods App+, no verifications or approvals are necessary. -
This message is revoke related. Please request a revoke fix.
-
Help/Support Porting Hack from one version to newer version of the game
Rook replied to Happy Secret 's topic in Help & Support
Hex patterns/bytes & strings or function names if using il2cppdumper is the only human way to perform the updates. -
Mod Menu Hack [not working] Airship Knights +3 Cheats
Rook replied to quatorze's topic in ViP Jailbreak Cheats
Locking this while the author @quatorze is investigating.