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

    • EvoCreo 2: Monster Trainer RPG v1.4.4 +8 Jailed Cheats [ Damage + More ]
      Modded/Hacked App: EvoCreo 2: Monster Trainer RPG By Ilmfinity Studios LLC
      Bundle ID: com.ilmfinity.evocreo2
      iTunes Store Link: https://apps.apple.com/us/app/evocreo-2-monster-trainer-rpg/id1499001662?uo=4

       


      🤩 Hack Features

      - Unlimited Money -> Will increase instead of decrease.
      - Unlimited Skill Points
      - Unlimited Bag Items -> Will increase instead of decrease.
      - Prestige Cleo Allowed
      - Max Creo Level -> Earn some XP.
      - Damage Multiplier - Linked -> Affects both you and enemy. Use carefully.
      - Free In-App Purchases
      - Unlock All Achievements/Badges
      • 27 replies
    • EvoCreo 2: Monster Trainer RPG v1.4.4 +8 Cheats [ Damage + More ]
      Modded/Hacked App: EvoCreo 2: Monster Trainer RPG By Ilmfinity Studios LLC
      Bundle ID: com.ilmfinity.evocreo2
      iTunes Store Link: https://apps.apple.com/us/app/evocreo-2-monster-trainer-rpg/id1499001662?uo=4

       


      🤩 Hack Features

      - Unlimited Money -> Will increase instead of decrease.
      - Unlimited Skill Points
      - Unlimited Bag Items -> Will increase instead of decrease.
      - Prestige Cleo Allowed
      - Max Creo Level -> Earn some XP.
      - Damage Multiplier - Linked -> Affects both you and enemy. Use carefully.
      - Free In-App Purchases
      - Unlock All Achievements/Badges
      • 18 replies
    • MONOPOLY: The Board Game v1.14.14 +1 Jailed Cheat [ Everything Owned ]
      Modded/Hacked App: MONOPOLY: The Board Game By Marmalade Game Studio Limited
      Bundle ID: com.marmalade.monopoly
      iTunes Store Link: https://apps.apple.com/us/app/monopoly-the-board-game/id1477966166?uo=4


      Hack Features:
      - Everything Owned -> All packs, themes, boards, tokens, all purchased and owned.


      Jailbreak required hack(s): https://iosgods.com/topic/169254-monopoly-classic-board-game-all-versions-1-cheat-everything-owned/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Like
      • 410 replies
    • MONOPOLY: The Board Game v1.14.14 +1 Cheat [ Everything Owned ]
      Modded/Hacked App: MONOPOLY: The Board Game By Marmalade Game Studio Limited
      Bundle ID: com.marmalade.monopoly
      iTunes Store Link: https://apps.apple.com/us/app/monopoly-the-board-game/id1477966166?uo=4


      Hack Features:
      - Everything Owned -> All packs, themes, boards, tokens, all purchased and owned.


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/169256-monopoly-classic-board-game-v189-1-jailed-cheat-everything-owned/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Like
      • 201 replies
    • Last War:Survival v1.0.298 [+1 Jailed Cheats]
      Modded/Hacked App: Last War:Survival By FUNFLY PTE. LTD.
      Bundle ID: com.lastwar.ios
      App Store Link: https://apps.apple.com/us/app/last-war-survival/id6448786147?uo=4



      Important


      Only work on Pve contents

      Enable on loading screen!

       

      🤩 Hack Features

      - Never Die
       
      • 1 reply
    • Last War:Survival v1.0.298 [+1 Cheats]
      Modded/Hacked App: Last War:Survival By FUNFLY PTE. LTD.
      Bundle ID: com.lastwar.ios
      App Store Link: https://apps.apple.com/us/app/last-war-survival/id6448786147?uo=4



      Important


      Only work on Pve contents

      Enable on loading screen!

       

       

      🤩 Hack Features

      - Never Die
       
        • Thanks
        • Like
      • 6 replies
    • Grand War: Rome Strategy Games v2.2.3 +5 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Grand War: Rome Strategy Games By HangZhouCaiLingTechnology.Co., Limited
      Bundle ID: com.rome.caesar.war.strategy.conqueror.games.2021
      iTunes Store Link: https://apps.apple.com/us/app/grand-war-rome-strategy-games/id1593989305?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - Unlimited Silver
      - Unlimited Gold
      - Unlimited Medals
        • Like
      • 39 replies
    • Grand War: Rome Strategy Games v2.2.3 +5 Cheats [ Damage & Defence ]
      Modded/Hacked App: Grand War: Rome Strategy Games By HangZhouCaiLingTechnology.Co., Limited
      Bundle ID: com.rome.caesar.war.strategy.conqueror.games.2021
      iTunes Store Link: https://apps.apple.com/us/app/grand-war-rome-strategy-games/id1593989305?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - Unlimited Silver
      - Unlimited Gold
      - Unlimited Medals
        • Like
      • 62 replies
    • Fortias Saga: Idle RPG v1.0.83 v1.0.83 +5 Jailed Cheats
      Modded/Hacked App: Fortias Saga: Action Adventure By ONDI TECHNOLOGY JOINT STOCK COMPANY
      Bundle ID: com.ondi.fortias.saga
      iTunes Store Link: https://apps.apple.com/us/app/fortias-saga-action-adventure/id6475805032?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:
      - Damage Multiplier
      - Defense Multiplier
      - Shards & Items Multiplier*
      - Freeze Resources
      - No Ads

      *Turn Off When You Get Enough So It Don't Go Negative


      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
        • Like
      • 169 replies
    • Fortias Saga: Idle RPG v1.0.83 +5 Cheats
      Modded/Hacked App: Fortias Saga: Action Adventure By ONDI TECHNOLOGY JOINT STOCK COMPANY
      Bundle ID: com.ondi.fortias.saga
      iTunes Store Link: https://apps.apple.com/us/app/fortias-saga-action-adventure/id6475805032?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:
      - Damage Multiplier
      - Defense Multiplier
      - Shards & Items Multiplier*
      - Freeze Resources
      - No Ads
      *Turn Off When You Get Enough So It Don't Go Negative


      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/


      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
      • 233 replies
    • Royal Match v29667 +10 Jailed Cheats [ Coins + More ]
      Modded/Hacked App: Royal Match By Dream Games Teknoloji Anonim Sirketi
      Bundle ID: com.dreamgames.royalmatch
      iTunes Store Link: https://apps.apple.com/us/app/royal-match/id1482155847?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:
      - Freeze Coins
      - Freeze Lives
      - Freeze Stars
      - Freeze Boosters
      - Freeze Time
      - Freeze Moves
      - Unlock VIP Badges
      - Unlock VIP Name Styles
      - Unlock VIP Frames
      - Auto Win -> Quit the level.


      Jailbreak required hack(s): [Mod Menu Hack] Royal Match v26455 +11 Cheats [ Unlimited Coins + More ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 384 replies
    • Royal Match v29667 +10 Cheats [ Coins + More ]
      Modded/Hacked App: Royal Match By Dream Games Teknoloji Anonim Sirketi
      Bundle ID: com.dreamgames.royalmatch
      iTunes Store Link: https://apps.apple.com/us/app/royal-match/id1482155847?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:
      - Freeze Coins
      - Freeze Lives
      - Freeze Stars
      - Freeze Boosters
      - Freeze Time
      - Freeze Moves
      - Unlock VIP Badges
      - Unlock VIP Name Styles
      - Unlock VIP Frames
      - Auto Win -> Quit the level.


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] Royal Match v26455 +11 Jailed Cheats [ Unlimited Coins + More ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
      • 483 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