Jump to content

3 posts in this topic

Recommended Posts

Posted

ย 

ย 

Hello,ย 

i try to make a project with theย IOSGods Tweak Patcher 3.0 but get the error:

ย 

iPhone:~/neuu root# make package
Making all for tweak neuu...
ย Linking tweak neuu...
ld: file too small (length=13) file '/var/root/neuu/theos/sdks/iPhoneOS9.3.sdk/usr/lib/libobjc.tbd' for architecture armv7
clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [obj/neuu.dylib.64873355.unsigned] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [neuu.all.tweak.variables] Error 2

ย 

How can i fix that?

ย 

Posted

It seems like you need to reinstall theos from the official GitHub page.

Posted

after following the official tutorial (https://github.com/theos/theos/wiki/Installation-iOS) i get lots of errors:


iPhone:~/ooo root# make
> Making all for tweak oooโ€ฆ
==> Compiling Tweak.xm (armv7)โ€ฆ
While building module 'Foundation' imported from /var/root/theos/Prefix.pch:11:
While building module 'CoreFoundation' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
In file included from <module-includes>:185:
/var/root/theos/sdks/iPhoneOS9.3.sdk/usr/include/pthread.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread.h
^
/var/root/theos/sdks/iPhoneOS9.3.sdk/usr/include/sys/_pthread/_pthread_t.h:30:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย ^
While building module 'Foundation' imported from /var/root/theos/Prefix.pch:11:
While building module 'CoreFoundation' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
In file included from <module-includes>:185:
/var/root/theos/sdks/iPhoneOS9.3.sdk/usr/include/pthread.h:1:8: error: expected unqualified-id
pthread/pthread.h
ย  ย  ย  ย ^
While building module 'Foundation' imported from /var/root/theos/Prefix.pch:11:
While building module 'CoreFoundation' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
In file included from <module-includes>:188:
/var/root/theos/sdks/iPhoneOS9.3.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_impl.h
^
/var/root/theos/sdks/iPhoneOS9.3.sdk/usr/include/sys/_pthread/_pthread_t.h:30:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย ^
While building module 'Foundation' imported from /var/root/theos/Prefix.pch:11:
While building module 'CoreFoundation' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
In file included from <module-includes>:188:
/var/root/theos/sdks/iPhoneOS9.3.sdk/usr/include/pthread_impl.h:1:8: error: expected unqualified-id
pthread/pthread_impl.h
ย  ย  ย  ย ^
While building module 'Foundation' imported from /var/root/theos/Prefix.pch:11:
While building module 'CoreFoundation' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
In file included from <module-includes>:194:
/var/root/theos/sdks/iPhoneOS9.3.sdk/usr/include/pthread_spis.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/pthread_spis.h
^
/var/root/theos/sdks/iPhoneOS9.3.sdk/usr/include/sys/_pthread/_pthread_t.h:30:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย ^
While building module 'Foundation' imported from /var/root/theos/Prefix.pch:11:
While building module 'CoreFoundation' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
In file included from <module-includes>:194:
/var/root/theos/sdks/iPhoneOS9.3.sdk/usr/include/pthread_spis.h:1:8: error: expected unqualified-id
pthread/pthread_spis.h
ย  ย  ย  ย ^
While building module 'Foundation' imported from /var/root/theos/Prefix.pch:11:
While building module 'CoreFoundation' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
In file included from <module-includes>:203:
/var/root/theos/sdks/iPhoneOS9.3.sdk/usr/include/sched.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
pthread/sched.h
^
/var/root/theos/sdks/iPhoneOS9.3.sdk/usr/include/sys/_pthread/_pthread_t.h:30:28: note: 'pthread_t' declared here
typedef __darwin_pthread_t pthread_t;
ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย  ย ^
While building module 'Foundation' imported from /var/root/theos/Prefix.pch:11:
While building module 'CoreFoundation' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
In file included from <module-includes>:203:
/var/root/theos/sdks/iPhoneOS9.3.sdk/usr/include/sched.h:1:8: error: expected unqualified-id
pthread/sched.h
ย  ย  ย  ย ^
While building module 'Foundation' imported from /var/root/theos/Prefix.pch:11:
While building module 'CoreFoundation' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In file included from <module-includes>:2:
/var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:10: fatal error: could not build module 'Darwin'
#include <sys/types.h>
ย ~~~~~~~~^
While building module 'Foundation' imported from /var/root/theos/Prefix.pch:11:
In file included from <module-includes>:2:
/var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: fatal error: could not build module 'CoreFoundation'
#include <CoreFoundation/CoreFoundation.h>
ย ~~~~~~~~^
While building module 'Foundation' imported from /var/root/theos/Prefix.pch:11:
While building module 'ObjectiveC' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:6:
In file included from <module-includes>:2:
/var/root/theos/sdks/iPhoneOS9.3.sdk/usr/include/objc/./NSObjCRuntime.h:8:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
ย ~~~~~~~~^
While building module 'Foundation' imported from /var/root/theos/Prefix.pch:11:
While building module 'Dispatch' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h:6:
In file included from <module-includes>:2:
/var/root/theos/sdks/iPhoneOS9.3.sdk/usr/include/dispatch/dispatch.h:25:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
ย ~~~~~~~~^
While building module 'Foundation' imported from /var/root/theos/Prefix.pch:11:
While building module 'Dispatch' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h:6:
While building module 'os' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/usr/include/dispatch/dispatch.h:48:
In file included from <module-includes>:2:
/var/root/theos/sdks/iPhoneOS9.3.sdk/usr/include/os/base.h:24:10: fatal error: could not build module 'Darwin'
#include <sys/cdefs.h>
ย ~~~~~~~~^
While building module 'Foundation' imported from /var/root/theos/Prefix.pch:11:
While building module 'Security' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:9:
In file included from <module-includes>:2:
In file included from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:24:
/var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h:32:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
ย ~~~~~~~~^
In file included from <built-in>:1:
/var/root/theos/Prefix.pch:11:11: fatal error: could not build module 'Foundation'
ย  ย  ย  ย  ย  ย  ย  ย  #import <Foundation/Foundation.h>
ย  ย  ย  ย  ย  ย  ย  ย  ย ~~~~~~~^
While building module 'UIKit' imported from /var/root/theos/Prefix.pch:20:
In file included from <module-includes>:2:
In file included from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
/var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKitDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
ย ~~~~~~~^
While building module 'UIKit' imported from /var/root/theos/Prefix.pch:20:
While building module 'CoreGraphics' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:8:
In file included from <module-includes>:2:
In file included from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:8:
/var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBase.h:8:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
ย ~~~~~~~~^
While building module 'UIKit' imported from /var/root/theos/Prefix.pch:20:
While building module 'CoreImage' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
In file included from <module-includes>:2:
In file included from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h:8:
/var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImageDefines.h:10:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
ย ~~~~~~~~^
While building module 'UIKit' imported from /var/root/theos/Prefix.pch:20:
While building module 'CoreImage' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
While building module 'CoreVideo' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
In file included from <module-includes>:2:
/var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:16:10: fatal error: could not build module 'Darwin'
#include <TargetConditionals.h>
ย ~~~~~~~~^
While building module 'UIKit' imported from /var/root/theos/Prefix.pch:20:
While building module 'CoreText' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSText.h:10:
In file included from <module-includes>:2:
In file included from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h:20:
/var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTDefines.h:12:10: fatal error: could not build module 'Darwin'
#include <Availability.h>
ย ~~~~~~~~^
While building module 'UIKit' imported from /var/root/theos/Prefix.pch:20:
While building module 'QuartzCore' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:11:
In file included from <module-includes>:2:
In file included from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:6:
In file included from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:6:
In file included from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTiming.h:6:
/var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CABase.h:11:10: fatal error: could not build module 'Darwin'
#include <stdbool.h>
ย ~~~~~~~~^
While building module 'UIKit' imported from /var/root/theos/Prefix.pch:20:
While building module 'QuartzCore' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:11:
While building module 'OpenGLES' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEAGLLayer.h:7:
In file included from <module-includes>:2:
/var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h:8:10: fatal error: could not build module 'Foundation'
#include <Foundation/Foundation.h>
ย ~~~~~~~~^
While building module 'UIKit' imported from /var/root/theos/Prefix.pch:20:
While building module 'QuartzCore' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:11:
While building module 'Metal' imported from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
In file included from <module-includes>:2:
In file included from /var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h:8:
/var/root/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDefines.h:8:9: fatal error: could not build module 'Darwin'
#import <Availability.h>
ย ~~~~~~~^
While building module 'MachO' imported from /var/root/theos/include/substrate.h:29:
In file included from <module-includes>:2:
/var/root/theos/sdks/iPhoneOS9.3.sdk/usr/include/mach-o/arch.h:32:10: fatal error: could not build module 'Darwin'
#include <stdint.h>
ย ~~~~~~~~^
24 errors generated.
make[3]: *** [/var/root/ooo/.theos/obj/armv7/Tweak.xm.503355ac.o] Error 1
make[2]: *** [/var/root/ooo/.theos/obj/armv7/ooo.dylib] Error 2
make[1]: *** [internal-library-all_] Error 2
make: *** [ooo.all.tweak.variables] Error 2
ย 

ย 

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

    • Chaos Road: 3D Car Racing Game v5.18.6 [ +3 Jailed ] Currency Max
      Modded/Hacked App: Chaos Road: 3D Car Racing Game By Supercharge Mobile Corp.
      Bundle ID: com.Zeeppo.ChaosRoad
      iTunes Store Link: https://apps.apple.com/us/app/chaos-road-3d-car-racing-game/id1471023434?uo=4

      Hack Features:
      - Gems
      - Gold
      - ViP Activeย 
      -ย 
        • Informative
        • Agree
        • Like
      • 35 replies
    • Chaos Road: 3D Car Racing Game v5.18.6 [ +3 Cheats ] Currency Max
      Modded/Hacked App: Chaos Road: 3D Car Racing Game By Supercharge Mobile Corp.
      Bundle ID: com.Zeeppo.ChaosRoad
      iTunes Store Link: https://apps.apple.com/us/app/chaos-road-3d-car-racing-game/id1471023434?uo=4

      Hack Features:
      - Gems
      - Gold
      - ViP Active
      -ย 
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 24 replies
    • Medieval Defense & Conquest 2 v260605.52 [ +6 APK MOD ] Currency Max
      Mod APK Game Name:ย Medieval Defense & Conquest 2
      Rooted Device: Not Required.
      Google Play Store Link:ย https://play.google.com/store/apps/details?id=com.brusgames.medievaldefenseconquest2&hl=en

      ย 

      ๐Ÿคฉย Hack Features

      - Unlimited Gems
      -ย Unlimited Gold
      - ViP Active
      - ADS NO Active
      -ย Double Wave Rewards Active
      -ย Auto Wall Repair

      ย 

      โฌ‡๏ธย Android Mod APKย Download Link


      Hidden Content

      iOSGods App for Android







      ย 

      ๐Ÿ“–ย Android Installation Instructions

      STEP 1:ย Download the modded APK file from the link above using your preferred Android browser or download manager.
      STEP 2:ย Once the download is complete, open your file manager and locate the downloaded .apk file (usually in the Downloads folder).
      STEP 3:ย Tap the APK file, then select Install. If prompted, enable Install from Unknown Sources in your device settings.
      STEP 3A:ย If the mod includes an OBB file, extract it if itโ€™s inside an archive. Then move the folder to: /Android/obb/
      STEP 3B:ย If the mod includes a DATA file, extract it if itโ€™s archived. Then move the folder to: /Android/data/
      STEP 4:ย Once installed, open the game and toggle your desired cheats & features through the APK mod menu. Enjoy!

      ย 

      NOTE:ย If you have any questions or issues, readย ourย Frequently Asked Questionsย topic. If you still need help, post your issue below and weโ€™ll assist you as soon as possible. If the mod works for you, please share your feedback to help other members!

      ย 

      ๐Ÿ™Œย Credits

      - IK_IK

      ย 

      ๐Ÿ“ทย Cheat Video/Screenshots

      N/A

      ย 

      ย iOS & iPadOS App Hacks
      If youโ€™re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacksย or the iOSGods Appย for a variety of modded games and apps for non-jailbroken iOS devices.
      • 0 replies
    • Medieval Defense & Conquest 2 v260604.51 [ +6 Jailed ] Currency Max
      Modded/Hacked App: Medieval Defense & Conquest 2 By Vojtech Jesatko
      Bundle ID: com.brusgames.medievaldefenseconquest2
      App Store Link: https://apps.apple.com/us/app/medieval-defense-conquest-2/id6754027660?uo=4

      ๐Ÿคฉย Hack Features

      - Unlimited Gems
      -ย Unlimited Gold
      - ViP Active
      - ADS NO Active
      -ย Double Wave Rewards Active
      -ย Auto Wall Repair
        • Agree
        • Winner
        • Like
      • 5 replies
    • Medieval Defense & Conquest 2 v260604.51 [ +6 Cheats ] Currency Max
      Modded/Hacked App: Medieval Defense & Conquest 2 By Vojtech Jesatko
      Bundle ID: com.brusgames.medievaldefenseconquest2
      App Store Link: https://apps.apple.com/us/app/medieval-defense-conquest-2/id6754027660?uo=4

      ๐Ÿคฉย Hack Features

      - Unlimited Gems
      -ย Unlimited Gold
      - ViP Active
      - ADS NO Active
      -ย Double Wave Rewards Active
      -ย Auto Wall Repair
        • Agree
        • Winner
        • Like
      • 3 replies
    • Shadow Survival Vampire game v1.8.9 [ +5 Cheats ] OHK
      Modded/Hacked App: Shadow Survival: Vampire game By AlohaFactory
      Bundle ID: com.LiberalDust.DarkSurvival2
      iTunes Store Link: https://apps.apple.com/us/app/shadow-survival-vampire-game/id6467580965?uo=4


      Hack Features:
      - Anti-Cheat

      - Skill Cooldown

      - Damage

      - Good Mod [ Get Skill Between The Playing ]

      - Pickup Range
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 41 replies
    • Shadow Survival Vampire game v1.8.9 [ +5 Jailed ] OHK
      Modded/Hacked App: Shadow Survival: Vampire game By AlohaFactory
      Bundle ID: com.LiberalDust.DarkSurvival2
      iTunes Store Link: https://apps.apple.com/us/app/shadow-survival-vampire-game/id6467580965?uo=4


      ๐Ÿš€ย Hack Features

      - Anti-Cheat

      - Skill Cooldown

      - Damage

      - Good Mod [ Get Skill Between The Playing ]

      - Pickup Range
        • Informative
        • Agree
        • Haha
        • Winner
        • Like
      • 18 replies
    • Squad Alpha - Action Shooting v1.7.37 [ +20 APK MOD ] Currency Max
      Mod APK Game Name:ย Squad Alpha - Action Shooting
      Rooted Device: Not Required.
      Google Play Store Link:ย https://play.google.com/store/apps/details?id=com.game.missioncrit&hl=en

      ๐Ÿคฉย Hack Features

      -ย ADS Freeย 
      -ย ViP Memberย [ Active ]ย 
      -ย ViP PoPup Disableย 
      -ย Gems Unlimitedย [ Daily Offer ]
      -ย Elite Passย [ Active ]
      -ย Elite Pass+ย [ Active ]
      -ย Elite Passย [ Claim Unlimited ]
      -ย Elite Pass+ย [ Claim Unlimited ]
      -ย Free Passย [ Claim Unlimited ]
      -ย Elite Pass LvL Skipย [ Price -9999 ] Increased Gems
      -ย Loot Boxย [ Price -9999 ] Increased Gems
      -ย Inventory Expandย [ Price -9999 ] Increased Gems
      -ย Inventory Spaceย [ First Open Inventory Then Enable Cheat Next + ADD Then Buy Get Max Space ]
      -ย Health Max
      -ย DMG Unlimited
      -ย Speed Movement
      -ย Ammo Max
      -ย No Reload
      -ย Enemy Freeze
      -ย Wall Hackย [ Move Anywhere ]

      Note:-ย Don"t Abuse The Hack Maybe Banned I'M Notย Responsible
      • 0 replies
    • Squad Alpha - Action Shooting v1.7.36 [ +20 Jailed ] Currency Max
      Modded/Hacked App: Squad Alpha - Action Shooting By SayGames LTD
      Bundle ID: com.game.missioncrit
      iTunes Store Link: https://apps.apple.com/us/app/squad-alpha-action-shooting/id1571487050?uo=4


      Hack Features:

      -ย ADS Freeย 

      -ย ViP Memberย [ Active ]ย 

      -ย ViP PoPup Disableย 

      -ย Gems Unlimitedย [ Daily Offer ]

      -ย Elite Passย [ Active ]

      -ย Elite Pass+ย [ Active ]

      -ย Elite Passย [ Claim Unlimited ]

      -ย Elite Pass+ย [ Claim Unlimited ]

      -ย Free Passย [ Claim Unlimited ]

      -ย Elite Pass LvL Skipย [ Price -9999 ] Increased Gems

      -ย Loot Boxย [ Price -9999 ] Increased Gems

      -ย Inventory Expandย [ Price -9999 ] Increased Gems

      -ย Inventory Spaceย [ First Open Inventory Then Enable Cheat Next + ADD Then Buy Get Max Space ]

      -ย Health Max

      -ย DMG Unlimited

      -ย Speed Movement

      -ย Ammo Max

      -ย No Reload

      -ย Enemy Freeze

      -ย Wall Hackย [ Move Anywhere ]

      Note:-ย Don"t Abuse The Hack Maybe Banned I'M Notย Responsibleย 

      ย 
      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/
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 54 replies
    • Squad Alpha - Action Shooting v1.7.36 [ +20 Cheats ] Currency Max
      Modded/Hacked App: Squad Alpha - Action Shooting By SayGames LTD
      Bundle ID: com.game.missioncrit
      iTunes Store Link: https://apps.apple.com/us/app/squad-alpha-action-shooting/id1571487050?uo=4

      Hack Features:
      - ADS Freeย 

      - ViP Member [ Active ]ย 

      -ย ViP PoPup Disableย 

      -ย Gems Unlimited [ Daily Offer ]

      -ย Elite Pass [ Active ]

      -ย Elite Pass+ [ Active ]

      -ย Elite Pass [ Claim Unlimited ]

      -ย Elite Pass+ [ Claim Unlimited ]

      - Free Pass [ Claim Unlimited ]

      -ย Elite Pass LvL Skip [ Price -9999 ] Increased Gems

      -ย Loot Box [ Price -9999 ] Increased Gems

      -ย Inventory Expand [ Price -9999 ] Increased Gems

      -ย Inventory Space [ First Open Inventory Then Enable Cheat Next + ADD Then Buy Get Max Space ]

      -ย Health Max

      -ย DMG Unlimited

      -ย Speed Movement

      - Ammo Max

      - No Reload

      -ย Enemy Freeze

      - Wall Hack [ Move Anywhere ]

      Note:- Don"t Abuse The Hack Maybe Banned I'M Not Responsibleย 


      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
        • Winner
        • Like
      • 50 replies
    • ์ŠคํŽ˜์ด์Šค ๋ฏธ๋‹ˆ์–ธ์ฆˆ: ๋””ํŽœ์Šค Space Minions: Defense v0.0.43 [ +9 Cheats ] Never Die
      Modded/Hacked App: Space Minions: Defense By Teamsparta Inc.
      Bundle ID: com.TeamSparta.SpaceMinions
      App Store Link: https://apps.apple.com/kr/app/space-minions-defense/id6758454845?uo=4

      ๐Ÿคฉย Hack Features

      - Currency / No Need
      - Resources / No Need
      - DMG MAX
      - Never Die
      - Enemy Speed
        • Agree
        • Winner
      • 16 replies
    • ์ŠคํŽ˜์ด์Šค ๋ฏธ๋‹ˆ์–ธ์ฆˆ: ๋””ํŽœ์Šค Space Minions: Defense v0.0.43 [ +9 Jailed ] Never Die
      Modded/Hacked App: Space Minions: Defense By Teamsparta Inc.
      Bundle ID: com.TeamSparta.SpaceMinions
      App Store Link: https://apps.apple.com/kr/app/space-minions-defense/id6758454845?uo=4

      ๐Ÿคฉย Hack Features

      - Currency / No Need
      - Resources / No Need
      - DMG MAX
      - Never Die
      - Enemy Speed
        • Haha
        • Thanks
        • Winner
        • Like
      • 15 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