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

    • Tiny Defense - Tower Defense v0.5.0 [ +9 Cheats ] Currency Max
      Modded/Hacked App: Tiny Defense - Tower Defense By jeongwoo park
      Bundle ID: com.bumbloo.tinydefense
      App Store Link: https://apps.apple.com/us/app/tiny-defense-tower-defense/id6520386369?uo=4

       

      🤩 Hack Features

      - Gems

      - Coins

      - Energy

      - Battle Coins

      - Fingerprint Box Coins

      - Premium Box

      - Common Box

      - ATK

      - ATK Speed

      Disable Currency After Hack
        • Winner
        • Like
      • 12 replies
    • Tiny Defense - Tower Defense v0.5.0 [ +9 Jailed ] Currency Max
      Modded/Hacked App: Tiny Defense - Tower Defense By jeongwoo park
      Bundle ID: com.bumbloo.tinydefense
      App Store Link: https://apps.apple.com/us/app/tiny-defense-tower-defense/id6520386369?uo=4
       

      🤩 Hack Features

      - Gems

      - Coins

      - Energy

      - Battle Coins

      - Fingerprint Box Coins

      - Premium Box

      - Common Box

      - ATK

      - ATK Speed

      Disable Currency After Hack
        • Winner
        • Like
      • 9 replies
    • Medieval Merge v1.90.1 [Currency/SRDebug 99+ Options]
      Modded/Hacked App: Medieval Merge: Epic RPG Games By Pixodust Aplicativos LTDA
      Bundle ID: com.pixodust.games.free.rpg.medieval.merge.puzzle.empire
      iTunes Store Link: https://apps.apple.com/us/app/medieval-merge-epic-rpg-games/id1553126598?uo=4

      Hack Features:
      - SRDebugger 99+ Toggles
      Open IGMM first and enable "Open SRDebug" then open settings in game for the UI to popup  


      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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 180 replies
    • Brick Out - Shoot the ball v25.0702.01 +5 Jailed Cheats [Currency Hack]
      Modded/Hacked App: Brick Out - Shoot the ball By Puzzle1Studio,inc.
      Bundle ID: com.puzzle1studio.ap.brickoutshoottheball
      iTunes Store Link: https://apps.apple.com/us/app/brick-out-shoot-the-ball/id1489900957?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:
      - No Ads
      - Free Revives


      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/


        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 113 replies
    • Brick Out - Shoot the ball v25.0702.01 +5 [Currency Hack]
      Modded/Hacked App: Brick Out - Shoot the ball By Puzzle1Studio,inc.
      Bundle ID: com.puzzle1studio.ap.brickoutshoottheball
      iTunes Store Link: https://apps.apple.com/us/app/brick-out-shoot-the-ball/id1489900957?uo=4


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


      Hack Features:
      - No Ads
      - Add 10000 Rubies
      - Free Revives


      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/


        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 114 replies
    • State Connect: Traffic Control v1.145 +2 Jailed Cheats [SRDebugger]
      Modded/Hacked App: State Connect: Traffic Control By AI GAMES FZ LLC
      Bundle ID: state.connect.game
      iTunes Store Link: https://apps.apple.com/us/app/state-connect-traffic-control/id1590353335?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:
      - No Ads Popup
      - Free Everything


      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/


        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 33 replies
    • State Connect: Traffic Control v1.145 +3 [SRDebugger]
      Modded/Hacked App: State Connect: Traffic Control By AI GAMES FZ LLC
      Bundle ID: state.connect.game
      iTunes Store Link: https://apps.apple.com/us/app/state-connect-traffic-control/id1590353335?uo=4


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


      Hack Features:
      - No Ads Popup
      - Free Everything


      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/


        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 42 replies
    • Andy Volcano: Tile Match Story v1.5.9 +7 [OP Cheats]
      Modded/Hacked App: Andy Volcano: Tile Match Story By SayGames LTD
      Bundle ID: com.playstrom.tile.match
      iTunes Store Link: https://apps.apple.com/us/app/andy-volcano-tile-match-story/id1639080259?uo=4


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


      Hack Features:
      - Infinite Health
      - Infinite Coins
      - Infinite Stars
      - Infinite Gloves
      - Infinite Boomerangs
      - Infinite Propellers
      - Infinite Bombs


      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/


        • Like
      • 20 replies
    • Andy Volcano: Tile Match Story v1.5.9 +7 [OP Cheats]
      Modded/Hacked App: Andy Volcano: Tile Match Story By SayGames LTD
      Bundle ID: com.playstrom.tile.match
      iTunes Store Link: https://apps.apple.com/us/app/andy-volcano-tile-match-story/id1639080259?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:
      - Infinite Health
      - Infinite Coins
      - Infinite Stars
      - Infinite Gloves
      - Infinite Boomerangs
      - Infinite Propellers
      - Infinite Bombs


      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/


        • Agree
        • Like
      • 18 replies
    • Tetris v7.3.1 +3 Jailed Cheats [Freeze Falldown]
      Modded/Hacked App: Tetris® By Playstudios, Inc.
      Bundle ID: com.n3twork.tetris
      iTunes Store Link: https://apps.apple.com/us/app/tetris/id1491074310?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:
      - No Ads
      - Freeze Falldown


      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/


        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 64 replies
    • Tetris v7.3.1 +3 [Freeze Falldown]
      Modded/Hacked App: Tetris® By Playstudios, Inc.
      Bundle ID: com.n3twork.tetris
      iTunes Store Link: https://apps.apple.com/us/app/tetris/id1491074310?uo=4


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


      Hack Features:
      - No Ads
      - Freeze Falldown


      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/


        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 54 replies
    • Hole.io v2.27.10 [OVERPOWERED Debugger]
      Modded/Hacked App: Hole.io By Voodoo
      Bundle ID: com.nguyenvh.holeio
      iTunes Store Link: https://apps.apple.com/us/app/hole-io/id1389111413?uo=4


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


      Hack Features:

      Overpowered Debug Menu with Cheat Panel + more




      Click "Show Debug Button" in Mod Menu. Once enabled once you can delete the deb and the TestKit will still show up as this hack adds your DeviceUID to the Test Devices list. No need to open IGM when enabled once!






      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/


        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 159 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