Jump to content

14 posts in this topic

Recommended Posts

Posted

I’m using an iPhone 8+, 14.1on Taurine

iirc I ended up following this tutorial

 

I hit a Foundation Module error recently but got to fix it if that can help somehow

Posted

Can you try compiling with a default theos template? I'm wondering the issue may be with the Tweak Patcher you're using as that is quite old.

  • Thanks 1
Posted
1 hour ago, Rook said:

Can you try compiling with a default theos template? I'm wondering the issue may be with the Tweak Patcher you're using as that is quite old.

This would be the result using the regular Tweak option

Spoiler


Z4R0S:~/projects/error404 mobile% make clean package messages=yes
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 6 "Cleaning"); set -o pipefail; (rm -rf "/var/mobile/projects/error404/.theos/obj")
==> Cleaning…
set -o pipefail; (rm -rf "/var/mobile/projects/error404/.theos/_")
> Making all for tweak error404…
make -f Makefile --no-keep-going COLOR=1 \
        internal-library-compile \
        _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=error404 _THEOS_CURRENT_OPERATION=compile \
        THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
make -f Makefile --no-print-directory --no-keep-going internal-tweak-compile _THEOS_CURRENT_TYPE="tweak" THEOS_CURRENT_INSTANCE="error404" _THEOS_CURRENT_OPERATION="compile" THEOS_BUILD_DIR="." THEOS_CURRENT_ARCH="arm64"
set -o pipefail; (mkdir -p /var/mobile/projects/error404/.theos/obj/debug/arm64/)
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 1 "Preprocessing Tweak.xm"); set -o pipefail; (/var/theos/bin/logos.pl -c warnings=error -c generator=MobileSubstrate    Tweak.xm > /var/mobile/projects/error404/.theos/obj/debug/arm64/Tweak.xm.mm)
==> Preprocessing Tweak.xm…
set -o pipefail; (mkdir -p /var/mobile/projects/error404/.theos/obj/debug/arm64/)
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 2 "Compiling Tweak.xm (arm64)"); set -o pipefail; (clang++ -x objective-c++ -c -I"/var/mobile/projects/error404" -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback -include /var/theos/Prefix.pch -MT /var/mobile/projects/error404/.theos/obj/debug/arm64/Tweak.xm.0d6f88a6.o -MMD -MP -MF "/var/mobile/projects/error404/.theos/obj/debug/arm64/Tweak.xm.0d6f88a6.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -O0 -Wall -ggdb -Werror  -isysroot "/var/theos/sdks/iPhoneOS12.2.sdk" -miphoneos-version-min=7.0   -fobjc-arc -DDEBUG -O0  -DTHEOS_INSTANCE_NAME="\"error404\"" -fmodules -fcxx-modules -fmodule-name=error404 -fbuild-session-file=/var/mobile/projects/error404/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session  -arch arm64       -stdlib=libc++        /var/mobile/projects/error404/.theos/obj/debug/arm64/Tweak.xm.mm -o /var/mobile/projects/error404/.theos/obj/debug/arm64/Tweak.xm.0d6f88a6.o)
==> Compiling Tweak.xm (arm64)…
set -o pipefail; (mkdir -p /var/mobile/projects/error404/.theos/obj/debug/arm64)
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 3 "Linking tweak error404 (arm64)"); set -o pipefail; (clang++ -fcolor-diagnostics -L/var/theos/lib -ggdb -L/var/theos/vendor/lib -lobjc -framework Foundation -framework CoreFoundation -ObjC++ -fobjc-exceptions -fobjc-call-cxx-cdtors              -F/var/theos/vendor/lib -framework CydiaSubstrate -dynamiclib -install_name "/Library/MobileSubstrate/DynamicLibraries/error404.dylib"  -isysroot "/var/theos/sdks/iPhoneOS12.2.sdk" -miphoneos-version-min=7.0  -multiply_defined suppress -stdlib=libc++ -lc++  -arch arm64  -O0 -o "/var/mobile/projects/error404/.theos/obj/debug/arm64/error404.dylib" /var/mobile/projects/error404/.theos/obj/debug/arm64/Tweak.xm.0d6f88a6.o)
==> Linking tweak error404 (arm64)…
rm /var/mobile/projects/error404/.theos/obj/debug/arm64/Tweak.xm.mm
make[2]: Entering directory '/private/var/mobile/projects/error404'
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 4 "Merging tweak error404"); set -o pipefail; (lipo -arch arm64 /var/mobile/projects/error404/.theos/obj/debug/arm64/error404.dylib -create -output "/var/mobile/projects/error404/.theos/obj/debug/error404.dylib.af633153.unsigned")
==> Merging tweak error404…
make[2]: Leaving directory '/private/var/mobile/projects/error404'
make[2]: Entering directory '/private/var/mobile/projects/error404'
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 4 "Signing error404"); set -o pipefail; (CODESIGN_ALLOCATE=codesign_allocate  ldid -S "/var/mobile/projects/error404/.theos/obj/debug/error404.dylib.af633153.unsigned" && mv "/var/mobile/projects/error404/.theos/obj/debug/error404.dylib.af633153.unsigned" "/var/mobile/projects/error404/.theos/obj/debug/error404.dylib")
==> Signing error404…
make[2]: Leaving directory '/private/var/mobile/projects/error404'
set -o pipefail; (rm -rf "/var/mobile/projects/error404/.theos/_")
set -o pipefail; (/var/theos/bin/fakeroot.sh -p "/var/mobile/projects/error404/.theos/fakeroot" -c)
set -o pipefail; (mkdir -p "/var/mobile/projects/error404/.theos/_")
set -o pipefail; ([ -d layout ] && rsync -a "layout/" "/var/mobile/projects/error404/.theos/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true)
> Making stage for tweak error404…
make[1]: Entering directory '/private/var/mobile/projects/error404'
set -o pipefail; (mkdir -p "/var/mobile/projects/error404/.theos/_/Library/MobileSubstrate/DynamicLibraries/")
set -o pipefail; (cp /var/mobile/projects/error404/.theos/obj/debug/error404.dylib "/var/mobile/projects/error404/.theos/_/Library/MobileSubstrate/DynamicLibraries/")
make[1]: Leaving directory '/private/var/mobile/projects/error404'
make[1]: Entering directory '/private/var/mobile/projects/error404'
set -o pipefail; (cp error404.plist "/var/mobile/projects/error404/.theos/_/Library/MobileSubstrate/DynamicLibraries/")
make[1]: Leaving directory '/private/var/mobile/projects/error404'
set -o pipefail; (mkdir -p "/var/mobile/projects/error404/.theos/_/DEBIAN")
set -o pipefail; (sed -e 's/\${LIBSWIFT}/com.modmyi.libswift4 (>= 4.0.3)/g; s/\${LIBSWIFT_VERSION}/4.0.3/g; /^[Vv]ersion:/d; /^$/d; $a\' "/var/mobile/projects/error404/control" > "/var/mobile/projects/error404/.theos/_/DEBIAN/control")
set -o pipefail; (echo "Version: 0.0.1-1+debug" >> "/var/mobile/projects/error404/.theos/_/DEBIAN/control")
set -o pipefail; (echo "Installed-Size: 72" >> "/var/mobile/projects/error404/.theos/_/DEBIAN/control")
set -o pipefail; (COPYFILE_DISABLE=1 /var/theos/bin/fakeroot.sh -p "/var/mobile/projects/error404/.theos/fakeroot" -r dm.pl -Zlzma -z0 -b "/var/mobile/projects/error404/.theos/_" "./packages/com.yourcompany.error404_0.0.1-1+debug_iphoneos-arm.deb")
dm.pl: building package `com.yourcompany.error404:iphoneos-arm' in `./packages/com.yourcompany.error404_0.0.1-1+debug_iphoneos-arm.deb'
 

 

Posted
22 minutes ago, ZAROS said:

This would be the result using the regular Tweak option

  Hide contents


Z4R0S:~/projects/error404 mobile% make clean package messages=yes
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 6 "Cleaning"); set -o pipefail; (rm -rf "/var/mobile/projects/error404/.theos/obj")
==> Cleaning…
set -o pipefail; (rm -rf "/var/mobile/projects/error404/.theos/_")
> Making all for tweak error404…
make -f Makefile --no-keep-going COLOR=1 \
        internal-library-compile \
        _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=error404 _THEOS_CURRENT_OPERATION=compile \
        THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
make -f Makefile --no-print-directory --no-keep-going internal-tweak-compile _THEOS_CURRENT_TYPE="tweak" THEOS_CURRENT_INSTANCE="error404" _THEOS_CURRENT_OPERATION="compile" THEOS_BUILD_DIR="." THEOS_CURRENT_ARCH="arm64"
set -o pipefail; (mkdir -p /var/mobile/projects/error404/.theos/obj/debug/arm64/)
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 1 "Preprocessing Tweak.xm"); set -o pipefail; (/var/theos/bin/logos.pl -c warnings=error -c generator=MobileSubstrate    Tweak.xm > /var/mobile/projects/error404/.theos/obj/debug/arm64/Tweak.xm.mm)
==> Preprocessing Tweak.xm…
set -o pipefail; (mkdir -p /var/mobile/projects/error404/.theos/obj/debug/arm64/)
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 2 "Compiling Tweak.xm (arm64)"); set -o pipefail; (clang++ -x objective-c++ -c -I"/var/mobile/projects/error404" -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback -include /var/theos/Prefix.pch -MT /var/mobile/projects/error404/.theos/obj/debug/arm64/Tweak.xm.0d6f88a6.o -MMD -MP -MF "/var/mobile/projects/error404/.theos/obj/debug/arm64/Tweak.xm.0d6f88a6.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -O0 -Wall -ggdb -Werror  -isysroot "/var/theos/sdks/iPhoneOS12.2.sdk" -miphoneos-version-min=7.0   -fobjc-arc -DDEBUG -O0  -DTHEOS_INSTANCE_NAME="\"error404\"" -fmodules -fcxx-modules -fmodule-name=error404 -fbuild-session-file=/var/mobile/projects/error404/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session  -arch arm64       -stdlib=libc++        /var/mobile/projects/error404/.theos/obj/debug/arm64/Tweak.xm.mm -o /var/mobile/projects/error404/.theos/obj/debug/arm64/Tweak.xm.0d6f88a6.o)
==> Compiling Tweak.xm (arm64)…
set -o pipefail; (mkdir -p /var/mobile/projects/error404/.theos/obj/debug/arm64)
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 3 "Linking tweak error404 (arm64)"); set -o pipefail; (clang++ -fcolor-diagnostics -L/var/theos/lib -ggdb -L/var/theos/vendor/lib -lobjc -framework Foundation -framework CoreFoundation -ObjC++ -fobjc-exceptions -fobjc-call-cxx-cdtors              -F/var/theos/vendor/lib -framework CydiaSubstrate -dynamiclib -install_name "/Library/MobileSubstrate/DynamicLibraries/error404.dylib"  -isysroot "/var/theos/sdks/iPhoneOS12.2.sdk" -miphoneos-version-min=7.0  -multiply_defined suppress -stdlib=libc++ -lc++  -arch arm64  -O0 -o "/var/mobile/projects/error404/.theos/obj/debug/arm64/error404.dylib" /var/mobile/projects/error404/.theos/obj/debug/arm64/Tweak.xm.0d6f88a6.o)
==> Linking tweak error404 (arm64)…
rm /var/mobile/projects/error404/.theos/obj/debug/arm64/Tweak.xm.mm
make[2]: Entering directory '/private/var/mobile/projects/error404'
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 4 "Merging tweak error404"); set -o pipefail; (lipo -arch arm64 /var/mobile/projects/error404/.theos/obj/debug/arm64/error404.dylib -create -output "/var/mobile/projects/error404/.theos/obj/debug/error404.dylib.af633153.unsigned")
==> Merging tweak error404…
make[2]: Leaving directory '/private/var/mobile/projects/error404'
make[2]: Entering directory '/private/var/mobile/projects/error404'
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 4 "Signing error404"); set -o pipefail; (CODESIGN_ALLOCATE=codesign_allocate  ldid -S "/var/mobile/projects/error404/.theos/obj/debug/error404.dylib.af633153.unsigned" && mv "/var/mobile/projects/error404/.theos/obj/debug/error404.dylib.af633153.unsigned" "/var/mobile/projects/error404/.theos/obj/debug/error404.dylib")
==> Signing error404…
make[2]: Leaving directory '/private/var/mobile/projects/error404'
set -o pipefail; (rm -rf "/var/mobile/projects/error404/.theos/_")
set -o pipefail; (/var/theos/bin/fakeroot.sh -p "/var/mobile/projects/error404/.theos/fakeroot" -c)
set -o pipefail; (mkdir -p "/var/mobile/projects/error404/.theos/_")
set -o pipefail; ([ -d layout ] && rsync -a "layout/" "/var/mobile/projects/error404/.theos/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true)
> Making stage for tweak error404…
make[1]: Entering directory '/private/var/mobile/projects/error404'
set -o pipefail; (mkdir -p "/var/mobile/projects/error404/.theos/_/Library/MobileSubstrate/DynamicLibraries/")
set -o pipefail; (cp /var/mobile/projects/error404/.theos/obj/debug/error404.dylib "/var/mobile/projects/error404/.theos/_/Library/MobileSubstrate/DynamicLibraries/")
make[1]: Leaving directory '/private/var/mobile/projects/error404'
make[1]: Entering directory '/private/var/mobile/projects/error404'
set -o pipefail; (cp error404.plist "/var/mobile/projects/error404/.theos/_/Library/MobileSubstrate/DynamicLibraries/")
make[1]: Leaving directory '/private/var/mobile/projects/error404'
set -o pipefail; (mkdir -p "/var/mobile/projects/error404/.theos/_/DEBIAN")
set -o pipefail; (sed -e 's/\${LIBSWIFT}/com.modmyi.libswift4 (>= 4.0.3)/g; s/\${LIBSWIFT_VERSION}/4.0.3/g; /^[Vv]ersion:/d; /^$/d; $a\' "/var/mobile/projects/error404/control" > "/var/mobile/projects/error404/.theos/_/DEBIAN/control")
set -o pipefail; (echo "Version: 0.0.1-1+debug" >> "/var/mobile/projects/error404/.theos/_/DEBIAN/control")
set -o pipefail; (echo "Installed-Size: 72" >> "/var/mobile/projects/error404/.theos/_/DEBIAN/control")
set -o pipefail; (COPYFILE_DISABLE=1 /var/theos/bin/fakeroot.sh -p "/var/mobile/projects/error404/.theos/fakeroot" -r dm.pl -Zlzma -z0 -b "/var/mobile/projects/error404/.theos/_" "./packages/com.yourcompany.error404_0.0.1-1+debug_iphoneos-arm.deb")
dm.pl: building package `com.yourcompany.error404:iphoneos-arm' in `./packages/com.yourcompany.error404_0.0.1-1+debug_iphoneos-arm.deb'
 

 

So it is an issue with the old template.

 You should probably use @Ted2’s mod menu template for now. :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • Andy Volcano: Tile Match Story v1.5.14 +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/


      • 22 replies
    • Andy Volcano: Tile Match Story v1.5.14 +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/


      • 20 replies
    • Gear Clicker v8.7.9 +3 [Free Upgrades]
      Modded/Hacked App: Gear Clicker By Rollic Games Oyun Yazilim ve Pazarlama Anonim Sirketi
      Bundle ID: com.kb.gearclicker
      iTunes Store Link: https://apps.apple.com/us/app/gear-clicker/id6444687282?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 Popup Ads
      - Free Upgrades
      - Free Gears


      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/


      • 68 replies
    • Gear Clicker v8.7.9 +3 [Free Upgrades]
      Modded/Hacked App: Gear Clicker By Rollic Games Oyun Yazilim ve Pazarlama Anonim Sirketi
      Bundle ID: com.kb.gearclicker
      iTunes Store Link: https://apps.apple.com/us/app/gear-clicker/id6444687282?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 Popup Ads
      - Free Upgrades
      - Free Gears


      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/


      • 75 replies
    • Idle Brick Breaker v2.1.74 +3 Jailed Cheats [Currency Hack]
      Modded/Hacked App: Idle Brick Breaker - Breakout By Tech Tree Games LLC
      Bundle ID: com.TechTreeGames.IdleBrickBreaker
      iTunes Store Link: https://apps.apple.com/us/app/idle-brick-breaker-breakout/id1522164283?uo=4


      Hack Features:
      - Infinite Cash
      - Infinite Gems
      - No reset on Prestige


      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/
      • 51 replies
    • Idle Brick Breaker v2.1.74 +3 [Currency Hack]
      Modded/Hacked App: Idle Brick Breaker - Breakout By Tech Tree Games LLC
      Bundle ID: com.TechTreeGames.IdleBrickBreaker
      iTunes Store Link: https://apps.apple.com/us/app/idle-brick-breaker-breakout/id1522164283?uo=4


      Hack Features:
      - Infinite Cash
      - Infinite Gems
      - No reset on Prestige


      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/
      • 40 replies
    • Idle Mine Dig: Drill & Collect v1.23.42 +7 [Currency Hack]
      Modded/Hacked App: Idle Mine Dig: Drill & Collect By APPS TEKNOLOJI ANONIM SIRKETI
      Bundle ID: tr.com.apps.drill.and.collect
      iTunes Store Link: https://apps.apple.com/us/app/idle-mine-dig-drill-collect/id1642304873?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

      - No Ads
      - VIP Active
      - Freeze Currency
      - Freeze Pills
      - Freeze Tickets
      - Freeze Tokens
      - All Costumes Unlocked

       

      ⬇️ iOS Hack Download Link


      • 18 replies
    • Idle Mine Dig: Drill & Collect v1.23.42 +7 Jailed Cheats [Currency Hack]
      Modded/Hacked App: Idle Mine Dig: Drill & Collect By APPS TEKNOLOJI ANONIM SIRKETI
      Bundle ID: tr.com.apps.drill.and.collect
      iTunes Store Link: https://apps.apple.com/us/app/idle-mine-dig-drill-collect/id1642304873?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

      - No Ads
      - VIP Active
      - Freeze Currency
      - Freeze Pills
      - Freeze Tickets
      - Freeze Tokens
      - All Costumes Unlocked

       

      ⬇️ iOS Hack Download IPA Link


      • 19 replies
    • Pocket Land! v0.118.1 +3 Jailed Cheats [Currency Hack]
      Modded/Hacked App: Pocket Land! By GRAND-ATTIC LIMITED
      Bundle ID: gs.hadi.pocketisland
      iTunes Store Link: https://apps.apple.com/us/app/pocket-land/id6446137216?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 Currency
      - Freeze Resources


      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/


      • 83 replies
    • Pocket Land! v0.118.1 +3 [Currency Hack]
      Modded/Hacked App: Pocket Land! By GRAND-ATTIC LIMITED
      Bundle ID: gs.hadi.pocketisland
      iTunes Store Link: https://apps.apple.com/us/app/pocket-land/id6446137216?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:
      - Freeze Currency
      - Freeze Resources
      - Upgrade without Resources (Dont Abuse)


      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/


      • 45 replies
    • Medieval Merge v1.98.0 [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/
      • 185 replies
    • Project Clean Earth v1.66 +8 Jailed Cheats [Currency Hack]
      Modded/Hacked App: Project Clean Earth By 1N1
      Bundle ID: com.onenone.ecp
      iTunes Store Link: https://apps.apple.com/us/app/project-clean-earth/id1604696394?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:
      - God Mode
      - Infinite Batteries
      - Infinite Chips
      - Infinite Gems


      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/


      • 45 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