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

    • Pocket Fighter! v0.9.1 [+2 Jailed Cheats]
      Modded/Hacked App: Pocket Fighter! By LATTE GAMES JOINT STOCK COMPANY
      Bundle ID: com.hsa.games.pocketfighter
      App Store Link: https://apps.apple.com/us/app/pocket-fighter/id6466782630?uo=4



      🤩 Hack Features

      - Unlimited Currency (Always Will Increase)
      - Enemy Can't Attack

      • 1 reply
    • Pocket Fighter! v0.9.1 [+2 Cheats]
      Modded/Hacked App: Pocket Fighter! By LATTE GAMES JOINT STOCK COMPANY
      Bundle ID: com.hsa.games.pocketfighter
      App Store Link: https://apps.apple.com/us/app/pocket-fighter/id6466782630?uo=4



      🤩 Hack Features

      - Unlimited Currency (Always Will Increase)
      - Enemy Can't Attack
       
      • 1 reply
    • Final Outpost v2.3.20 [+3 Jailed Cheats]
      Modded/Hacked App: Final Outpost By Exabyte Games Ltd
      Bundle ID: com.samclothier.DEADfense
      iTunes Store Link: https://apps.apple.com/us/app/final-outpost/id1425444801?uo=4



      🤩 Hack Features

      -  Always Enough Resources
      -  Always Attain Skill
      -  No Food Consume
      • 21 replies
    • Final Outpost v2.3.20 [+3 Cheats]
      Modded/Hacked App: Final Outpost By Exabyte Games Ltd
      Bundle ID: com.samclothier.DEADfense
      iTunes Store Link: https://apps.apple.com/us/app/final-outpost/id1425444801?uo=4

       

      🤩 Hack Features

      -  Always Enough Resources
      -  Always Attain Skill
      -  No Food Consume
        • Winner
      • 16 replies
    • Z Survivor: Backpack Shooter v0.65 [+2 Cheats]
      Modded/Hacked App: Z Survivor: Backpack Shooter By Tapped Ltd
      Bundle ID: com.tapped.zsurvivor
      iTunes Store Link: https://apps.apple.com/us/app/z-survivor-backpack-shooter/id6557072922?uo=4



      🤩 Hack Features

      - Debug Menu (Auto Play, Skip Level and more)
      - Never Die
      - Unlimited Resource (Currency, Keys, Blueprints)
      • 15 replies
    • Z Survivor: Backpack Shooter v0.65 [+2 Jailed Cheats]
      Modded/Hacked App: Z Survivor: Backpack Shooter By Tapped Ltd
      Bundle ID: com.tapped.zsurvivor
      iTunes Store Link: https://apps.apple.com/us/app/z-survivor-backpack-shooter/id6557072922?uo=4



      🤩 Hack Features

      - Debug Menu (Auto Play, Skip Level and more)
      - Never Die
      - Unlimited Resource (Currency, Keys, Blueprints)
      • 15 replies
    • Run! Goddess v1.0.23 [+4 Jailed Cheats]
      Modded/Hacked App: Run! Goddess By TOP GAMES INC.
      Bundle ID: com.topgamesinc.rg
      iTunes Store Link: https://apps.apple.com/us/app/run-goddess/id6667111749?uo=4



      🤩 Hack Features

      - No Skill Cooldown
      - Slow Enemy
      - Enemy Can't Attack (Enemy Can't Do Damage)
      • 107 replies
    • Run! Goddess v1.0.23 [+4 Cheats]
      Modded/Hacked App: Run! Goddess By TOP GAMES INC.
      Bundle ID: com.topgamesinc.rg
      iTunes Store Link: https://apps.apple.com/us/app/run-goddess/id6667111749?uo=4

       

      🤩 Hack Features

      - No Skill Cooldown
      - Slow Enemy
      - Enemy Can't Attack (Enemy Can't Do Damage)
       
      • 82 replies
    • Heroes Crew: Strategy Defense v1.0.0 [+6 Cheats]
      Modded/Hacked App: Heroes Crew: Strategy Defense By AlohaFactory
      Bundle ID: com.overdogs.heroes
      App Store Link: https://apps.apple.com/us/app/heroes-crew-strategy-defense/id6744350078?uo=4



      🤩 Hack Features

      - Add Currency
      - Unlimited Items
      - Unlimited Property (Heroes, Relic etc)
      - Activate VVip (Use after tutorial and only in main menu)
      - Activate Premium Hunt Pass (Use after tutorial and only in main menu)
      - Unlimited Battle Currency (Always Will Increase)
      • 4 replies
    • Heroes Crew: Strategy Defense v1.0.0 [+6 Jailed Cheats]
      Modded/Hacked App: Heroes Crew: Strategy Defense By AlohaFactory
      Bundle ID: com.overdogs.heroes
      App Store Link: https://apps.apple.com/us/app/heroes-crew-strategy-defense/id6744350078?uo=4



      🤩 Hack Features

      - Add Currency
      - Unlimited Items
      - Unlimited Property (Heroes, Relic etc)
      - Activate VVip (Use after tutorial and only in main menu)
      - Activate Premium Hunt Pass (Use after tutorial and only in main menu)
      - Unlimited Battle Currency (Always Will Increase)
      • 2 replies
    • Kingdom Rush Battles: TD Game v0.7.1 +4 Jailed Cheats [ No Tower Cost ]
      Modded/Hacked App: Kingdom Rush Battles: TD Game By Ironhide S.A.
      Bundle ID: com.ironhidegames.kingdomrush.mp
      App Store Link: https://apps.apple.com/ph/app/kingdom-rush-battles-td-game/id6746510979?uo=4

       
       

      🤩 Hack Features

      - Dumb Enemy -> Disables your enemy from buying towers.
      - No Tower Build Cost -> Use with Dumb Enemy.
      - No Tower Upgrade Cost -> Use with Dumb Enemy.
      - No Tower Skill Upgrade Cost -> Use with Dumb Enemy.
      • 4 replies
    • Kingdom Rush Battles: TD Game v0.7.1 +4 Cheats [ No Tower Cost ]
      Modded/Hacked App: Kingdom Rush Battles: TD Game By Ironhide S.A.
      Bundle ID: com.ironhidegames.kingdomrush.mp
      App Store Link: https://apps.apple.com/ph/app/kingdom-rush-battles-td-game/id6746510979?uo=4

       


      🤩 Hack Features

      - Dumb Enemy -> Disables your enemy from buying towers.
      - No Tower Build Cost -> Use with Dumb Enemy.
      - No Tower Upgrade Cost -> Use with Dumb Enemy.
      - No Tower Skill Upgrade Cost -> Use with Dumb Enemy.
      • 5 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