Jump to content

Theos error compiling tweak


Astronaut

6 posts in this topic

Recommended Posts

iPhone-7:/var/mobile/Projects/AntiN3Ads root# make package messages=yes
Making all for tweak AntiN3Ads...
/bin/sh: -c: line 0: syntax error near unexpected token `|'
/bin/sh: -c: line 0: `echo "-x CODESIGN_ALLOCATE=codesign_allocate ldid -S" |  | cut -c1-8'
make -f Makefile --no-print-directory --no-keep-going \
                internal-library-compile \
                _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=AntiN3Ads _THEOS_CURRENT_OPERATION=compile \
                THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
/bin/sh: -c: line 0: syntax error near unexpected token `|'
/bin/sh: -c: line 0: `echo "-DTARGET_IPHONE=1 -O2 -I/var/mobile/Projects/AntiN3Ads/theos/include -include /var/mobile/Projects/AntiN3Ads/theos/Prefix.pch -Wall -Werror -isysroot "/var/mobile/Projects/AntiN3Ads/theos/sdks/iPhoneOS9.3.sdk" -arch armv7 -arch armv7s -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_9_3 -miphoneos-version-min=9.3 -I/usr/include                 -c warnings=error   " |  | cut -c1-8'
/bin/sh: -c: line 0: syntax error near unexpected token `|'
/bin/sh: -c: line 0: `echo "-x CODESIGN_ALLOCATE=codesign_allocate ldid -S" |  | cut -c1-8'
/var/mobile/Projects/AntiN3Ads/theos/bin/logos.pl -c warnings=error    Tweak.xm > ./obj/iphone/Tweak.xm.mm
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
clang++ -x objective-c++ -c -I"/var/mobile/Projects/AntiN3Ads" -DTARGET_IPHONE=1 -O2 -I/var/mobile/Projects/AntiN3Ads/theos/include -include /var/mobile/Projects/AntiN3Ads/theos/Prefix.pch -Wall -Werror  -isysroot "/var/mobile/Projects/AntiN3Ads/theos/sdks/iPhoneOS9.3.sdk" -arch armv7 -arch armv7s -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_9_3 -miphoneos-version-min=9.3 -I/usr/include                 -include "logos/logos.h" ./obj/iphone/Tweak.xm.mm -o obj/iphone/Tweak.xm..o
rm ./obj/iphone/Tweak.xm.mm
clang++ -L/var/mobile/Projects/AntiN3Ads/theos/lib -lobjc -framework Foundation -framework CoreFoundation -ObjC++ -fobjc-exceptions -fobjc-call-cxx-cdtors       -lsubstrate -dynamiclib -install_name "/Library/MobileSubstrate/DynamicLibraries/AntiN3Ads.dylib"  -isysroot "/var/mobile/Projects/AntiN3Ads/theos/sdks/iPhoneOS9.3.sdk" -arch armv7 -arch armv7s -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_9_3 -miphoneos-version-min=9.3 -multiply_defined suppress -L/usr/lib   -o "obj/iphone/AntiN3Ads.dylib..unsigned" obj/iphone/Tweak.xm..o
strip -x "obj/iphone/AntiN3Ads.dylib..unsigned"
CODESIGN_ALLOCATE=codesign_allocate ldid -S "obj/iphone/AntiN3Ads.dylib..unsigned"; mv "obj/iphone/AntiN3Ads.dylib..unsigned" "obj/iphone/AntiN3Ads.dylib"
rm -rf "/private/var/mobile/Projects/AntiN3Ads/_"
/var/mobile/Projects/AntiN3Ads/theos/bin/fakeroot.sh -p "/private/var/mobile/Projects/AntiN3Ads/.theos/fakeroot" -c
mkdir -p "/private/var/mobile/Projects/AntiN3Ads/_"
[ -d layout ] && rsync -a "layout/" "/private/var/mobile/Projects/AntiN3Ads/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true
Making stage for tweak AntiN3Ads...
/bin/sh: -c: line 0: syntax error near unexpected token `|'
/bin/sh: -c: line 0: `echo "-x CODESIGN_ALLOCATE=codesign_allocate ldid -S" |  | cut -c1-8'
mkdir -p "/private/var/mobile/Projects/AntiN3Ads/_/Library/MobileSubstrate/DynamicLibraries/"
cp ./obj/iphone/AntiN3Ads.dylib "/private/var/mobile/Projects/AntiN3Ads/_/Library/MobileSubstrate/DynamicLibraries/"
if [ -f AntiN3Ads.plist ]; then cp AntiN3Ads.plist "/private/var/mobile/Projects/AntiN3Ads/_/Library/MobileSubstrate/DynamicLibraries/"; fi
mkdir -p "/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN"
du: cannot access `DEBIAN': No such file or directory
sed -e '/^[Vv]ersion:/d' "/private/var/mobile/Projects/AntiN3Ads/control" > "/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN/control"
echo "Version: 1.0.0-1" >> "/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN/control"
echo "Installed-Size: 200" >> "/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN/control"
COPYFILE_DISABLE=1 /var/mobile/Projects/AntiN3Ads/theos/bin/fakeroot.sh -p "/private/var/mobile/Projects/AntiN3Ads/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/Projects/AntiN3Ads/_" "./com.fuerza.antin3ads_1.0.0-1_iphoneos-arm.deb"
dpkg-deb: parse error, in file `/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN/control' near line 10 package `com.fuerza.antin3ads':
 missing version
make: *** [internal-package] Error 2

This is preventing me from finishing my tweak. Anyone know what the problem is? Thanks!

Link to comment
Share on other sites

What does your control file look like?


iPhone-7:/var/mobile/Projects/AntiN3Ads root# make package messages=yes
Making all for tweak AntiN3Ads...
/bin/sh: -c: line 0: syntax error near unexpected token `|'
/bin/sh: -c: line 0: `echo "-x CODESIGN_ALLOCATE=codesign_allocate ldid -S" |  | cut -c1-8'
make -f Makefile --no-print-directory --no-keep-going \
                internal-library-compile \
                _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=AntiN3Ads _THEOS_CURRENT_OPERATION=compile \
                THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
/bin/sh: -c: line 0: syntax error near unexpected token `|'
/bin/sh: -c: line 0: `echo "-DTARGET_IPHONE=1 -O2 -I/var/mobile/Projects/AntiN3Ads/theos/include -include /var/mobile/Projects/AntiN3Ads/theos/Prefix.pch -Wall -Werror -isysroot "/var/mobile/Projects/AntiN3Ads/theos/sdks/iPhoneOS9.3.sdk" -arch armv7 -arch armv7s -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_9_3 -miphoneos-version-min=9.3 -I/usr/include                 -c warnings=error   " |  | cut -c1-8'
/bin/sh: -c: line 0: syntax error near unexpected token `|'
/bin/sh: -c: line 0: `echo "-x CODESIGN_ALLOCATE=codesign_allocate ldid -S" |  | cut -c1-8'
/var/mobile/Projects/AntiN3Ads/theos/bin/logos.pl -c warnings=error    Tweak.xm > ./obj/iphone/Tweak.xm.mm
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
clang++ -x objective-c++ -c -I"/var/mobile/Projects/AntiN3Ads" -DTARGET_IPHONE=1 -O2 -I/var/mobile/Projects/AntiN3Ads/theos/include -include /var/mobile/Projects/AntiN3Ads/theos/Prefix.pch -Wall -Werror  -isysroot "/var/mobile/Projects/AntiN3Ads/theos/sdks/iPhoneOS9.3.sdk" -arch armv7 -arch armv7s -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_9_3 -miphoneos-version-min=9.3 -I/usr/include                 -include "logos/logos.h" ./obj/iphone/Tweak.xm.mm -o obj/iphone/Tweak.xm..o
rm ./obj/iphone/Tweak.xm.mm
clang++ -L/var/mobile/Projects/AntiN3Ads/theos/lib -lobjc -framework Foundation -framework CoreFoundation -ObjC++ -fobjc-exceptions -fobjc-call-cxx-cdtors       -lsubstrate -dynamiclib -install_name "/Library/MobileSubstrate/DynamicLibraries/AntiN3Ads.dylib"  -isysroot "/var/mobile/Projects/AntiN3Ads/theos/sdks/iPhoneOS9.3.sdk" -arch armv7 -arch armv7s -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_9_3 -miphoneos-version-min=9.3 -multiply_defined suppress -L/usr/lib   -o "obj/iphone/AntiN3Ads.dylib..unsigned" obj/iphone/Tweak.xm..o
strip -x "obj/iphone/AntiN3Ads.dylib..unsigned"
CODESIGN_ALLOCATE=codesign_allocate ldid -S "obj/iphone/AntiN3Ads.dylib..unsigned"; mv "obj/iphone/AntiN3Ads.dylib..unsigned" "obj/iphone/AntiN3Ads.dylib"
rm -rf "/private/var/mobile/Projects/AntiN3Ads/_"
/var/mobile/Projects/AntiN3Ads/theos/bin/fakeroot.sh -p "/private/var/mobile/Projects/AntiN3Ads/.theos/fakeroot" -c
mkdir -p "/private/var/mobile/Projects/AntiN3Ads/_"
[ -d layout ] && rsync -a "layout/" "/private/var/mobile/Projects/AntiN3Ads/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true
Making stage for tweak AntiN3Ads...
/bin/sh: -c: line 0: syntax error near unexpected token `|'
/bin/sh: -c: line 0: `echo "-x CODESIGN_ALLOCATE=codesign_allocate ldid -S" |  | cut -c1-8'
mkdir -p "/private/var/mobile/Projects/AntiN3Ads/_/Library/MobileSubstrate/DynamicLibraries/"
cp ./obj/iphone/AntiN3Ads.dylib "/private/var/mobile/Projects/AntiN3Ads/_/Library/MobileSubstrate/DynamicLibraries/"
if [ -f AntiN3Ads.plist ]; then cp AntiN3Ads.plist "/private/var/mobile/Projects/AntiN3Ads/_/Library/MobileSubstrate/DynamicLibraries/"; fi
mkdir -p "/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN"
du: cannot access `DEBIAN': No such file or directory
sed -e '/^[Vv]ersion:/d' "/private/var/mobile/Projects/AntiN3Ads/control" > "/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN/control"
echo "Version: 1.0.0-1" >> "/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN/control"
echo "Installed-Size: 200" >> "/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN/control"
COPYFILE_DISABLE=1 /var/mobile/Projects/AntiN3Ads/theos/bin/fakeroot.sh -p "/private/var/mobile/Projects/AntiN3Ads/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/Projects/AntiN3Ads/_" "./com.fuerza.antin3ads_1.0.0-1_iphoneos-arm.deb"
dpkg-deb: parse error, in file `/private/var/mobile/Projects/AntiN3Ads/_/DEBIAN/control' near line 10 package `com.fuerza.antin3ads':
 missing version
make: *** [internal-package] Error 2

This is preventing me from finishing my tweak. Anyone know what the problem is? Thanks!

 

What does your control file look like?

Link to comment
Share on other sites

You have an empty space inside your control file which needs removing. I'm talking about newlines also.

I think only one newline is needed at the very end or none at all. :)

What does your control file look like?

 

What does your control file look like?

Package: com.fuerza.noads4n3

Name: NoAds4N3

Depends: mobilesubstrate

Version: 1.0.0

Architecture: iphoneos-arm

Description: Removes ads.

Maintainer: Fuerza

Author: Fuerza

Section: Tweaks

Link to comment
Share on other sites

You have an empty space inside your control file which needs removing. I'm talking about newlines also.

I think only one newline is needed at the very end or none at all. :)

Is this correct? I am now able to create the .deb but once I install it, it doesn't do anything like remove the ads.

 

My Tweak.xm:

%hook ReachabilityGLAds

-(BOOL) startNotifier {

return FALSE;

}

%end

 

%hook GLAdBanner

-(id) init {

return NULL;

}

%end

 

%hook GLOfflineAdFullScreenManager

-(id) getAllEmbeddedFullScreenAds {

return NULL;

}

%end

Link to comment
Share on other sites

Is this correct? I am now able to create the .deb but once I install it, it doesn't do anything like remove the ads.

My Tweak.xm:

%hook ReachabilityGLAds

-(BOOL) startNotifier {

return FALSE;

}

%end

%hook GLAdBanner

-(id) init {

return NULL;

}

%end

%hook GLOfflineAdFullScreenManager

-(id) getAllEmbeddedFullScreenAds {

return NULL;

}

%end

Is it the same as in Flex? Everything is case sensitive.

 

Also, make sure your bundle id is correct.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Our picks

    • Escape Time v2.4.0 +4 [Unlimited Currency]
      Modded/Hacked App: Escape Time Puzzle Brain Games By WEBELINX GAMES DOO
      Bundle ID: webelinx.EscapeRoom.Free.Portrait.Game.free2
      iTunes Store Link: https://apps.apple.com/us/app/escape-time-puzzle-brain-games/id1483021623?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:
      - No Ads
      - Freeze Lives
      - Unlimited Coins
      - Freeze Minigame Timers


      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:

      • 1 reply
    • Escape Time v2.4.0 +4 [Unlimited Currency]
      Modded/Hacked App: Escape Time Puzzle Brain Games By WEBELINX GAMES DOO
      Bundle ID: webelinx.EscapeRoom.Free.Portrait.Game.free2
      iTunes Store Link: https://apps.apple.com/us/app/escape-time-puzzle-brain-games/id1483021623?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 Ads
      - Freeze Lives
      - Unlimited Coins
      - Freeze Minigame Timers


      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/


      iOS Hack Download IPA Link:

      Hidden Content
      • 0 replies
    • Tanks A Lot - 3v3 Brawls Cheats v6.501 +6
      Modded/Hacked App: Tanks A Lot - 3v3 Brawls by BoomBit, Inc.
      Bundle ID: com.boombitgames.TanksALot
      iTunes Store Link: https://apps.apple.com/us/app/tanks-a-lot-3v3-brawls/id1344713773?uo=4&at=1010lce4


      Hack Features:
      - God Mode
      - Infinite Ammo
      - No Reload
      - Speed Hacks
      - Disable Enemy Shield
      - No Skill Cooldown


      Hack Download Link: https://iosgods.com/topic/76001-arm64-tanks-a-lot-3v3-brawls-cheats-v190-6/
      • 2,001 replies
    • DEAD TRIGGER: Survival Shooter Cheats v2.1.5 +6
      Modded/Hacked App: DEAD TRIGGER: Survival Shooter By MADFINGER Games, a.s.
      Bundle ID: com.madfingergames.deadtrigger
      iTunes Store Link: https://itunes.apple.com/us/app/dead-trigger-survival-shooter/id533079551?mt=8&uo=4&at=1010lce4


      Hack Features:
      - Infinite Ammo
      - No Reload
      - Free Store (Buy Stuffs Without Money)
      - God Mode
      - One Shot
      - Aimbot
      - No Spread


      Hack Download Link: https://iosgods.com/topic/75047-arm64-dead-trigger-survival-shooter-cheats-v200-6/
      • 712 replies
    • Dragon Rider Idle v1.2.0 +3 Cheats
      Modded/Hacked App: Dragon Rider Idle By MOBIRIX
      Bundle ID: com.mobirix.edmi
      iTunes Store Link: https://apps.apple.com/us/app/dragon-rider-idle/id6450035222?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:
      - Attack Speed Multiplied
      - Never Die
      - Freeze Currencies


      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
      • 31 replies
    • Raising Sword Shield Girl - 검방녀 키우기 v1.0.37 +3 Cheats
      Modded/Hacked App: 검방녀 키우기 By CodeDragon Co., LTD.
      Bundle ID: com.studiocodedragon.projectss
      iTunes Store Link: https://apps.apple.com/kr/app/%EA%B2%80%EB%B0%A9%EB%85%80-%ED%82%A4%EC%9A%B0%EA%B8%B0/id6473782850?uo=4


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


      Hack Features:
      - Freeze Currencies
      - EXP 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
      • 23 replies
    • Three Kingdoms Dynasty Archer v1.0.90 +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
      • 36 replies
    • Levelup RPG v3.4.5 +5 Cheats
      Modded/Hacked App: Lvelup RPG By YOSHIYUKI NAKASHIMA
      Bundle ID: com.YSK.LVUP
      iTunes Store Link: https://apps.apple.com/us/app/lvelup-rpg/id1557259580?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:
      - Damage Multiplier
      - Defense Multiplier
      - Gold & Gems Multiplier
      - Drop Multiplier
      - Free iAP


      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
      • 174 replies
    • Merge Gardens v1.27.4 [ Freeze Currencies ]
      Modded/Hacked App: Merge Gardens By Futureplay
      Bundle ID: com.futureplay.mergematch
      iTunes Store Link: https://apps.apple.com/us/app/merge-gardens/id1464675244


      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:
      - add coins
      - add gems
      - add woods
      - add lives


      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
      • 151 replies
    • Pixel Archmage v1.0.4 +3 Cheats
      Modded/Hacked App: Pixel Archmage By SuperPlanet corp.
      Bundle ID: com.superplanet.archmage.global
      iTunes Store Link: https://apps.apple.com/us/app/pixel-archmage/id6479697218?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
      - Never Die
       

      Note:




      Hack tested on Rootless jailbreak So IDK If it'll work on Rootfull Jailbreak or not!!!





       


      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
      • 25 replies
    • Modern Warships Cheats v0.79.0 +7
      Modded/Hacked App: Modern Warships By Sergiy Petrov
      Bundle ID: com.Shooter.ModernWarships
      iTunes Store Link: https://apps.apple.com/us/app/modern-warships/id1541751298?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Infinite Ammo
      - No Reload
      - Freeze Boosters
      - Free Subscription?
       + 10% EXP
       + 50% Cash + Gold


      iOS Hack Download Link: https://iosgods.com/topic/146309-modern-warships-cheats-v0450-6/
      • 1,135 replies
    • June’s Journey: Hidden Objects v3.10.8 Jailed Cheats +2
      Modded/Hacked App: June’s Journey: Hidden Objects By wooga gmbh
      Bundle ID: net.wooga.junes-journey-hidden-object-mystery-game
      iTunes Store Link: https://apps.apple.com/us/app/junes-journey-hidden-objects/id1200391796?uo=4


      Hack Features:
      - Infinite Currencies
      - Instant Hint


      iOS Hack Download IPA Link: https://iosgods.com/topic/176104-june%E2%80%99s-journey-hidden-objects-v2946-jailed-cheats-2/
      • 22 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