Jump to content

Rook

Administrator
  • Posts

    66,501
  • Joined

  • Last visited

Everything posted by Rook

  1. You should try/use the new 2018 tutorial on installing save game hacks. It works and supports latest iOS versions also. Unlike iBackupBot.
  2. You should try/use the new 2018 tutorial on installing save game hacks. It works and supports latest iOS versions also. Unlike iBackupBot.
  3. You should try/use the new 2018 tutorial on installing save game hacks. It works and supports latest iOS versions also. Unlike iBackupBot.
  4. You should try/use the new 2018 tutorial on installing save game hacks. It works and supports latest iOS versions also. Unlike iBackupBot.
  5. You should use the new 2018 tutorial on installing save game hacks. It works and supports latest iOS versions also. Unlike iBackupBot.
  6. You should use the new 2018 tutorial on installing save game hacks. It works and supports latest iOS versions also. Unlike iBackupBot.
  7. You should use the new 2018 tutorial on installing save game hacks. It works and supports latest iOS versions also. Unlike iBackupBot.
  8. You should use the new 2018 tutorial on installing save game hacks. It works and supports latest iOS versions also. Unlike iBackupBot.
  9. You should use the new 2018 tutorial on installing save game hacks. It works and supports latest iOS versions also. Unlike iBackupBot.
  10. You should use the new 2018 tutorial on installing save game hacks. It works and supports latest iOS versions also. Unlike iBackupBot.
  11. You should use the new 2018 tutorial on installing save game hacks. It works and supports latest iOS versions also. Unlike iBackupBot.
  12. You need to make sure the save game actually works first. Not all hacks can be hacked via save game files. Please follow the tutorial, you shouldn’t be getting that unless you’re doing something different.
  13. Well you’re out of options! Unless you want to try that terminal cheat engine.
  14. We require your TV experience.
  15. That’s correct but FilzaEscaped only works on specific iOS 11 versions. This tutorial is for all current and future versions of iOS.
  16. @Klepto get on it mate!
  17. Close any other programs that are using your iDevice and try again. Or just reboot your PC and try again. Read our "Cydia Impactor & FAQ" topic: https://iosgods.com/topic/34663-cydia-impactor-installsideload-ipa-files-on-ios/
  18. PLEASE NOTE This tutorial still works, however Merge Dragons save seems to no longer be working so we recommend you try it on Hill Climb Racing Save Game instead. BACK UP YOUR DEVICE VIA ITUNES BEFORE PROCEEDING! We also have another better tutorial you can now follow which won't involve restoring from backup. Since iBackupBot stopped working on iOS 11, iOSGods found a new way to install & apply save game cheats on iOS 11, 12, 13, 14, 15, 16! It's a much easier and simpler process too! I will write a tutorial in this topic on how you can install Save Game Cheats onto your device! We'll be using an iPhone X on iOS 11.1.2 as an example. Let's begin. Requirements: - A computer running macOS or Windows, you are not able to do this on your device only. - WinRar or 7-Zip or any other similar ones. 7z crashed for me so WinRar is suggested. - iMazing [Free] - Your Non-Jailbroken iDevice connected via USB cable. This method also works on Jailbroken iDevices, but this should mainly be used for Non-Jailbroken devices as Jailbroken devices have an alternative and much simpler way of installing save game cheats. - Find My iPhone Turned Off. Yeah, this may sound sketchy but it's required for this tutorial to work. Enable it again once you have successfully applied the hack! Instructions: 1. First of all, install & do everything from the requirements above. Then open up iMazing on your PC. 2. Make sure you have your target app installed on your iDevice. To be certain, play the app a bit so it generates the save files it requires. For this tutorial, I will be hacking Merge Dragons! using this hack from iOSGods. So go ahead and download the hack onto your PC. 3. Next, go to iMazing and then click on "Manage Apps" option. 4. Inside the Manage Apps window, click on the "Device" tab then find your target app. Mine is called "MergeDragons!" from the list. Right click the app's name and click on "Back Up App Data" from the menu. 5. In the Back Up App Data screen, make sure "Back Up and Extract App Data" option is ticked and click Next & then follow the on-screen warnings and instructions. Your app will be backed up and extracted to your PC in the destination you chose. 6. Now this is where WinRar comes in. Open the new xyxyxy.imazingapp file via WinRar then open the Container folder and in there you will see your app's Documents & Library folder. This is the part where you copy over the hack files you downloaded from iOSGods. Drag the hack files inside WinRar. Save files must be placed in their respective directories. Please see the iMazing developer's reply here. 7. Replace old files if prompted and then close WinRar and go back to your iMazing Manage Apps tab. Scroll back to your app and right click it, but this time, you will click the option "Restore App Data". Inside the Restore App Data screen, choose the file you just opened with WinRar. The one where you moved the hack files into. Then click Done. Your iDevice will reboot in order to restore the app's data. After reboot is done, you can now open your app and you will see that the Save Game hack we applied is working! And that's it! You can repeat this process again for other apps you would like to hack! You can restore multiple hacks at the same time. Video Tutorial: Thanks to @ml_pisel for his tutorial & @Ted2 for his video tutorial!
  19. The tutorial below is no longer applicable. Please use the official tutorial to install theos available on the official GitHub page. It's a simple command. Requirements: - Jailbroken iDevice - Add Repo to Cydia: https://apt.bingner.com (unc0ver) or https://apt.procurs.us (odyssey) depending on your jailbreak type. If you don't know, use the theos-install script linked above. All iOS Versions Instructions: 1. Using any (iOS) Terminal (we'll be using PuTTY for this tutorial), login as root and install theos dependencies using these commands: apt-get install -y --force-yes org.theos.dependencies 2. Now we need to setup THEOS variable and install location. We will be installing theos into /opt/theos but you can choose any other location. If you are using Odyssey Jailbreak then you will need to change the .profile to .zprofile since they use ZSH. NOTE: You must install theos outside of /var otherwise you are likely to get killed: 9 when running nic. echo 'export THEOS=/opt/theos' >>~/.profile echo 'alias theos="$THEOS/bin/nic.pl"' >>~/.profile source ~/.profile If source command does not work for you, then simply restart your PuTTY. 3. Downloading theos & sdks: Please run the theos-installer from the instructions here: https://theos.dev/docs/installation-ios And you're done! You now have installed theos & theos dependencies on your device. To start a new project, cd into the folder you want to store your projects in and run: $THEOS/bin/nic.pl or theos TIP If the above does not work for you, there is also a new way to automatically install theos provided by the theos developers here: https://theos.dev/docs/installation-ios Additional Information: - If you want to use a different SDK, go to your /theos/sdks directory and remove the iPhoneOSx.y.sdk you do not need. By default, iOS 9 SDK is used at the time of writing this. This may change if this gets updated. - To update theos, see the official GitHub Instructions: https://github.com/theos/theos/wiki/Installation#updating - You can add extra helpful aliases by running commands like: echo 'alias mpi="make package install"' >>~/.profile && source ~/.profile so when you want to make and install your package, you can simply run 'mpi' command. - If your SDK is failing to install, try deleting the sdks folder in your theos directory and then run the git command. - If you use a different terminal and you get errors about missing .mk files, you will need set up the THEOS variable for that terminal. - To install theos on your Windows 10, see this topic. Special thanks to everyone that has worked and continues working on theos!
  20. You can ignore the swift error for now, not sure what's causing it and the toolchain from the official theos GitHub page doesn't seem to have it. "Could not open" are be permission errors, that's why logging in and compiling as root is suggested. Dragging and dropping from Windows sometimes requires you to restart the terminal.
  21. Hack is now updated to App Store version 1.0.21! iOS 11 Support Added!
  22. This hack is now updated to App Store version 2.5.5!
  23. I'll update this soon! Downloaded!
×
  • 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