-
Posts
68,013 -
Joined
-
Last visited
About Rook
Profile Information
-
iDevice
iPad Pro (2nd gen)
-
iOS Version
17.4
-
Jailbroken
Yes
-
Android Device
Pixel
-
Android Version
14
-
Rooted
Yes
-
Gender
Male
-
Location
iOSGods
-
Interests
Technology!
-
Donor
Member has made a donation to iOSGods!
Rook's Achievements
-
Hello everyone! 👋 We're back with another major iGameGod update! A few months ago, we introduced the iGameGod 0.6.x updates with several major new features. Now we're back with iGameGod 0.8.8, bringing together 167 additional changes introduced across the 0.7.x and 0.8.x releases! This update includes easier-to-use tools, faster searches, improved game compatibility, major interface refinements, and several powerful new features for developers and advanced users. Rather than listing every smaller point release separately, we've grouped the important changes by feature so they're easier to understand. Here's everything that's new: What's New in iGameGod 0.8.8? Auto Touch & Interface Improvements: Better positioning, resizing, touch indicators, iPad support, and overall in-game usability. Rebuilt Speed Manager: Improved support for more games, with an Automatic mode that selects the recommended speed method for you. New File Browser: Browse, edit, back up and restore files belonging to the game you're currently using. Faster Memory Engine: Faster searches, improved large-result handling, more search options, and better favorites. Profile Export & Import: Back up your settings and patches, move them between devices, or share them with other users. Improved iGameGod App: Better tweak management, package importing, app selection, and troubleshooting. Improved Compatibility: Better support for iOS 26, iOS 27, sideloaded apps, and all major jailbreak types. Live Offset Patcher: Create, test and apply offset patches while an app is running. Improved Disassembler: Browse app code, search methods, follow branches, and view assembly, hex, and generated pseudo-code. Better Watchpoints: See what code reads or changes a value, complete with stack traces, registers, and recognized IL2CPP method names. Expanded Unity Tools: Search IL2CPP methods and generate metadata, method, and runtime dumps. Auto Touch & In-Game Interface Improvements The in-game interface used by Auto Touch and every other iGameGod tool received a large number of fixes and visual improvements. Better Screen Positioning: The floating iGameGod icon now behaves more reliably around notches, display cutouts and sensor housings. Safe-Area Support: The interface respects the edges of the screen and reserves space for the Home Indicator. Improved Touch Indicators: Touch indicators and supported tool icons have been updated for a cleaner, more native appearance. Automatic Icon Hiding: The floating launcher hides while the tool menu or another iGameGod window is open. Better Dragging & Resizing: Tool windows remain within the visible screen and preserve their position more accurately while resizing. Improved iPad Support: iGameGod windows now work more naturally inside supported apps on iPad. Orientation Fixes: Tool windows behave more consistently when the device orientation changes. Better Keyboard Handling: The keyboard can be dismissed more reliably from popups. Refreshed Visuals: Dynamic colors, notification messages, buttons, and tool icons have received additional polish. Speed Manager Rebuilt The Speed Manager has been rebuilt to support more games and make choosing the correct speed method much easier. The new Automatic mode is recommended for most users. It attempts to detect the game you're using and select the most suitable timing method for you (see screenshot above). You can use Automatic mode or manually choose from five different timing engines: Automatic: Recommended option that selects the most suitable method for the current game. Unity: Designed for supported Unity games. Wall Clock: Designed for games using system time. Monotonic Clock: Designed for native monotonic timers. Mach Time: Designed for low-level Mach timing. SpriteKit: Designed for SpriteKit games. If Automatic mode does not work correctly for a particular game, you can manually try the other available methods. Supported Unity games now adjust their internal game speed directly through iGameGod's Unity integration, improving Speed Manager compatibility with more Unity titles. New In-Game File Browser The new File Browser lets you browse and manage files belonging to the app or game you're currently using without leaving it. Browse Game Files: Navigate through the game's available folders and files. Edit Supported Files: Open and modify supported text-based files directly inside iGameGod. Hex View: Inspect supported files at the byte level when a normal text view is not suitable. Create Backups: Save a copy of an important file before making changes. Restore Files: Restore a previous backup if you need to undo your changes. This is useful for editing configuration files, inspecting game data, and safely testing file changes. We've also created a dedicated iGameGod File Browser topic where you can learn more about the feature. Faster Memory Engine The iGameGod Memory Engine received several performance and usability improvements, especially when working with large searches. Faster Searches: Memory searches now complete more quickly. Search Range Presets: Choose from common memory ranges using a simple segmented picker. Custom Search Ranges: Enter your own range when the built-in options are not suitable. More Encoding Options: Search using int8 through int64, uint8 through uint64, float, double, and UTF-8. Automatic Encoding Detection: iGameGod can select a suitable encoding when starting a search. Better Large Search Handling: Large result sets are stored and loaded more efficiently. Smoother Scrolling: Large result lists update more steadily while you browse them. Clearer Search Progress: Search progress and result counts are easier to understand. Batch Editing: Select and modify multiple results together. Improved Favorites: Saved addresses now provide clearer information about whether they will remain available after app re-launch. Favorite Navigation: Jump directly to memory locations saved in your favorites. Automatic Cleanup: Unfinished or abandoned search data is removed automatically when iGameGod launches. Profile Export & Import You can now export your iGameGod setup and import it on another device. Back Up Your Setup: Export your settings, patches, and supported tool configuration. Move Between Devices: Import your profile on another device without manually recreating everything. Share Profiles: Share useful setups and patches with other Community members. DIY Sharing: Exported profiles can be shared through the DIY section. iGameGod Jailbreak App Improvements The main iGameGod app has also received important improvements to tweak management, importing, app selection, and troubleshooting. We've also given it a visual refresh to celebrate the new Dopamine Jailbreak release! Better Tweak Management: Manage imported and installed tweaks more easily. Update Existing Tweaks: Importing a newer version of an existing .deb now updates it instead of refusing the import. Selections Are Remembered: Apps previously selected for a tweak remain selected after the tweak is updated. Safer New Imports: New tweak imports now require you to choose which apps should use them. Replace Missing Tweaks: Tweak entries whose original files are missing can now be replaced. Automatic File Repair: Imported tweak files are repaired and signed automatically when needed. RootHide Import Fixes: Importing tweaks in RootHide environments is more reliable. Improved Sideload Detection: iGameGod can better recognize when it is running inside a sideloaded app. Simplified App Selection: Selecting apps no longer depends on a privileged helper. Improved Built-In Tools: Better integration for iGDecrypt, iGSpoof, and Install Package. Framework Version: The installed iGameGod framework version is now shown inside the app. Useful Error Messages: Loader failures now explain what went wrong instead of failing silently. Compatibility & Reliability A large amount of work also went into making iGameGod launch and work more reliably across different devices, apps, and installation methods. If a sideloaded app crashes or gets stuck during launch, injecting iGameGod may also resolve certain compatibility issues. iOS 26 & 27 Support: iGameGod has been updated to work correctly with newer iOS compatibility checks. Sideloaded App Support: Improved startup, resource loading and environment detection. Automatic Crash Recovery: If a compatibility option causes an app to crash during launch, iGameGod can progressively disable riskier options instead of allowing the app to repeatedly fail. Better App Compatibility: Expanded fixes for apps using Game Center, StoreKit, CloudKit, Keychain, and different file or Bundle ID configurations. Safer Startup: Some compatibility changes are now applied after the app has finished launching. Live Offset Patcher The new Live Offset Patcher makes it easier to create, test and manage offset patches while an app or game is running. Instead of rebuilding or reinstalling an app every time you want to test a change, you can apply supported patches directly from inside iGameGod. Apply Patches Live: Test supported offset changes while the app is still running. Beginner-Friendly Patch Builder: Create patches through a guided interface instead of preparing everything manually. Clear Confirmation Prompts: Important patching actions now display native confirmation alerts. Save Your Patches: Keep your patches as part of your iGameGod profile. Share with Other Users: Export patches and share them with the Community, including through the DIY section. Improved iGDisassembler The iGameGod Disassembler has received a major visual and functional upgrade, making it easier to browse and understand app code directly on your device (see screenshots above). Browse Loaded Libraries: Select and inspect libraries currently being used by the app. Cleaner Function Layout: Functions are now separated into clearer visual blocks. Function Focus View: Tap a function title to open a dedicated page showing its assembly code, hex bytes, and generated pseudo-code. Search Methods: Quickly search for methods without manually browsing through every function. Follow Branches: Tap supported branch instructions to jump directly to their destination. IL2CPP Method Names: When a branch points to a recognized Unity method, its name is displayed instead of only showing a raw address. Comments: Add your own notes alongside important instructions. Bookmarks: Save useful locations so you can quickly return to them later. Faster Repeat Browsing: Frequently used symbols are saved to improve loading and navigation. Watchpoints & iGDebugger Improvements Watchpoints help you find out what part of an app reads or changes a particular value. They now provide much more useful information whenever memory access is detected. Read & Write Options: Configure a Watchpoint for read and write access, read-only access, or write-only access. Detailed Results: Open a full information page for each triggered Watchpoint. Stack Traces: View the sequence of functions involved when the value was accessed. IL2CPP Method Names: Recognized Unity methods are shown by name inside the stack trace. Register Information: Inspect the CPU register values captured when the Watchpoint was triggered. Library Offsets: Addresses are also displayed relative to their loaded library where possible. Improved Reliability: Read detection and hardware Watchpoint handling have been fixed and improved. Unity & IL2CPP Tools iGameGod's Unity and IL2CPP tools have been expanded for users researching or modifying supported Unity games. IL2CPP Method Search: Search for recognized Unity methods directly inside iGameGod. Decrypted Metadata Dump: Export decrypted metadata from supported Unity apps. Runtime dump.cs: Generate an IL2CPP source-style dump from the running app. Method Parameter Information: View more information about supported methods and their parameters. Named Stack Traces: Watchpoint stack traces can display recognized IL2CPP method names instead of only raw addresses. How to Get This Update NON-JAILBROKEN DEVICES To use the latest version of iGameGod on a non-jailbroken device, follow the available installation methods in the iGameGod Jailed topic: iGameGod Jailed Installation & Usage Instructions JAILBROKEN DEVICES To install or update iGameGod on a jailbroken device, add the official iOSGods Repo to Sileo, Zebra, Cydia, or your preferred package manager: https://iosgods.com/repo/ Install the appropriate iGameGod package for your jailbreak environment. Final Notes While the new tools are a major part of this update, a lot of work also went into making iGameGod faster, easier to use and more reliable across different apps, devices, and installation methods. As always, your suggestions, bug reports and improvement ideas are welcome, so please feel free to leave your feedback below. ⬇️ A huge thank you to everyone & especially @Batch who helped develop, test, and report issues throughout these releases! Thank you all for your continued support! 😊 You May Also Like...
-
Dungeon Odyssey iOS Mod IPA
Rook replied to iOSGods App Updates 's topic in iOSGods No Jailbreak App Store
🔒 Topic Locked This topic is now closed to further replies. For more details on why a topic may be locked, please see our Reasons a Topic Is Locked guide. -
Help/Support How to connect Game Center to apps installed using ig+
Rook replied to CYDIA4EVER's topic in iOSGods App+ Support
This is a known issue which we don't have an answer for yet. Please use social sign ins when possible. -
Guide Very Simplistic Overview of iGameGod’s File Manager
Rook replied to Lord Alucard's topic in Tutorials
Great! Let us know if you have further suggestions and improvements! We’ve already made a few in 0.8.8. -
✅ Request Fulfilled This request (or parts of it) have been filled! Please use the search bar on iOSGods.com or the iOSGods App to locate the relevant iOS hack(s).
-
Want to make a tutorial on this? 😇
-
I think both of these issue are LiveContainer specific.. Can you confirm?
-
Hello everyone! 👋 We’re excited to introduce the iGameGod File Browser & Editor, a powerful in-game tool that lets you browse, edit, import, export and back up files inside the game you’re currently running, all without leaving the game! Whether you want to edit a configuration file, inspect game data, export a file or back up your game saves, you can now do it directly through iGameGod. How to Open the File Browser The File Browser is available alongside other iGameGod tools such as the Memory Engine, Speed Manager, Live Offset Patcher, Disassembler and App Reset & Spoof. Tap the iGameGod icon inside your game. Select File Browser from the Tools menu. The File Browser will open immediately. If you close its card, tap the folder button on the floating hover controls to open it again. File Browser Features Browse the game’s complete sandbox and modify files wherever iOS permissions allow. Quickly jump between common locations: Game Folder, Documents, Library, Caches, Temporary and App Bundle. Edit supported files using the built-in text editor with syntax highlighting. Inspect and modify binary files using the built-in hex editor. View images with a built-in viewer that supports pinch-to-zoom. Import files from the Files app, iCloud Drive or any other location available through the iOS document picker. Export files using the iOS share sheet. Back up and restore supported game save data with one tap. Browsing Files & Folders The File Browser is designed to make navigating large game folders fast and easy: Folders are shown first, followed by files. Everything is sorted alphabetically without being affected by uppercase or lowercase letters. Each row displays the file name, type, size and last modified date. Files with limited permissions are clearly marked as Read Only or Not Readable. Color-coded icons help you quickly recognize folders, images, videos, audio files, archives, JSON and plist files, source code, shell scripts, configuration files, databases and plain text files. Large folders load in smaller groups as you scroll, keeping the browser smooth even when a folder contains thousands of files. Pull down on the file list to refresh the current folder. The full path of your current folder is always displayed at the bottom of the card. The File Browser remembers your previous location and folder history, allowing you to continue where you left off the next time you open it. Finding Files Tap the magnifying glass to filter the current folder by file or folder name. Searches are not affected by uppercase letters, lowercase letters or accents. The magnifying glass turns blue while a filter is active, so you’ll always know when you’re viewing filtered results. To display everything again, tap the magnifying glass and select Clear. Working with Files There are several ways to interact with files and folders: Tap: Opens a folder, displays an image or opens a supported text file in the editor. Other file types will open the actions menu. Swipe left: Displays quick actions for deleting, exporting or editing the selected file. Binary files will display a Hex option instead. Long-press: Opens the complete actions menu for the selected file or folder. Action What It Does Open / View Image Opens folders or displays supported images in the image viewer. Edit / Open as Text Opens any file up to 5 MB in the text editor, even if it does not use a recognized text extension. Edit as Hex Opens binary files up to 1 MB in the built-in hex editor. Export Exports the selected file through the iOS share sheet. Rename Renames the selected file or folder. Invalid names containing / or path manipulation tricks are automatically rejected. Delete Deletes the selected file or folder after asking for confirmation. Built-In Text & Hex Editors Text-like files open directly in the built-in editor, where you can make changes and save them back to their original location. Syntax highlighting makes supported configuration files, source code and structured data easier to read. Files without a recognized text extension can also be opened as text, provided they are no larger than 5 MB. Binary files can be viewed and modified using the built-in hex editor when they are no larger than 1 MB. Importing & Exporting Files Use Import to bring files into the current game folder from the Files app, iCloud Drive or another location available through the iOS document picker. Use Export to send a file to the Files app, AirDrop, another app or any other destination available through the iOS share sheet. Backing Up & Restoring Game Saves The File Browser includes Backup Saves and Restore Saves options for supported game save data. Use Backup Saves before modifying important files or testing changes. If something goes wrong, use Restore Saves to restore your backed-up save data. IMPORTANT Editing, renaming or deleting the wrong files may cause the game to stop working correctly or result in lost progress. We strongly recommend backing up your saves before making changes. Bug Reports & Feature Requests Found a bug or have a suggestion for the iGameGod File Browser? Reply to this topic and include: The name and version of the game. Your iOS or iPadOS version. What you were trying to do. What happened instead, including any error message you received. We hope you enjoy this new addition to iGameGod! 💜 You may also like to read...
-
IPA Mod Menu status - sims but social media +2
Rook replied to VaaR's topic in ViP Non-Jailbroken Hacks & Cheats
🔓 Topic Unlocked This topic is now open to further replies.- 17 replies
-
- 1
-
-
- Non-Jailbroken Hack
- Hack
-
(and 1 more)
Tagged with:
-
status - sims but social media iOS Mod IPA
Rook replied to iOSGods App Updates 's topic in iOSGods No Jailbreak App Store
🔓 Topic Unlocked This topic is now open to further replies. -
Do you have an example?
-
Help/Support Jurassic world alive connection error
Rook replied to Gerorgiehacks's topic in Help & Support
In the description it says to log out of Game Center. Did you? -
Hello, At any time you can view your App+ status by visiting More -> App+ Membership Status. Currently it's active so you can proceed to use it.