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

    • (The War Of Genesis Mobile) 창세기전 모바일 - 아수라 프로젝트 v2.8.16 +2 Jailed Cheats
      Modded/Hacked App: 창세기전 모바일 - 아수라 프로젝트 By LINE Games
      Bundle ID: com.linegames.gm
      iTunes Store Link: https://apps.apple.com/kr/app/%EC%B0%BD%EC%84%B8%EA%B8%B0%EC%A0%84-%EB%AA%A8%EB%B0%94%EC%9D%BC-%EC%95%84%EC%88%98%EB%9D%BC-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8/id6450174109?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
      - Defense Multiplier

       

      ⬇️ 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
        • Winner
        • Like
      • 23 replies
    • (The War Of Genesis Mobile) 창세기전 모바일 - 아수라 프로젝트 v2.8.16 +2 Cheats
      Modded/Hacked App: 창세기전 모바일 - 아수라 프로젝트 By LINE Games
      Bundle ID: com.linegames.gm
      iTunes Store Link: https://apps.apple.com/kr/app/%EC%B0%BD%EC%84%B8%EA%B8%B0%EC%A0%84-%EB%AA%A8%EB%B0%94%EC%9D%BC-%EC%95%84%EC%88%98%EB%9D%BC-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8/id6450174109?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
      - Defense Multiplier

       

      ⬇️ 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.
        • Winner
        • Like
      • 13 replies
    • Adventure Bay - Farm Games v1.43.13 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Adventure Bay - Farm Games By Gamegos Teknoloji A.S.
      Bundle ID: com.gamegos.adventure.bay.paradise.farm
      iTunes Store Link: https://apps.apple.com/us/app/adventure-bay-farm-games/id1578449819?uo=4
       

      🤩 Hack Features

      - Gems
      - Coins
      - Energy
      - Avatar Unlock
        • Thanks
        • Like
      • 20 replies
    • Adventure Bay - Farm Games v1.43.13 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Adventure Bay - Farm Games By Gamegos Teknoloji A.S.
      Bundle ID: com.gamegos.adventure.bay.paradise.farm
      iTunes Store Link: https://apps.apple.com/us/app/adventure-bay-farm-games/id1578449819?uo=4


      🤩 Hack Features

      - Gems
      - Coins
      - Energy
      - Avatar Unlock
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 28 replies
    • Zombastic: Time to Survive v1.12.3 [ +1+++ Jailed ] Currency Max
      Modded/Hacked App: Zombastic: Time to Survive By Playmotional Limited
      Bundle ID: com.playmotional.survival
      iTunes Store Link: https://apps.apple.com/us/app/zombastic-time-to-survive/id6475173073?uo=4


      Hack Features:
      - Currency & Resources Unlimited [ Disable When Playing ] 





      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
        • Thanks
        • Winner
        • Like
      • 49 replies
    • Zombastic: Time to Survive v1.12.3 [ +1+++ Cheats ] Currency Max
      Modded/Hacked App: Zombastic: Time to Survive By Playmotional Limited
      Bundle ID: com.playmotional.survival
      iTunes Store Link: https://apps.apple.com/us/app/zombastic-time-to-survive/id6475173073?uo=4


      Hack Features:
      - Currency & Resources Unlimited [ Disable When Playing ] 





      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
      • 48 replies
    • Summoners War Cheats v8.7.6 +7
      Hacked App: Summoners War By Com2uS Corp.
      iTunes Link: https://itunes.apple.com/us/app/summoners-war/id852912420?mt=8&uo=4&at=1010lce4
      Bundle ID: com.com2us.smon.normal.freefull.apple.kr.ios.universal

      Hack Features:
      - Damage Multiplier 
      - Godmode
      - Monster Count Unlink
      - Max Accuracy
      - No Skill Cooldown
      - First Turn
      - Build buildings without having required level
      - Antiban
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 6,879 replies
    • Wittle Defender v1.1.2 [+2 Jailed Cheats]
      Modded/Hacked App: Wittle Defender By HABBY PTE. LTD.
      Bundle ID: com.game.kingrush
      App Store Link: https://apps.apple.com/us/app/wittle-defender/id6502815032?uo=4


       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
       
        • Agree
        • Winner
        • Like
      • 9 replies
    • Royal Match v29998 +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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 390 replies
    • Royal Match v29998 +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
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 493 replies
    • Apocalypse Worm: Zombie Strike v0.3.0 [+2 Jailed Cheats]
      Modded/Hacked App: Apocalypse Worm: Zombie Strike By A Thinking Ape Entertainment Ltd.
      Bundle ID: ata.strike.worm.zombie.apocalypse
      iTunes Store Link: https://apps.apple.com/us/app/apocalypse-worm-zombie-strike/id6740106898?uo=4
       

      🤩 Hack Features

      - Never Die
      - Unlimited Resources (Earn Some)
        • Like
      • 10 replies
    • Apocalypse Worm: Zombie Strike v0.3.0 [+2 Cheats]
      Modded/Hacked App: Apocalypse Worm: Zombie Strike By A Thinking Ape Entertainment Ltd.
      Bundle ID: ata.strike.worm.zombie.apocalypse
      iTunes Store Link: https://apps.apple.com/us/app/apocalypse-worm-zombie-strike/id6740106898?uo=4



      🤩 Hack Features

      - Never Die
      - Unlimited Resources (Earn Some)
       
      • 6 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