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

    • Nom Nom Town: Restaurant Game +6 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Nom Nom Town: Restaurant Game By Zero One Games d.o.o.
      Bundle ID: games.zero1.chefmaster
      App Store Link: https://apps.apple.com/us/app/nom-nom-town-restaurant-game/id6737042439?uo=4

       

      🤩 Hack Features

      - Add Coins -> Head into Settings and toggle the Support button.*
      - Add Gems -> Head into Settings and toggle the Support button. *
      - Add Skipits -> Head into Settings and toggle the Support button.*
      - Add Energy -> Head into Settings and toggle the Support button.*
      - Unlimited Coins -> Will increase instead of decrease.
      - Unlimited Gems -> Will increase instead of decrease.

      * - Only enable 1 feature at a time.
      • 0 replies
    • Midnight Dreamers | Novels +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Midnight Dreamers | Novels By Valeriia Saveleva
      Bundle ID: com.ArcaneChronicles.MidnightDreamers
      App Store Link: https://apps.apple.com/us/app/midnight-dreamers-novels/id6739806903?uo=4

       
       

      🤩 Hack Features

      - Unlimited Gems -> Earn some.
      - Unlimited Keys -> Spend some.
        • Thanks
      • 24 replies
    • Pop Island v1.5.6 [ +1 Cheats ] Coins Max
      Modded/Hacked App: Pop Island By HISTAR INTERACTIVE PTE. LTD.
      Bundle ID: com.hmbdgames.match
      iTunes Store Link: https://apps.apple.com/us/app/pop-island/id6505047210?uo=4


      🤩 Hack Features

      - Coins [ Win Match Disable After Hack ]


      • 40 replies
    • Pop Island v1.5.6 [ +1 Jailed ] Coins Max
      Modded/Hacked App: Pop Island By HISTAR INTERACTIVE PTE. LTD.
      Bundle ID: com.hmbdgames.match
      iTunes Store Link: https://apps.apple.com/us/app/pop-island/id6505047210?uo=4


      🤩 Hack Features

      - Coins [ Win Match Disable After Hack ]


      • 43 replies
    • Magic Rivals: Match & Fight v1.0.9 [ +3 Jailed ] ADS NO
      Modded/Hacked App: Magic Rivals: Match & Fight By BFA SIA
      Bundle ID: com.bfa.magicrivals
      App Store Link: https://apps.apple.com/us/app/magic-rivals-match-fight/id6751235127?uo=4

      🤩 Hack Features

      - ADS NO / Rewards Free
      - HP Max
      - ATK MAX
      • 7 replies
    • Magic Rivals: Match & Fight v1.0.9 [ +3 Cheats ] ADS NO
      Modded/Hacked App: Magic Rivals: Match & Fight By BFA SIA
      Bundle ID: com.bfa.magicrivals
      App Store Link: https://apps.apple.com/us/app/magic-rivals-match-fight/id6751235127?uo=4

      🤩 Hack Features

      - ADS NO / Rewards Free
      - HP Max
      - ATK MAX
      • 7 replies
    • Paradise Paws: Merge Animals v1.1.1 [ +12 Cheats ] Currency Max
      Modded/Hacked App: Animal Sanctuary By Wildlife Studios, Inc
      Bundle ID: com.wildlifestudios.merge.animal.sanctuary
      App Store Link: https://apps.apple.com/us/app/animal-sanctuary/id6741805691?uo=4
       

      🤩 Hack Features

      - Gems

      - Coins

      - Heart

      - Spin

      - LvL

      - Exp

      - Fog Auto Remove [ Linked With LvL ]

      - Premum Lands Unlocked [ Just Tap ]

      - Store Free [ IAP Not ]

      Note:- Game Close After Currency Hack Don't Worry
        • Agree
      • 52 replies
    • Paradise Paws: Merge Animals v1.1.1 [ +12 Jailed ] Currency Max
      Modded/Hacked App: Animal Sanctuary By Wildlife Studios, Inc
      Bundle ID: com.wildlifestudios.merge.animal.sanctuary
      App Store Link: https://apps.apple.com/us/app/animal-sanctuary/id6741805691?uo=4


      🤩 Hack Features

      - Gems

      - Coins

      - Heart

      - Spin

      - LvL

      - Exp

      - Fog Auto Remove [ Linked With LvL ]

      - Premum Lands Unlocked [ Just Tap ]

      - Store Free [ IAP Not ]

      Note:- Game Close After Currency Hack Don't Worry
      • 72 replies
    • Swamp Attack 2 v1.1.5 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Swamp Attack 2 By Voodoo
      Bundle ID: com.hyperdotstudios.swampattack2
      iTunes Store Link: https://apps.apple.com/us/app/swamp-attack-2/id1531686083?uo=4


      Hack Features:
      - Gems
      - Gold
      - Ammo
      - Monster ATK No


      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/
      • 48 replies
    • Swamp Attack 2 v1.1.5 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Swamp Attack 2 By Voodoo
      Bundle ID: com.hyperdotstudios.swampattack2
      iTunes Store Link: https://apps.apple.com/us/app/swamp-attack-2/id1531686083?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:

      - Gems

      - Gold
      - Ammo
      - Monster ATK No


      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/
      • 61 replies
    • Soccer Dynasty: Club Manager v1.0.54 [ +15 Cheats ] Currency Max
      Modded/Hacked App: Soccer Dynasty: Club Manager By KONG SOFTWARE JOINT STOCK COMPANY
      Bundle ID: com.kongsoftware.kickpfm
      App Store Link: https://apps.apple.com/us/app/soccer-dynasty-club-manager/id6465972774?uo=4


      🤩 Hack Features

      - ADS NO [ Rewards Free ]

      - Gold

      - Cash

      - Energy

      - Standard Scout

      - Silver Scout

      - Gold Scout

      - Platinum Scout

      - Tactic Book

      - Chemistry Point

      - FW Exp

      - MF Exp

      - DF Exp

      - GK Exp

      - Ticket [ Buy With Gold ]

      Note:- Don"t Abuse Hack Incase Banned
      • 19 replies
    • Soccer Dynasty: Club Manager v1.0.54 [ +15 Jailed ] Currency Max
      Modded/Hacked App: Soccer Dynasty: Club Manager By KONG SOFTWARE JOINT STOCK COMPANY
      Bundle ID: com.kongsoftware.kickpfm
      App Store Link: https://apps.apple.com/us/app/soccer-dynasty-club-manager/id6465972774?uo=4


      🤩 Hack Features

      - ADS NO [ Rewards Free ]

      - Gold

      - Cash

      - Energy

      - Standard Scout

      - Silver Scout

      - Gold Scout

      - Platinum Scout

      - Tactic Book

      - Chemistry Point

      - FW Exp

      - MF Exp

      - DF Exp

      - GK Exp

      - Ticket [ Buy With Gold ]

      Note:- Don"t Abuse Hack Incase Banned
      • 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