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

    • Monster Super League By Four Thirty Three v4.0.7 - [ x Player Damage & More ]
      Modded/Hacked App: Monster Super League By Smart Study Games Co., Ltd.
      Bundle ID: com.ftt.msleague
      iTunes Store Link: https://apps.apple.com/us/app/monster-super-league/id1092463295?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

      - x Player Damage - x1 - 100
      - x Player Defense - x1 - 100
      - Infinite Skills
      - 100% Capture Rate

       

      Non-Jailbroken Hack: https://iosgods.com/topic/73458-monster-super-league-v390-new-mod-menu/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/73355-monster-super-league-by-four-thirty-three-v393-x-player-damage-more/
      • 1,287 replies
    • Peanuts: Snoopy Town Tale Cheats v4.6.2 +2
      Modded/Hacked App: Peanuts: Snoopy Town Tale By PIXOWL INC.
      Bundle ID: com.activision.peanuts
      App Store Link: https://apps.apple.com/us/app/peanuts-snoopy-town-tale/id1013992870?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

      - Freeze Currencies
      - Free iAP

       

      Non-Jailbroken Hack: https://iosgods.com/topic/95917-peanuts-snoopy-town-tale-v462-jailed-cheats-1/
      • 104 replies
    • Warhammer 40,000: Tacticus v1.31.99 +4 Cheats
      Modded/Hacked App: Warhammer 40,000: Tacticus By Snowprint Studios AB
      Bundle ID: com.snowprintstudios.tacticus
      iTunes Store Link: https://apps.apple.com/us/app/warhammer-40-000-tacticus/id1599937506?uo=4

      Hack Features:
      - Always Win [ even if all your characters die, you win ]
      - Custom Ability Stats
      - Ability Always Available
      - Game Speed Multiplier

      Note: Use characters that do ability attack to multiple enemies like Varro Tigurius & Bellator


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/163492-warhammer-40000-tacticus-v1133-3-cheats-for-jailed-idevices/


      iOS Hack Download Link: https://iosgods.com/topic/163377-warhammer-40000-tacticus-v1133-4-cheats/
      • 303 replies
    • [ Seven Deadly Sins KR ] 일곱 개의 대죄: GRAND CROSS Cheats v8.6.77 +5
      Modded/Hacked App: 일곱 개의 대죄: GRAND CROSS By Netmarble Corporation
      Bundle ID: com.netmarble.nanakr
      iTunes Store Link: https://apps.apple.com/kr/app/%EC%9D%BC%EA%B3%B1-%EA%B0%9C%EC%9D%98-%EB%8C%80%EC%A3%84-grand-cross/id1449552940?uo=4


      Hack Features:
      - God Mode
      - One Hit Kill
      - Multiply Attack
      - Multiply Defense
      - Make Enemies God Mode for some quests


      iOS Hack Download Link: https://iosgods.com/topic/154899-seven-deadly-sins-kr-%EC%9D%BC%EA%B3%B1-%EA%B0%9C%EC%9D%98-%EB%8C%80%EC%A3%84-grand-cross-cheats-v750-5/
      • 181 replies
    • [ Seven Deadly Sins JP ] - 七つの大罪 光と闇の交戦 : グラクロ Cheats v8.6.77 +5
      Modded/Hacked App: 七つの大罪 光と闇の交戦 : グラクロ By Netmarble Corporation
      Bundle ID: com.netmarble.nanatsunotaizai
      iTunes Store Link: https://apps.apple.com/jp/app/七つの大罪-光と闇の交戦-グラクロ/id1268959718?uo=4&at=1010lce4


      Hack Features:
      - God Mode
      - OHK


      iOS Hack Download Link: https://iosgods.com/topic/112888-seven-deadly-sins-%E4%B8%83%E3%81%A4%E3%81%AE%E5%A4%A7%E7%BD%AA-%E5%85%89%E3%81%A8%E9%97%87%E3%81%AE%E4%BA%A4%E6%88%A6-%E3%82%B0%E3%83%A9%E3%82%AF%E3%83%AD-v340-god-mode-unlimited-mp/
        • Like
      • 1,082 replies
    • The Seven Deadly Sins Cheats v2.85.0 +5
      Modded/Hacked App: The Seven Deadly Sins by Netmarble Corporation
      Bundle ID: com.netmarble.nanagb
      iTunes Store Link: https://apps.apple.com/us/app/the-seven-deadly-sins/id1475440231?uo=4&at=1010lce4


      Hack Features:
      - God Mode
      - OHK
      - Infinite MP


      iOS Hack Download Link: https://iosgods.com/topic/131686-arm64-the-seven-deadly-sins-cheats-v117-3/
        • Like
      • 2,061 replies
    • Guild of Heroes: Fantasy RPG v1.182.2 - [ x Player Damage & More ]
      Modded/Hacked App: Guild of Heroes: Fantasy RPG By BIT.GAMES PBL
      Bundle ID: com.goplaytoday.guildofheroes
      iTunes Store Link: https://itunes.apple.com/us/app/guild-of-heroes-fantasy-rpg/id979474617?mt=8&uo=4&at=1010lce4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate (from Cydia).
      - PreferenceLoader (from Cydia).


      Hack Features:
      - x Player Damage - x1 - 10
      - x Player Defense - x1 - 10
      - Enemies Auto Die
      - Premium Activate
      - Freeze Resources
      - Freeze Potions

      All features are unlinked and only for player, you!
      Note:
      Not Responsible For Any Bans


      This hack is an In-Game Mod Menu (iGMM). In order to activate the Mod Menu, tap on the iOSGods button found inside the app. This hack works on the latest x64 or ARM64 iDevices: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, 8, 8 Plus, X, Xr, Xs, Xs Max, SE, iPod Touch 6G, iPad Air, Air 2, Pro & iPad Mini 2, 3, 4 and later.
      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/79822-guild-of-heroes-fantasy-rpg-v1679-5k-gold-sell-value-more/
        • Like
      • 1,712 replies
    • Asphalt Legends Unite Cheats v46.0.5 +2
      Modded/Hacked App: Asphalt 9: Legends By Gameloft
      Bundle ID: com.gameloft.asphalt9
      iTunes Store Link: https://itunes.apple.com/us/app/asphalt-9-legends/id805603214


      Hack Features:
      - Unlimited Nitro Use / No Nitro Consumption
      - No Traffic / No Incoming Cars
      More to come!
      • 8,658 replies
    • Chapters: Interactive Stories v2.0.9 +1 Cheats
      Modded/Hacked App: Chapters: Interactive Stories By Crazy Maple Studio, Inc.
      Bundle ID: com.mars.avgchapters
      iTunes Store Link: https://apps.apple.com/us/app/chapters-interactive-stories/id1277029359?uo=4



      Hack Features:
      - Freeze Tickets [read chapter for free]


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/138328-chapters-interactive-stories-v193-1-cheats-for-jailed-idevices/


      iOS Hack Download Link: https://iosgods.com/topic/137489-chapters-interactive-stories-v193-1-cheats/
        • Like
      • 368 replies
    • Hill Climb Racing 2 v1.67.4 Cheats +1
      Modded/Hacked App: Hill Climb Racing 2 By Fingersoft
      Bundle ID: com.fingersoft.hillclimbracing2
      iTunes Store Link: https://apps.apple.com/us/app/hill-climb-racing-2/id1146465836?uo=4


      Hack Features:
      - Freeze Coins
      - Freeze Gems
      - Freeze Scraps


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/108295-hill-climb-racing-2-v1611-jailed-cheats-2/


      iOS Hack Download Link: https://iosgods.com/topic/108298-hill-climb-racing-2-v1612-cheats-3/
      • 2,194 replies
    • Arknights Cheats v30.5.02 +8 - [ God Mode & More ]
      Modded/Hacked App: Arknights By YOSTAR (HONG KONG) LIMITED
      Bundle ID: com.YoStarEN.Arknights
      iTunes Store Link: https://apps.apple.com/us/app/arknights/id1464872022?uo=4

       

      🔧 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Cydia, Sileo or Zebra).

       

      🚀 Hack Features

      - God Mode
      - Frozen Enemies
      - One Hit Kill
      - Instant - Win
      - No Deploy Cost
      - Multiply Damage
      - Multiply Defense
      - Multiply Character Speed


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/topic/191668-arknights-v27361-jailed-cheats-8/

       

      📥 iOS Hack Download Link: https://iosgods.com/topic/117802-arknights-cheats-v27361-8-god-mode-more/
      • 1,066 replies
    • Zombie Harbor: FPS Zombie Game v1.1.0 +12 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Zombie Harbor: FPS Zombie Game By MYGAMES MENA FZ LLC
      Bundle ID: games.my.zombie.shooter.fps
      App Store Link: https://apps.apple.com/us/app/zombie-harbor-fps-zombie-game/id6744439436?uo=4

       
       

      🤩 Hack Features

      - Freeze Currencies
      - Freeze Ammo
      - No Recoil
      - No Spread
      - Increased Fire Rate

      VIP
      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - Move Speed Multiplier
      - Unlimited Currencies
      - Kill All Enemies
      - Become Invisible
      • 2 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