Jump to content

Terminal Make Package Errors


Chewybacca

7 posts in this topic

Recommended Posts

Posted

Hi all, I am on an iPhone 8, iOS 12.1.

I installed theos by following the tutorial here on iOSGods, and I have all theos dependacies from Cydia. I’ve created my tweak.xm using theos and Ted2’s Mod Menu Template. Here is what I get in terminal. There are multiple errors throughout, and at the end.      

iPhone:/var/mobile root# cd /var/mobile/Documents/basketballstars/                             

iPhone:/var/mobile/Documents/basketballstars root# make package                                

> Making all for tweak basketballstars…        

==> Compiling KittyMemory/writeData.cpp (arm64)…                                               

bash: line 1: 17603 Killed: 9               ( clang++ -x c++ -c -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback

-include /var/theos/Prefix.pch -MT /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/writeData.cpp.d50a15c4.o -MMD -MP -MF "/var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/writeData.cpp.d50a15c4.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -O0 -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS11.2.sdk" -miphoneos-version-min=6.0 -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -fobjc-arc -DDEBUG -O0 -DTHEOS_INSTANCE_NAME="\"basketballstars\"" -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -arch arm64 -std=c++11 -fno-rtti -fno-exceptions -DNDEBUG KittyMemory/writeData.cpp -o /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/writeData.cpp.d50a15c4.o )                                             

make[3]: *** [/var/theos/makefiles/instance/rules.mk:235: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/writeData.cpp.d50a15c4.o] Error 137                         

make[3]: *** Waiting for unfinished jobs....   

==> Compiling SCLAlertView/SCLAlertViewResponder.m (arm64)…                                    

bash: line 1: 17607 Killed: 9               ( clang++ -x objective-c -c -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback -include /var/theos/Prefix.pch -MT /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLAlertViewResponder.m.d50a15c4.o -MMD -MP -MF "/var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLAlertViewResponder.m.d50a15c4.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -O0 -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS11.2.sdk"

-miphoneos-version-min=6.0 -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -fobjc-arc -DDEBUG -O0 -DTHEOS_INSTANCE_NAME="\"basketballstars\"" -fmodules -fcxx-modules -fmodule-name=basketballstars

-fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -arch arm64 -std=c99 SCLAlertView/SCLAlertViewResponder.m

-o /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLAlertViewResponder.m.d50a15c4.o )                              

make[3]: *** [/var/theos/makefiles/instance/rules.mk:191: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLAlertViewResponder.m.d50a15c4.o] Error 137              

==> Compiling KittyMemory/MemoryPatch.cpp (arm64)…                                             

bash: line 1: 17606 Killed: 9               ( clang++ -x c++ -c -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback

-include /var/theos/Prefix.pch -MT /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/MemoryPatch.cpp.d50a15c4.o -MMD -MP

-MF "/var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/MemoryPatch.cpp.d50a15c4.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -O0 -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS11.2.sdk" -miphoneos-version-min=6.0 -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -fobjc-arc -DDEBUG -O0 -DTHEOS_INSTANCE_NAME="\"basketballstars\"" -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -arch arm64 -std=c++11 -fno-rtti -fno-exceptions -DNDEBUG KittyMemory/MemoryPatch.cpp -o /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/MemoryPatch.cpp.d50a15c4.o )                                     

make[3]: *** [/var/theos/makefiles/instance/rules.mk:235: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/MemoryPatch.cpp.d50a15c4.o] Error 137                       

==> Compiling SCLAlertView/SCLButton.m (arm64)…

bash: line 1: 17609 Killed: 9               ( clang++ -x objective-c -c -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback -include /var/theos/Prefix.pch -MT /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLButton.m.d50a15c4.o -MMD -MP -MF "/var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLButton.m.d50a15c4.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -O0 -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS11.2.sdk" -miphoneos-version-min=6.0 -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -fobjc-arc -DDEBUG -O0 -DTHEOS_INSTANCE_NAME="\"basketballstars\"" -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -arch arm64 -std=c99 SCLAlertView/SCLButton.m -o /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLButton.m.d50a15c4.o )                              

make[3]: *** [/var/theos/makefiles/instance/rules.mk:191: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLButton.m.d50a15c4.o] Error 137                          

==> Preprocessing Tweak.xm…                    

Can't locate Logos/Util.pm in @INC (you may need to install the Logos::Util module) (@INC contains: /private/var/theos/bin/lib /usr/lib/perl5/site_perl/5.28.0/aarch64-darwin /usr/lib/perl5/site_perl/5.28.0 /usr/lib/perl5/5.28.0 /usr/share/perl5 /usr/lib/perl5/5.28.0/aarch64-darwin .) at

/var/theos/bin/logos.pl line 17.               

BEGIN failed--compilation aborted at /var/theos/bin/logos.pl line 17.                          

make[3]: *** [/var/theos/makefiles/instance/rules.mk:264: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/Tweak.xm.mm] Error 2    

==> Compiling KittyMemory/KittyMemory.cpp (arm64)…                                             

rm /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/Tweak.xm.mm                    

make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/basketballstars.dylib] Error 2                                         

make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2      

make: *** [/var/theos/makefiles/master/rules.mk:111: basketballstars.all.tweak.variables] Error

2                                              

iPhone:/var/mobile/Documents/basketballstars root# 

 

 

                                               

                                               

                   

Posted
10 hours ago, Chewybacca said:

Hi all, I am on an iPhone 8, iOS 12.1.

I installed theos by following the tutorial here on iOSGods, and I have all theos dependacies from Cydia. I’ve created my tweak.xm using theos and Ted2’s Mod Menu Template. Here is what I get in terminal. There are multiple errors throughout, and at the end.      

iPhone:/var/mobile root# cd /var/mobile/Documents/basketballstars/                             

iPhone:/var/mobile/Documents/basketballstars root# make package                                

> Making all for tweak basketballstars…        

==> Compiling KittyMemory/writeData.cpp (arm64)…                                               

bash: line 1: 17603 Killed: 9               ( clang++ -x c++ -c -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback

-include /var/theos/Prefix.pch -MT /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/writeData.cpp.d50a15c4.o -MMD -MP -MF "/var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/writeData.cpp.d50a15c4.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -O0 -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS11.2.sdk" -miphoneos-version-min=6.0 -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -fobjc-arc -DDEBUG -O0 -DTHEOS_INSTANCE_NAME="\"basketballstars\"" -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -arch arm64 -std=c++11 -fno-rtti -fno-exceptions -DNDEBUG KittyMemory/writeData.cpp -o /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/writeData.cpp.d50a15c4.o )                                             

make[3]: *** [/var/theos/makefiles/instance/rules.mk:235: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/writeData.cpp.d50a15c4.o] Error 137                         

make[3]: *** Waiting for unfinished jobs....   

==> Compiling SCLAlertView/SCLAlertViewResponder.m (arm64)…                                    

bash: line 1: 17607 Killed: 9               ( clang++ -x objective-c -c -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback -include /var/theos/Prefix.pch -MT /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLAlertViewResponder.m.d50a15c4.o -MMD -MP -MF "/var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLAlertViewResponder.m.d50a15c4.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -O0 -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS11.2.sdk"

-miphoneos-version-min=6.0 -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -fobjc-arc -DDEBUG -O0 -DTHEOS_INSTANCE_NAME="\"basketballstars\"" -fmodules -fcxx-modules -fmodule-name=basketballstars

-fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -arch arm64 -std=c99 SCLAlertView/SCLAlertViewResponder.m

-o /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLAlertViewResponder.m.d50a15c4.o )                              

make[3]: *** [/var/theos/makefiles/instance/rules.mk:191: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLAlertViewResponder.m.d50a15c4.o] Error 137              

==> Compiling KittyMemory/MemoryPatch.cpp (arm64)…                                             

bash: line 1: 17606 Killed: 9               ( clang++ -x c++ -c -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback

-include /var/theos/Prefix.pch -MT /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/MemoryPatch.cpp.d50a15c4.o -MMD -MP

-MF "/var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/MemoryPatch.cpp.d50a15c4.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -O0 -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS11.2.sdk" -miphoneos-version-min=6.0 -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -fobjc-arc -DDEBUG -O0 -DTHEOS_INSTANCE_NAME="\"basketballstars\"" -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -arch arm64 -std=c++11 -fno-rtti -fno-exceptions -DNDEBUG KittyMemory/MemoryPatch.cpp -o /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/MemoryPatch.cpp.d50a15c4.o )                                     

make[3]: *** [/var/theos/makefiles/instance/rules.mk:235: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/MemoryPatch.cpp.d50a15c4.o] Error 137                       

==> Compiling SCLAlertView/SCLButton.m (arm64)…

bash: line 1: 17609 Killed: 9               ( clang++ -x objective-c -c -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback -include /var/theos/Prefix.pch -MT /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLButton.m.d50a15c4.o -MMD -MP -MF "/var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLButton.m.d50a15c4.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -O0 -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS11.2.sdk" -miphoneos-version-min=6.0 -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -fobjc-arc -DDEBUG -O0 -DTHEOS_INSTANCE_NAME="\"basketballstars\"" -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -arch arm64 -std=c99 SCLAlertView/SCLButton.m -o /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLButton.m.d50a15c4.o )                              

make[3]: *** [/var/theos/makefiles/instance/rules.mk:191: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLButton.m.d50a15c4.o] Error 137                          

==> Preprocessing Tweak.xm…                    

Can't locate Logos/Util.pm in @INC (you may need to install the Logos::Util module) (@INC contains: /private/var/theos/bin/lib /usr/lib/perl5/site_perl/5.28.0/aarch64-darwin /usr/lib/perl5/site_perl/5.28.0 /usr/lib/perl5/5.28.0 /usr/share/perl5 /usr/lib/perl5/5.28.0/aarch64-darwin .) at

/var/theos/bin/logos.pl line 17.               

BEGIN failed--compilation aborted at /var/theos/bin/logos.pl line 17.                          

make[3]: *** [/var/theos/makefiles/instance/rules.mk:264: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/Tweak.xm.mm] Error 2    

==> Compiling KittyMemory/KittyMemory.cpp (arm64)…                                             

rm /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/Tweak.xm.mm                    

make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/basketballstars.dylib] Error 2                                         

make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2      

make: *** [/var/theos/makefiles/master/rules.mk:111: basketballstars.all.tweak.variables] Error

2                                              

iPhone:/var/mobile/Documents/basketballstars root# 

 

 

                                               

                                               

                   

Do you have Perl installed?

Posted
On 11/4/2019 at 4:05 AM, Chewybacca said:

Can't locate Logos/Util.pm in @INC (you may need to install the Logos::Util module) (@INC contains: /private/var/theos/bin/lib /usr/lib/perl5/site_perl/5.28.0/aarch64-darwin /usr/lib/perl5/site_perl/5.28.0 /usr/lib/perl5/5.28.0 /usr/share/perl5 /usr/lib/perl5/5.28.0/aarch64-darwin .) at

How did you install theos? Seems like the installation is not proper or you are missing dependencies.

Posted
2 hours ago, DADi said:

How did you install theos? Seems like the installation is not proper or you are missing dependencies.

I believe I had it improperly as you said, so I reinstalled it step by step, and it seems I fixed the issue. thanks! 🙂 

Archived

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

  • Our picks

    • Zombie Fortress: Trap Defense v0.8.0 [+6 Jailed Cheats]
      Modded/Hacked App: Zombie Fortress: Trap Defense By SayGames LTD
      Bundle ID: com.nlabsoft.zombiecrusher.s
      App Store Link: https://apps.apple.com/us/app/zombie-fortress-trap-defense/id6747713523?uo=4



      🤩 Hack Features

      - Add Cash
      - Add Diamond
      - Add Energy
      - Add Parts
      - Never Die
      - Add Battle Gold (Enable inside battle)
        • Winner
      • 3 replies
    • Zombie Fortress: Trap Defense v0.8.0 [+6 Cheats]
      Modded/Hacked App: Zombie Fortress: Trap Defense By SayGames LTD
      Bundle ID: com.nlabsoft.zombiecrusher.s
      App Store Link: https://apps.apple.com/us/app/zombie-fortress-trap-defense/id6747713523?uo=4



      🤩 Hack Features

      - Add Cash
      - Add Diamond
      - Add Energy
      - Add Parts
      - Never Die
      - Add Battle Gold (Enable inside battle)
        • Winner
      • 1 reply
    • Heroes Crew: Strategy Defense v1.1.5 [+6 Cheats]
      Modded/Hacked App: Heroes Crew: Strategy Defense By AlohaFactory
      Bundle ID: com.overdogs.heroes
      App Store Link: https://apps.apple.com/us/app/heroes-crew-strategy-defense/id6744350078?uo=4



      🤩 Hack Features

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



      🤩 Hack Features

      - Add Currency
      - Unlimited Items
      - Unlimited Property (Heroes, Relic etc)
      - Activate VVip (Use after tutorial and only in main menu)
      - Activate Premium Hunt Pass (Use after tutorial and only in main menu)
      - Unlimited Battle Currency (Always Will Increase)
        • Informative
        • Agree
        • Winner
        • Like
      • 15 replies
    • Candy Pop Story : Match 3 v1.23.0722 [ +3 Cheats ] Auto Win
      Modded/Hacked App: Candy Pop Story : Match 3 By F.O.G LIMITED
      Bundle ID: com.gamoper.candysweetstory.ios
      App Store Link: https://apps.apple.com/us/app/candy-pop-story-match-3/id6670773988?uo=4


      🤩 Hack Features

      - Auto Win
      - Coins
      - Moves
      -
        • Thanks
      • 6 replies
    • Candy Pop Story : Match 3 v1.23.0722 [ +3 Jailed ] Auto Win
      Modded/Hacked App: Candy Pop Story : Match 3 By F.O.G LIMITED
      Bundle ID: com.gamoper.candysweetstory.ios
      App Store Link: https://apps.apple.com/us/app/candy-pop-story-match-3/id6670773988?uo=4
       

      🤩 Hack Features

      - Auto Win
      - Coins
      - Moves
        • Winner
        • Like
      • 6 replies
    • Boom Castle Tower Defense TD v1.5.2 [ +7 Jailed ] Easy Win
      Modded/Hacked App: Boom Castle: Tower Defense TD By Terahype s.r.o.
      Bundle ID: castle.heroes.tower.defense.kingdom.magic.battle.archer
      iTunes Store Link: https://apps.apple.com/us/app/boom-castle-tower-defense-td/id6502820312?uo=4


      Hack Features:

      - Enemy Status [ HP DEF ]

      - Base HP 

      - Battle Cost 0 

      - Stage Unlocked [ Play Any Stage ]

      - Battle Pass Unlocked 

      - Battle Pass Claim Unlimited [ Gems Gold ]

      - iGG Speed Hack Max 0 - 10 [ Skill CD - ATK Speed - Animation Speed - Wave Faster ]


      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/
        • Informative
        • Agree
        • Winner
        • Like
      • 48 replies
    • Boom Castle Tower Defense TD v1.5.2 [ +7 Cheats ] Easy Win
      Modded/Hacked App: Boom Castle: Tower Defense TD By Terahype s.r.o.
      Bundle ID: castle.heroes.tower.defense.kingdom.magic.battle.archer
      iTunes Store Link: https://apps.apple.com/us/app/boom-castle-tower-defense-td/id6502820312?uo=4


      Hack Features:
      - Enemy Status [ HP DEF ]

      - Base HP 

      - Battle Cost 0 

      -  Stage Unlocked [ Play Any Stage ]

      - Battle Pass Unlocked 

      - Battle Pass Claim Unlimited [ Gems Gold ]

      - iGG Speed Hack Max 0 - 10 [ Skill CD - ATK Speed - Animation Speed - Wave Faster ] 


      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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 52 replies
    • Zombie Infinity v1.9.1 [ +5 Cheats ] Currency Max
      Modded/Hacked App: Zombie Infinity By kamasu.jp Inc.
      Bundle ID: jp.kamasu.oread
      App Store Link: https://apps.apple.com/ph/app/zombie-infinity/id6736433765?uo=4


      🤩 Hack Features

      - ADS Pass

      - Energy Pass

      - Premium Pass

      - Currency

      - Hero Status [ HP - DMG ]
        • Thanks
        • Like
      • 4 replies
    • Zombie Infinity v1.9.1 [ +5 Jailed ] Currency Max
      Modded/Hacked App: Zombie Infinity By kamasu.jp Inc.
      Bundle ID: jp.kamasu.oread
      App Store Link: https://apps.apple.com/ph/app/zombie-infinity/id6736433765?uo=4


      🤩 Hack Features

      - ADS Pass

      - Energy Pass

      - Premium Pass

      - Currency

      - Hero Status [ HP - DMG ]
        • Like
      • 3 replies
    • Alien Survivor: Survival Arena v1.40.0 [ +7 Cheats ] Currency Max
      Modded/Hacked App: Alien Survivor: Survival Arena By IMPONILOX LIMITED
      Bundle ID: world.playme.x
      iTunes Store Link: https://apps.apple.com/us/app/alien-survivor-survival-arena/id1669761844?uo=4
       

      🚀 Hack Features

      - ADS NO [ Rewards Free ]

      - Gems [ Achievements Rewards Only One Get ]

      - Energy [ Just Buy ]

      - HP [ Just Equip & Unequip ]

      - ATK [ Just Equip & Unequip ]

      - DEF [ Just Equip & Unequip ]

      - Skill CD [ First Get Then Use ]


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/forum/79-no-jailbreak-section/
      🤖 Modded Android APK(s): https://iosgods.com/forum/68-android-section/
        • Informative
        • Agree
        • Haha
        • Winner
        • Like
      • 19 replies
    • Alien Survivor: Survival Arena v1.40.0 [ +7 Jailed ] Currency Max
      Modded/Hacked App: Alien Survivor: Survival Arena By IMPONILOX LIMITED
      Bundle ID: world.playme.x
      iTunes Store Link: https://apps.apple.com/us/app/alien-survivor-survival-arena/id1669761844?uo=4


      🚀 Hack Features

      - ADS NO [ Rewards Free ]

      - Gems [ Achievements Rewards Only One Get ]

      - Energy [ Just Buy ]

      - HP [ Just Equip & Unequip ]

      - ATK [ Just Equip & Unequip ]

      - DEF [ Just Equip & Unequip ]

      - Skill CD [ First Get Then Use ]


      🍏 Jailbreak iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 32 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