Jump to content

[New 2024] Install Theos on Windows 10/11 (Subsystem for Linux)


Rook

75 posts in this topic

Recommended Posts

Hi. I tried to compile a open sourced project, but I got this error:

 

==> Signing LittleX…
make[1]: Entering directory '/home/LittleX-master2/settings'
signing bundle
bash: ldid: command not found
Makefile:16: recipe for target 'after-all' failed
make[1]: *** [after-all] Error 127
make[1]: Leaving directory '/home/LittleX-master2/settings'
/opt/theos/makefiles/master/aggregate.mk:12: recipe for target 'internal-all' failed
make: *** [internal-all] Error 2

I tried it with cygwin and now with ubuntu subsystem.

What can I do?

Sorry for my bad english...

Updated by ra1nb0wm4n
Link to comment
Share on other sites

wget http://security.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.4_amd64.deb -O libstdc++.deb


--2018-03-08 01:00:37-- http://security.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.4_amd64.deb
Resolving security.ubuntu.com (security.ubuntu.com)... 91.189.88.161, 91.189.91.26, 91.189.88.149, ...
Connecting to security.ubuntu.com (security.ubuntu.com)|91.189.88.161|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-03-08 01:00:38 ERROR 404: Not Found.

 

i got this error i think the link is not working :( @Klepto 

Link to comment
Share on other sites

On 2/20/2018 at 4:49 PM, ra1nb0wm4n said:

Hi. I tried to compile a open sourced project, but I got this error:

 

==> Signing LittleX…
make[1]: Entering directory '/home/LittleX-master2/settings'
signing bundle
bash: ldid: command not found
Makefile:16: recipe for target 'after-all' failed
make[1]: *** [after-all] Error 127
make[1]: Leaving directory '/home/LittleX-master2/settings'
/opt/theos/makefiles/master/aggregate.mk:12: recipe for target 'internal-all' failed
make: *** [internal-all] Error 2

I tried it with cygwin and now with ubuntu subsystem.

What can I do?

Sorry for my bad english...

Seems like you’re missing ldid. Look that up on GitHub, there’s one for Windows/Theos. Although I never got that error myself.

1 hour ago, klashksa said:

wget http://security.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.4_amd64.deb -O libstdc++.deb


--2018-03-08 01:00:37-- http://security.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.4_amd64.deb
Resolving security.ubuntu.com (security.ubuntu.com)... 91.189.88.161, 91.189.91.26, 91.189.88.149, ...
Connecting to security.ubuntu.com (security.ubuntu.com)|91.189.88.161|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-03-08 01:00:38 ERROR 404: Not Found.

 

i got this error i think the link is not working :( @Klepto 

Search the filename on Google and you can find an alternative download link.

They may have removed this version because a new version was released perhaps.

https://packages.ubuntu.com/xenial-updates/amd64/libstdc++6/download

Link to comment
Share on other sites

thank u @DiDA  i fixed by this link http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.9_amd64.deb

 

before change a Link :

cd /tmp
wget http://security.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.4_amd64.deb -O libstdc++.deb
dpkg-deb -x libstdc++.deb libstdc++
cp libstdc++/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21 /usr/lib/x86_64-linux-gnu/
cd /usr/lib/x86_64-linux-gnu/
ln -sf libstdc++.so.6.0.21 libstdc++.so.6

after change a Link :

cd /tmp
wget http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.9_amd64.deb -O libstdc++.deb
dpkg-deb -x libstdc++.deb libstdc++
cp libstdc++/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21 /usr/lib/x86_64-linux-gnu/
cd /usr/lib/x86_64-linux-gnu/
ln -sf libstdc++.so.6.0.21 libstdc++.so.6

after make package  :

root@LAPTOP-MFK83S9U:~/rrr# make package
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
> Making all for tweak rrr
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
==> Preprocessing Tweak.xm
==> Compiling Tweak.xm (armv7)…
==> Preprocessing Tweak.xm
==> Compiling Tweak.xm (arm64)…
==> Linking tweak rrr (armv7)…
==> Linking tweak rrr (arm64)…
==> Merging tweak rrr
==> Signing rrr
> Making stage for tweak rrr
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
dm.pl: building package `com.klashksa.rrr:iphoneos-arm' in `./packages/com.klashksa.rrr_0.0.1-1+debug_iphoneos-arm.deb'

 

After that the hack not worked also the Dylib file size is small not as usual 

 

my dilyb file :

https://ghostbin.com/paste/tjg74

 

.

 

lok

 

 

i fd

Link to comment
Share on other sites

On 2/20/2018 at 4:49 PM, ra1nb0wm4n said:

Hi. I tried to compile a open sourced project, but I got this error:

 

==> Signing LittleX…
make[1]: Entering directory '/home/LittleX-master2/settings'
signing bundle
bash: ldid: command not found
Makefile:16: recipe for target 'after-all' failed
make[1]: *** [after-all] Error 127
make[1]: Leaving directory '/home/LittleX-master2/settings'
/opt/theos/makefiles/master/aggregate.mk:12: recipe for target 'internal-all' failed
make: *** [internal-all] Error 2

I tried it with cygwin and now with ubuntu subsystem.

What can I do?

Sorry for my bad english...

http://iphonedevwiki.net/index.php/Ldid

Link to comment
Share on other sites

I'm getting this error when I run make package:

Hal0405@Nicholas-Laptop:/projects/test$ make package
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
mkdir: cannot create directory ‘/projects/test/.theos’: Permission denied
/opt/theos/makefiles/master/rules.mk:93: recipe for target '/projects/test/.theos/build_session' failed
make: *** [/projects/test/.theos/build_session] Error 1

Help would be very appreciated!

Link to comment
Share on other sites

getting this error now when running make package:

Laptop:~/test3$ make package
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
> Making all for tweak test3…
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
bash: /opt/theos/toolchain/linux/swift/bin/swift: No such file or directory
==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (arm64)…
bash: /opt/theos/toolchain/linux/iphone/bin/armv7-apple-darwin11-clang++: No such file or directory
/opt/theos/makefiles/instance/rules.mk:295: recipe for target '/home/Hal0405/test3/.theos/obj/debug/arm64/Tweak.xm.a6c63878.o' failed
make[3]: *** [/home/Hal0405/test3/.theos/obj/debug/arm64/Tweak.xm.a6c63878.o] Error 127
==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (armv7)…
bash: /opt/theos/toolchain/linux/iphone/bin/armv7-apple-darwin11-clang++: No such file or directory
/opt/theos/makefiles/instance/rules.mk:295: recipe for target '/home/Hal0405/test3/.theos/obj/debug/armv7/Tweak.xm.618bd16f.o' failed
make[3]: *** [/home/Hal0405/test3/.theos/obj/debug/armv7/Tweak.xm.618bd16f.o] Error 127
/opt/theos/makefiles/instance/library.mk:32: recipe for target '/home/Hal0405/test3/.theos/obj/debug/arm64/test3.dylib' failed
make[2]: *** [/home/Hal0405/test3/.theos/obj/debug/arm64/test3.dylib] Error 2
make[2]: *** Waiting for unfinished jobs....
/opt/theos/makefiles/instance/library.mk:32: recipe for target '/home/Hal0405/test3/.theos/obj/debug/armv7/test3.dylib' failed
make[2]: *** [/home/Hal0405/test3/.theos/obj/debug/armv7/test3.dylib] Error 2
/opt/theos/makefiles/instance/library.mk:24: recipe for target 'internal-library-all_' failed
make[1]: *** [internal-library-all_] Error 2
/opt/theos/makefiles/master/rules.mk:106: recipe for target 'test3.all.tweak.variables' failed
make: *** [test3.all.tweak.variables] Error 2

Link to comment
Share on other sites

==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (arm64)…
==> Linking tweak KaninsSBTweaks (arm64)…
ld: file not found: /usr/lib/system/liblaunch.dylib for architecture arm64
arm64-apple-darwin14-clang-3.9: error: linker command failed with exit code 1 (use -v to see invocation)
/opt/theos/makefiles/instance/library.mk:32: recipe for target '/home/Kanin/kaninssbtweaks/.theos/obj/debug/arm64/KaninsSBTweaks.dylib' failed
make[3]: *** [/home/Kanin/kaninssbtweaks/.theos/obj/debug/arm64/KaninsSBTweaks.dylib] Error 1
/opt/theos/makefiles/instance/library.mk:32: recipe for target '/home/Kanin/kaninssbtweaks/.theos/obj/debug/arm64/KaninsSBTweaks.dylib' failed
make[2]: *** [/home/Kanin/kaninssbtweaks/.theos/obj/debug/arm64/KaninsSBTweaks.dylib] Error 2
/opt/theos/makefiles/instance/library.mk:24: recipe for target 'internal-library-all_' failed
make[1]: *** [internal-library-all_] Error 2
/opt/theos/makefiles/master/rules.mk:106: recipe for target 'KaninsSBTweaks.all.tweak.variables' failed
make: *** [KaninsSBTweaks.all.tweak.variables] Error 2

pls halp @DiDA

 

EDIT: Got it working with this: https://app.box.com/s/1abpis0ztjd3kwoohoft0rpvtjncw9d3 SDK

Thank you so much @heinekenpsx!

Updated by Affe2626
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Our picks

    • Subway Surfers v3.29.1 +2 Cheats
      Modded/Hacked App: Subway Surfers By Sybo Games ApS
      Bundle ID: com.kiloo.subwaysurfers
      iTunes Store Link: https://apps.apple.com/us/app/subway-surfers/id512939461?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:
      - Unlimited Everythings
      - Multi Jump Enabled


      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
        • Agree
        • Haha
        • Like
      • 366 replies
    • Otherworld Mercenary Corps v1.0.1 +2 Cheats
      Modded/Hacked App: Otherworld Mercenary Corps By baobob lab
      Bundle ID: com.blb.ios.Mercenary
      iTunes Store Link: https://apps.apple.com/us/app/otherworld-mercenary-corps/id6471457105?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
      - Never Die


      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
      • 60 replies
    • Squad Alpha - Action Shooting v1.7.19 +2 cheats
      Modded/Hacked App: Squad Alpha - Action Shooting By SayGames LTD
      Bundle ID: com.game.missioncrit
      iTunes Store Link: https://apps.apple.com/us/app/squad-alpha-action-shooting/id1571487050?uo=4


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


      Hack Features:
      - one hit kill
      - god mode




      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.
      STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice.
      STEP 3: Using Filza or iFile, browse to where you saved the downloaded .deb file and tap on it.
      STEP 4: Once you tap on the file, you will need to press on 'Install' or 'Installer' from the options on your screen.
      STEP 5: Let Filza / iFile finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 6: 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 7: 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, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Agree
        • Winner
        • Like
      • 358 replies
    • Three Kingdoms Dynasty Archer v1.0.95 +4 Cheats
      Modded/Hacked App: Three Kingdoms Dynasty Archer By Suga Pte. Ltd.
      Bundle ID: co.imba.dynasty.archers
      iTunes Store Link: https://apps.apple.com/us/app/three-kingdoms-dynasty-archer/id6478194090?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
      - Enemies Don't Attack
      - Enemies Don't Move


      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
      • 42 replies
    • Cat Mine : Idle RPG v1.4.2 +1 Cheat
      Modded/Hacked App: Cat Mine : Idle RPG By Game Duo Co.,Ltd.
      Bundle ID: net.gameduo.cm
      iTunes Store Link: https://apps.apple.com/us/app/cat-mine-idle-rpg/id6476374348?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:
      - Unlimited Currencies -> Increase When Use


      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
      • 21 replies
    • Crystal Knights-32 Player Raid v1.21.7 +3 Cheats
      Modded/Hacked App: Crystal Knights-32 Player Raid By DAERI SOFT
      Bundle ID: com.daerigame.raidproject
      iTunes Store Link: https://apps.apple.com/us/app/crystal-knights-32-player-raid/id6451132804?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
      - Loot Multiplier


      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
      • 101 replies
    • Power Rangers Mighty Force v0.4.6 +1 Cheat
      Modded/Hacked App: Power Rangers Mighty Force By East Side Games Inc
      Bundle ID: com.eastsidegames.powerrangers
      iTunes Store Link: https://apps.apple.com/us/app/power-rangers-mighty-force/id6444350926?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:
      - Unlimited Currencies -> Increase When Use


      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
      • 11 replies
    • Hempire v2.35.3 +17 OP Cheats
      Modded/Hacked App: Hempire - Weed Growing Game By LBC Studios Inc.
      Bundle ID: ca.lbcstudios.hempire
      iTunes Store Link: https://apps.apple.com/us/app/hempire-weed-growing-game/id1139379843?uo=4



      Hack Features:
      - VIP Enabled<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- Infinite Cash<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- Infinite Diamonds<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- Infinite Resources<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- Buy Property (Any level)<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- Infinite Storage

      Warning- if you don’t already have an account passed the tutorial you will freeze with the non jailbroken version. To get around this first download from the AppStore, then play the tutorial and then sign in/create a Facebook account to save progress. Re download this hack and your good to go


      Jailbreak required hack(s): 
        • Agree
        • Winner
        • Like
      • 279 replies
    • Hempire v2.35.3 +29 OP Cheats
      Modded/Hacked App: Hempire - Weed Growing Game By LBC Studios Inc.
      Bundle ID: ca.lbcstudios.hempire
      iTunes Store Link: https://apps.apple.com/us/app/hempire-weed-growing-game/id1139379843?uo=4


      Hack Features:
      - VIP Enabled
      - Infinite Cash
      - Infinite Diamonds
      - Infinite Resources
      - Buy Property (Any level)
      - Infinite Storage
      - Add 50 Items
      - Remove 50 Items (To complete quest if storage full)


      Non-Jailbroken & No Jailbreak required hack(s): 
        • Winner
        • Like
      • 254 replies
    • Ghost Sword Korea - 귀검 : 조선에 천마가 귀환했다 v1.6.3 +2 Cheats
      Modded/Hacked App: 귀검 : 조선에 천마가 귀환했다 By DAERI SOFT
      Bundle ID: com.daerigame.ghostsword
      iTunes Store Link: https://apps.apple.com/kr/app/%EA%B7%80%EA%B2%80-%EC%A1%B0%EC%84%A0%EC%97%90-%EC%B2%9C%EB%A7%88%EA%B0%80-%EA%B7%80%ED%99%98%ED%96%88%EB%8B%A4/id6476528549?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
      - Never Die


      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
      • 9 replies
    • Archero China - 弓箭传说 v1.10.1 +4 Cheats
      Modded/Hacked App: 弓箭传说 By Shanghai Lezuan Technology Co.,Ltd.
      Bundle ID: com.habby.gongjian
      iTunes Store Link: https://apps.apple.com/cn/app/%E5%BC%93%E7%AE%AD%E4%BC%A0%E8%AF%B4/id1670099181?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:
      - One Hit Kill
      - God Mode
      - Exp Multiplier
      - Enemies Don't Move
      - Enemies Don't Attack


      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
        • Agree
        • Like
      • 86 replies
    • Angry Birds 2 Cheats v3.22.1 +1 [ Infinite Currencies ]
      Modded/Hacked App: Angry Birds 2 By Rovio Entertainment Oyj
      Bundle ID: com.rovio.baba
      iTunes Store Link: https://apps.apple.com/us/app/angry-birds-2/id880047117?uo=4


      Hack Features:
      - Infinite Currencies ( Spend some/ Get some )


      Non-Jailbroken & No Jailbreak required hack(s):  https://iosgods.com/topic/70081-angry-birds-2-v2600-jailed-cheats-2/


      Hack Download Link: https://iosgods.com/topic/72039-angry-birds-2-cheats-v2600-1-infinite-currencies/
        • Informative
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,903 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