Jump to content

MY LITTLE PONY - Friendship is Magic v2.1.0 Cheats +5


127 posts in this topic

Recommended Posts

Posted

ldone is already installed but it returns an error that it's not.

 

my-iPad:/tmp root# which ldone
/usr/bin/ldone

my-iPad:/tmp root# dpkg -i MyLittlePony.deb 
(Reading database ... 2694 files and directories currently installed.)
Preparing to replace com.hacker.gamehack5539 1.0 (using MyLittlePony.deb) ...
/var/lib/dpkg/info/com.hacker.gamehack5539.prerm: line 9: sort: command not found
ls: cannot access /var/mobile/Applications/*/*.app: No such file or directory
######
# Log #
######
MyLittlePony not found. asuming that its been uninstalled
Checking Dependencys
Unpacking replacement com.hacker.gamehack5539 ...
dpkg: dependency problems prevent configuration of com.hacker.gamehack5539:
 com.hacker.gamehack5539 depends on ldone; however:
  Package ldone is not installed.
dpkg: error processing com.hacker.gamehack5539 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 com.hacker.gamehack5539
EDIT:

ok so i did some checking ...

1) there is no sort application in /usr/bin

my-iPad:/usr/bin root# which sort
my-iPad:/usr/bin root# 
2) there is no Applications folder in /var/mobile

my-iPad:/var/mobile root# ls /var/mobile
Containers  Documents  Downloads  Library  Media  MobileSoftwareUpdate
i did find the mylittlepony folder here ...

my-iPad:/var/mobile root# find . -iname 'com.gameloft.mylittle*'
./Containers/Data/Application/1810D4E1-F321-4F07-9A60-60EB1C3FE386/Library/Caches/Snapshots/com.gameloft.mylittlepony
./Containers/Data/Application/1810D4E1-F321-4F07-9A60-60EB1C3FE386/Library/Caches/Snapshots/com.gameloft.mylittlepony/com.gameloft.mylittlepony
./Containers/Data/Application/1810D4E1-F321-4F07-9A60-60EB1C3FE386/Library/Caches/com.gameloft.mylittlepony
./Containers/Data/Application/1810D4E1-F321-4F07-9A60-60EB1C3FE386/Library/Preferences/com.gameloft.mylittlepony.plist
./Containers/Data/Application/56F03936-A82F-4EF0-8318-2FB32BF917F2/Documents/cacheFile/com.gameloft.mylittlepony.jpg
./Library/Caches/com.apple.IconsCache/com.gameloft.mylittlepony_CFBundleIcon[32]
./Library/SpringBoard/PushStore/com.gameloft.mylittlepony.pushstore
do i go ahead and edit the /var/lib/dpkg/info/com.hacker.gamehack5539.prerm to point to this Application folder?

 

BTW ... am on IOS 8.1 ... does that make any diff?

bro u should make a symlink in /var/mobile and name it Applications ! And locate it to /var/mobile/Containers/Bundle/Application ! Then try install it !
Posted (edited)

bro u should make a symlink in /var/mobile and name it Applications ! And locate it to /var/mobile/Containers/Bundle/Application ! Then try install it !

ok so i did a symlink 

my-iPad:/var/mobile root# ln -s /var/mobile/Containers/Bundle/Application/ Application
my-iPad:/var/mobile root# ls -al
total 8
drwx--x--x  8 mobile mobile  340 Dec  2 01:14 .
drwxr-xr-x 32 root   wheel  1224 Nov  4 13:05 ..
-r--r--r--  1 mobile mobile   10 Oct  7 20:28 .forward
lrwxr-xr-x  1 root   mobile   42 Dec  2 01:14 Application -> /var/mobile/Containers/Bundle/Application/
drwxr-xr-x  5 mobile mobile  170 Nov 27 23:53 Containers
drwxr-xr-x  7 mobile mobile  238 Nov 29 01:36 Documents
drwx------  2 mobile mobile   68 Nov 27 23:53 Downloads
drwx--x--x 68 mobile mobile 2550 Dec  1 21:05 Library
drwxr-x--- 16 mobile mobile  612 Dec  1 22:02 Media
drwxr-xr-x  2 mobile mobile  102 Nov 27 23:53 MobileSoftwareUpdate

but still get an error on install

my-iPad:/tmp root# dpkg -i MyLittlePony.deb 
(Reading database ... 2705 files and directories currently installed.)
Preparing to replace com.hacker.gamehack5539 1.0 (using MyLittlePony.deb) ...
Checking Dependencys
Unpacking replacement com.hacker.gamehack5539 ...
dpkg: dependency problems prevent configuration of com.hacker.gamehack5539:
 com.hacker.gamehack5539 depends on ldone; however:
  Package ldone is not installed.
dpkg: error processing com.hacker.gamehack5539 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 com.hacker.gamehack5539

encountered error with ldone ... i already removed it, respring, restarted, reinstall but still having the same issues

my-iPad:/var/mobile root# which ldone
/usr/bin/ldone
my-iPad:/var/mobile root# 

am i missing something?  :geek:  :geek:  :geek:

 

EDIT:

ok so i made a mistake on the symlink ... it should be Applications ... with an S. so i created it ... still no joy ... still can't seem to find ldone

my-iPad:/var/mobile root# ln -s /var/mobile/Containers/Bundle/Application/ Applications
my-iPad:/var/mobile root# ls -al
total 12
drwx--x--x  8 mobile mobile  374 Dec  2 01:26 .
drwxr-xr-x 32 root   wheel  1224 Nov  4 13:05 ..
-r--r--r--  1 mobile mobile   10 Oct  7 20:28 .forward
lrwxr-xr-x  1 root   mobile   42 Dec  2 01:14 Application -> /var/mobile/Containers/Bundle/Application/
lrwxr-xr-x  1 root   mobile   42 Dec  2 01:26 Applications -> /var/mobile/Containers/Bundle/Application/
drwxr-xr-x  5 mobile mobile  170 Nov 27 23:53 Containers
drwxr-xr-x  7 mobile mobile  238 Nov 29 01:36 Documents
drwx------  2 mobile mobile   68 Nov 27 23:53 Downloads
drwx--x--x 68 mobile mobile 2550 Dec  1 21:05 Library
drwxr-x--- 16 mobile mobile  612 Dec  2 01:24 Media
drwxr-xr-x  2 mobile mobile  102 Nov 27 23:53 MobileSoftwareUpdate
my-iPad:/var/mobile root# rm Application
Updated by guterkerl
Posted

ok so i did a symlink 

 

my-iPad:/var/mobile root# ln -s /var/mobile/Containers/Bundle/Application/ Application
my-iPad:/var/mobile root# ls -al
total 8
drwx--x--x  8 mobile mobile  340 Dec  2 01:14 .
drwxr-xr-x 32 root   wheel  1224 Nov  4 13:05 ..
-r--r--r--  1 mobile mobile   10 Oct  7 20:28 .forward
lrwxr-xr-x  1 root   mobile   42 Dec  2 01:14 Application -> /var/mobile/Containers/Bundle/Application/
drwxr-xr-x  5 mobile mobile  170 Nov 27 23:53 Containers
drwxr-xr-x  7 mobile mobile  238 Nov 29 01:36 Documents
drwx------  2 mobile mobile   68 Nov 27 23:53 Downloads
drwx--x--x 68 mobile mobile 2550 Dec  1 21:05 Library
drwxr-x--- 16 mobile mobile  612 Dec  1 22:02 Media
drwxr-xr-x  2 mobile mobile  102 Nov 27 23:53 MobileSoftwareUpdate
but still get an error on install

my-iPad:/tmp root# dpkg -i MyLittlePony.deb 
(Reading database ... 2705 files and directories currently installed.)
Preparing to replace com.hacker.gamehack5539 1.0 (using MyLittlePony.deb) ...
Checking Dependencys
Unpacking replacement com.hacker.gamehack5539 ...
dpkg: dependency problems prevent configuration of com.hacker.gamehack5539:
 com.hacker.gamehack5539 depends on ldone; however:
  Package ldone is not installed.
dpkg: error processing com.hacker.gamehack5539 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 com.hacker.gamehack5539
encountered error with ldone ... i already removed it, respring, restarted, reinstall but still having the same issues

my-iPad:/var/mobile root# which ldone
/usr/bin/ldone
my-iPad:/var/mobile root# 
am i missing something?  :geek:  :geek:  :geek:

 

EDIT:

ok so i made a mistake on the symlink ... it should be Applications ... with an S. so i created it ... still no joy ... still can't seem to find ldone

my-iPad:/var/mobile root# ln -s /var/mobile/Containers/Bundle/Application/ Applications
my-iPad:/var/mobile root# ls -al
total 12
drwx--x--x  8 mobile mobile  374 Dec  2 01:26 .
drwxr-xr-x 32 root   wheel  1224 Nov  4 13:05 ..
-r--r--r--  1 mobile mobile   10 Oct  7 20:28 .forward
lrwxr-xr-x  1 root   mobile   42 Dec  2 01:14 Application -> /var/mobile/Containers/Bundle/Application/
lrwxr-xr-x  1 root   mobile   42 Dec  2 01:26 Applications -> /var/mobile/Containers/Bundle/Application/
drwxr-xr-x  5 mobile mobile  170 Nov 27 23:53 Containers
drwxr-xr-x  7 mobile mobile  238 Nov 29 01:36 Documents
drwx------  2 mobile mobile   68 Nov 27 23:53 Downloads
drwx--x--x 68 mobile mobile 2550 Dec  1 21:05 Library
drwxr-x--- 16 mobile mobile  612 Dec  2 01:24 Media
drwxr-xr-x  2 mobile mobile  102 Nov 27 23:53 MobileSoftwareUpdate
my-iPad:/var/mobile root# rm Application
i didnt understand at all but bro just add the symlink and install ldone from insanelyi :)
Posted

i did install ldone from insanelyi but the script couldn't find it ... anyway i read your script it basically copies the MyLittlePony to the Applications folder ... got it working now thanks mate ... my daughter is going to be happy  :thumbsup:  :thumbsup:  :thumbsup:

Posted

@ Hey mate tested this first on my iPad and I got banned ... silly question but should I be playing this offline? Had crashes as well whenever I buy buildings ... characters are ok though ... good thing I didn't install this on my daughter's iPad yet lol

Posted

NOTE : FOR WHO HAS IOS 8 OR UP U SHOULD make a symlink in /var/mobile and name it Applications ! And locate it to /var/mobile/Containers/Bundle/Application ! Then try install it ! BE CAREFULL ! 

Guest
This topic is now closed to further replies.
  • Our picks

    • RS Boxing Champions v68.68.322 +1 Jailed Cheat
      Modded/Hacked App: RS Boxing Champions By RELIANCE ENTERTAINMENT STUDIOS UK PVT LIMITED
      Bundle ID: com.reliancegames.rschampions
      iTunes Store Link: https://apps.apple.com/us/app/rs-boxing-champions/id944877545?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 Currencies → Spend/Gain


      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
      • 39 replies
    • World Robot Boxing v99.99.112 +1 Jailed Cheat
      Modded/Hacked App: World Robot Boxing By RELIANCE ENTERTAINMENT STUDIOS UK PVT LIMITED
      Bundle ID: com.jumpgames.rswrb
      iTunes Store Link: https://apps.apple.com/us/app/world-robot-boxing/id659425518?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 Currencies → Spend/Gain


      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
      • 82 replies
    • RS Boxing Champions v68.68.322 +1 Cheat
      Modded/Hacked App: Real Steel Champions By Reliance Big Entertainment UK Private Ltd
      Bundle ID: com.reliancegames.rschampions
      iTunes Store Link: https://apps.apple.com/us/app/real-steel-champions/id944877545?uo=4


      Hack Features:
      - unlimited currencies 

      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 225 replies
    • World Robot Boxing v99.99.112 +1 Cheat
      Modded/Hacked App: Real Steel World Robot Boxing By Reliance Big Entertainment UK Private Ltd
      Bundle ID: com.jumpgames.rswrb
      iTunes Store Link: https://apps.apple.com/us/app/real-steel-world-robot-boxing/id659425518?uo=4


      Hack Features:
      - unlimited currencies 


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 381 replies
    • Lollipop: Sweet Taste Match3 v25.0620.00 [ +4 Cheats ] Auto Win
      Modded/Hacked App: Lollipop: Sweet Taste Match3 By BitMango, Inc.
      Bundle ID: com.bitmango.ap.lollipopmatch3
      App Store Link: https://apps.apple.com/us/app/lollipop-sweet-taste-match3/id1118803687?uo=4
       

      🤩 Hack Features

      - Auto Win [ Enable Before Playing ]
      - Coins
      - Life
      - Booster
      • 0 replies
    • Lollipop: Sweet Taste Match3 v25.0620.00 [ +4 Jailed ] Auto Win
      Modded/Hacked App: Lollipop: Sweet Taste Match3 By BitMango, Inc.
      Bundle ID: com.bitmango.ap.lollipopmatch3
      App Store Link: https://apps.apple.com/us/app/lollipop-sweet-taste-match3/id1118803687?uo=4


      🤩 Hack Features

      - Auto Win [ Enable Before Playing ]
      - Coins
      - Life
      - Booster
      • 0 replies
    • Just One Shot: Idle RPG v1.3 +3 Cheats
      Modded/Hacked App: Just One Shot: Idle RPG By Highbrow
      Bundle ID: com.highbrow.games.mgi
      App Store Link: https://apps.apple.com/us/app/just-one-shot-idle-rpg/id6740509424?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
      - Never Die
      - Freeze Currencies

       

      ⬇️ 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.
      • 15 replies
    • Just One Shot: Idle RPG v1.3 +3 Jailed Cheats
      Modded/Hacked App: Just One Shot: Idle RPG By Highbrow
      Bundle ID: com.highbrow.games.mgi
      App Store Link: https://apps.apple.com/us/app/just-one-shot-idle-rpg/id6740509424?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
      - 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
      • 9 replies
    • Shadow of the Depth v1.1.7 +9 Jailed Cheats
      Modded/Hacked App: Shadow of the Depth By ChillyRoom Inc.
      Bundle ID: com.chillyroom.sotd
      iTunes Store Link: https://apps.apple.com/us/app/shadow-of-the-depth/id6670242198?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:
      - Add Gold
      - Add Keys
      - Drop Weapons
      - Drop Diamonds
      - Drop Runes
      - Drop Scroll
      - Instant Win
      - Recover HP
      - Recover MP


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      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
      • 41 replies
    • The Elder Scrolls: Castles v1.7.3 +2 Jailed Cheats
      Modded/Hacked App: The Elder Scrolls: Castles By Bethesda Softworks LLC
      Bundle ID: com.bethsoft.stronghold
      iTunes Store Link: https://apps.apple.com/us/app/the-elder-scrolls-castles/id1594657136?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 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 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 when prompted, 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
      • 22 replies
    • The Elder Scrolls: Castles v1.7.3 +2 Cheats
      Modded/Hacked App: The Elder Scrolls: Castles By Bethesda Softworks LLC
      Bundle ID: com.bethsoft.stronghold
      iTunes Store Link: https://apps.apple.com/us/app/the-elder-scrolls-castles/id1594657136?uo=4

       

       

      📌 Mod Requirements

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

       

      🤩 Hack Features

      - Damage Multiplier
      - Never Die


      🍏 For Non-Jailbroken & No Jailbreak required hacks: 

       

      ⬇️ 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 & Android Modded APKs

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

      Need Modded Android APKs too? Head over to the iOSGods Android Section for custom APK mods, cheats, and more.
      • 21 replies
    • Shadow of the Depth v1.1.7 +9 Cheats
      Modded/Hacked App: Shadow of the Depth By ChillyRoom Inc.
      Bundle ID: com.chillyroom.sotd
      iTunes Store Link: https://apps.apple.com/us/app/shadow-of-the-depth/id6670242198?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Add Gold
      - Add Keys
      - Drop Weapons
      - Drop Diamonds
      - Drop Runes
      - Drop Scroll
      - Instant Win
      - Recover HP
      - Recover MP


      Non-Jailbroken & No Jailbreak required hack(s): 


      iOS Hack Download Link:

      Hidden Content

      Download Hack








      Installation Instructions:
      STEP 1: Download the .deb Cydia 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 necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down 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
      • 70 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