Jump to content

11 posts in this topic

Recommended Posts

Posted

help me add sclalertview in theos??

i use : https://github.com/dogo/SCLAlertView

error:

ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.ios.a(atomic_signal_fence.c.o)) was built for newer iOS version (6.0) than being linked (5.0)
ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.ios.a(atomic_thread_fence.c.o)) was built for newer iOS version (6.0) than being linked (5.0)
ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.ios.a(emutls.c.o)) was built for newer iOS version (6.0) than being linked (5.0)
Undefined symbols for architecture armv7:
  "_OBJC_CLASS_$_SCLAlertView", referenced from:
      objc-class-ref in Tweak.xm.cde924a7.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

have help me fixxx !

Posted (edited)

Makefile add xxxxx_FRAMEWORKS = UIKit

 

 

Did you do #import <SCLAlertView/SCLAlertView.h> in your Tweak.xm?

i have but not work :( error 

Undefined symbols for architecture armv7:
  "_OBJC_CLASS_$_SCLAlertView", referenced from:
      objc-class-ref in Tweak.xm.cde924a7.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Updated by vinhthai222006
Posted

 

i have but not work :( error 

Undefined symbols for architecture armv7:
  "_OBJC_CLASS_$_SCLAlertView", referenced from:
      objc-class-ref in Tweak.xm.cde924a7.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Try adding this to your Makefile

xxx_FILES = Tweak.xm $(shell find $(THEOS)/include/SCLAlertView -name '*.m')
xxx_FRAMEWORKS = UIKit MessageUI Social QuartzCore CoreGraphics Foundation AVFoundation Accelerate GLKit
Posted

 

Try adding this to your Makefile

xxx_FILES = Tweak.xm $(shell find $(THEOS)/include/SCLAlertView -name '*.m')
xxx_FRAMEWORKS = UIKit MessageUI Social QuartzCore CoreGraphics Foundation AVFoundation Accelerate GLKit

 

 

error: 


/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1708:16: error: 
      type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
        __weak typeof(self) weakSelf = self;
               ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1708:9: error: 
      '__weak' only applies to Objective-C object or block pointer types; type
      here is 'int' [-Werror,-Wignored-attributes]
        __weak typeof(self) weakSelf = self;
        ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1708:23: error: a
      parameter list without types is only allowed in a function definition
        __weak typeof(self) weakSelf = self;
                      ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1708:28: error: 
      expected ';' at end of declaration
        __weak typeof(self) weakSelf = self;
                           ^
                           ;
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1710:13: error: 
      use of undeclared identifier 'weakSelf'
            weakSelf.parameterTitle = title;
            ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1711:20: error: 
      use of undeclared identifier 'weakSelf'
            return weakSelf;
                   ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1742:16: error: 
      type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
        __weak typeof(self) weakSelf = self;
               ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1742:9: error: 
      '__weak' only applies to Objective-C object or block pointer types; type
      here is 'int' [-Werror,-Wignored-attributes]
        __weak typeof(self) weakSelf = self;
        ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1742:23: error: a
      parameter list without types is only allowed in a function definition
        __weak typeof(self) weakSelf = self;
                      ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1742:28: error: 
      expected ';' at end of declaration
        __weak typeof(self) weakSelf = self;
                           ^
                           ;
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1744:13: error: 
      use of undeclared identifier 'weakSelf'
            weakSelf.parameterTitle = title;
            ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1745:20: error: 
      use of undeclared identifier 'weakSelf'
            return weakSelf;
                   ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1752:16: error: 
      type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
        __weak typeof(self) weakSelf = self;
               ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1752:9: error: 
      '__weak' only applies to Objective-C object or block pointer types; type
      here is 'int' [-Werror,-Wignored-attributes]
        __weak typeof(self) weakSelf = self;
        ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1752:23: error: a
      parameter list without types is only allowed in a function definition
        __weak typeof(self) weakSelf = self;
                      ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1752:28: error: 
      expected ';' at end of declaration
        __weak typeof(self) weakSelf = self;
                           ^
                           ;
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1754:13: error: 
      use of undeclared identifier 'weakSelf'
            weakSelf.parameterTarget = target;
            ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1755:20: error: 
      use of undeclared identifier 'weakSelf'
            return weakSelf;
                   ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1762:16: error: 
      type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
        __weak typeof(self) weakSelf = self;
               ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
Posted

 

error: 


/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1708:16: error: 
      type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
        __weak typeof(self) weakSelf = self;
               ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1708:9: error: 
      '__weak' only applies to Objective-C object or block pointer types; type
      here is 'int' [-Werror,-Wignored-attributes]
        __weak typeof(self) weakSelf = self;
        ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1708:23: error: a
      parameter list without types is only allowed in a function definition
        __weak typeof(self) weakSelf = self;
                      ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1708:28: error: 
      expected ';' at end of declaration
        __weak typeof(self) weakSelf = self;
                           ^
                           ;
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1710:13: error: 
      use of undeclared identifier 'weakSelf'
            weakSelf.parameterTitle = title;
            ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1711:20: error: 
      use of undeclared identifier 'weakSelf'
            return weakSelf;
                   ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1742:16: error: 
      type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
        __weak typeof(self) weakSelf = self;
               ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1742:9: error: 
      '__weak' only applies to Objective-C object or block pointer types; type
      here is 'int' [-Werror,-Wignored-attributes]
        __weak typeof(self) weakSelf = self;
        ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1742:23: error: a
      parameter list without types is only allowed in a function definition
        __weak typeof(self) weakSelf = self;
                      ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1742:28: error: 
      expected ';' at end of declaration
        __weak typeof(self) weakSelf = self;
                           ^
                           ;
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1744:13: error: 
      use of undeclared identifier 'weakSelf'
            weakSelf.parameterTitle = title;
            ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1745:20: error: 
      use of undeclared identifier 'weakSelf'
            return weakSelf;
                   ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1752:16: error: 
      type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
        __weak typeof(self) weakSelf = self;
               ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1752:9: error: 
      '__weak' only applies to Objective-C object or block pointer types; type
      here is 'int' [-Werror,-Wignored-attributes]
        __weak typeof(self) weakSelf = self;
        ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1752:23: error: a
      parameter list without types is only allowed in a function definition
        __weak typeof(self) weakSelf = self;
                      ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1752:28: error: 
      expected ';' at end of declaration
        __weak typeof(self) weakSelf = self;
                           ^
                           ;
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1754:13: error: 
      use of undeclared identifier 'weakSelf'
            weakSelf.parameterTarget = target;
            ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1755:20: error: 
      use of undeclared identifier 'weakSelf'
            return weakSelf;
                   ^
/Users/osxvn/theos/vendor/include/SCLAlertView/SCLAlertView.m:1762:16: error: 
      type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
        __weak typeof(self) weakSelf = self;
               ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.

You need different headers. Download 1.0.3 from dogo's GitHub

Posted

You need different headers. Download 1.0.3 from dogo's GitHub

 

i have use guide in https://iosgods.com/topic/27214-how-to-do-sclalertview-in-a-theos-tweak-like-this/

makefile

ARCHS = armv7 arm64

CFLAGS = -fobjc-arc # ARC is needed for SCLAlertView

include $(THEOS)/makefiles/common.mk

TWEAK_NAME = YOURTWEAKNAMEHERE
YOURTWEAKNAMEHERE_FILES = Tweak.xm $(shell find $(THEOS)/vendor/include/SCL -name '*.m')
YOURTWEAKNAMEHERE_FRAMEWORKS = UIKit MessageUI Social QuartzCore CoreGraphics Foundation AVFoundation Accelerate GLKit AudioToolbox
YOURTWEAKNAMEHERE_LDFLAGS += -Wl,-segalign,4000

include $(THEOS_MAKE_PATH)/tweak.mk

tweak.xm

#import <SCL/SCLAlertView.h> // Imports the popup headers.

%hook UnityAppController

- (BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { // Popup only once at each launch of the app.

    SCLAlertView *alert = [[SCLAlertView alloc] initWithNewWindow];
    
    [alert showSuccess: @"Title here"// Success, Error, Notice, Warning, Info, Edit, Custom, Waiting
              subTitle: @"Subtitle here"
      closeButtonTitle: @"Close button"
              duration: 0.0f];
		return %orig;
}
%end

and i use SCLAlertView 1.0.3 download github but error:

==> Compiling /Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m (armv7)…
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1642:16: error: type
      specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
        __weak typeof(self) weakSelf = self;
               ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1642:9: error: '__weak'
      only applies to Objective-C object or block pointer types; type here is
      'int' [-Werror,-Wignored-attributes]
        __weak typeof(self) weakSelf = self;
        ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1642:23: error: a parameter
      list without types is only allowed in a function definition
        __weak typeof(self) weakSelf = self;
                      ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1642:28: error: expected
      ';' at end of declaration
        __weak typeof(self) weakSelf = self;
                           ^
                           ;
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1644:13: error: use of
      undeclared identifier 'weakSelf'
            weakSelf.parameterTitle = title;
            ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1645:20: error: use of
      undeclared identifier 'weakSelf'
            return weakSelf;
                   ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1676:16: error: type
      specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
        __weak typeof(self) weakSelf = self;
               ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1676:9: error: '__weak'
      only applies to Objective-C object or block pointer types; type here is
      'int' [-Werror,-Wignored-attributes]
        __weak typeof(self) weakSelf = self;
        ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1676:23: error: a parameter
      list without types is only allowed in a function definition
        __weak typeof(self) weakSelf = self;
                      ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1676:28: error: expected
      ';' at end of declaration
        __weak typeof(self) weakSelf = self;
                           ^
                           ;
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1678:13: error: use of
      undeclared identifier 'weakSelf'
            weakSelf.parameterTitle = title;
            ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1679:20: error: use of
      undeclared identifier 'weakSelf'
            return weakSelf;
                   ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1686:16: error: type
      specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
        __weak typeof(self) weakSelf = self;
               ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1686:9: error: '__weak'
      only applies to Objective-C object or block pointer types; type here is
      'int' [-Werror,-Wignored-attributes]
        __weak typeof(self) weakSelf = self;
        ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1686:23: error: a parameter
      list without types is only allowed in a function definition
        __weak typeof(self) weakSelf = self;
                      ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1686:28: error: expected
      ';' at end of declaration
        __weak typeof(self) weakSelf = self;
                           ^
                           ;
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1688:13: error: use of
      undeclared identifier 'weakSelf'
            weakSelf.parameterTarget = target;
            ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1689:20: error: use of
      undeclared identifier 'weakSelf'
            return weakSelf;
                   ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1696:16: error: type
      specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
        __weak typeof(self) weakSelf = self;
               ^
fatal error: too many err
Posted

 

i have use guide in https://iosgods.com/topic/27214-how-to-do-sclalertview-in-a-theos-tweak-like-this/

makefile

ARCHS = armv7 arm64

CFLAGS = -fobjc-arc # ARC is needed for SCLAlertView

include $(THEOS)/makefiles/common.mk

TWEAK_NAME = YOURTWEAKNAMEHERE
YOURTWEAKNAMEHERE_FILES = Tweak.xm $(shell find $(THEOS)/vendor/include/SCL -name '*.m')
YOURTWEAKNAMEHERE_FRAMEWORKS = UIKit MessageUI Social QuartzCore CoreGraphics Foundation AVFoundation Accelerate GLKit AudioToolbox
YOURTWEAKNAMEHERE_LDFLAGS += -Wl,-segalign,4000

include $(THEOS_MAKE_PATH)/tweak.mk

tweak.xm

#import <SCL/SCLAlertView.h> // Imports the popup headers.

%hook UnityAppController

- (BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { // Popup only once at each launch of the app.

    SCLAlertView *alert = [[SCLAlertView alloc] initWithNewWindow];
    
    [alert showSuccess: @"Title here"// Success, Error, Notice, Warning, Info, Edit, Custom, Waiting
              subTitle: @"Subtitle here"
      closeButtonTitle: @"Close button"
              duration: 0.0f];
		return %orig;
}
%end

and i use SCLAlertView 1.0.3 download github but error:

==> Compiling /Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m (armv7)…
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1642:16: error: type
      specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
        __weak typeof(self) weakSelf = self;
               ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1642:9: error: '__weak'
      only applies to Objective-C object or block pointer types; type here is
      'int' [-Werror,-Wignored-attributes]
        __weak typeof(self) weakSelf = self;
        ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1642:23: error: a parameter
      list without types is only allowed in a function definition
        __weak typeof(self) weakSelf = self;
                      ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1642:28: error: expected
      ';' at end of declaration
        __weak typeof(self) weakSelf = self;
                           ^
                           ;
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1644:13: error: use of
      undeclared identifier 'weakSelf'
            weakSelf.parameterTitle = title;
            ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1645:20: error: use of
      undeclared identifier 'weakSelf'
            return weakSelf;
                   ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1676:16: error: type
      specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
        __weak typeof(self) weakSelf = self;
               ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1676:9: error: '__weak'
      only applies to Objective-C object or block pointer types; type here is
      'int' [-Werror,-Wignored-attributes]
        __weak typeof(self) weakSelf = self;
        ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1676:23: error: a parameter
      list without types is only allowed in a function definition
        __weak typeof(self) weakSelf = self;
                      ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1676:28: error: expected
      ';' at end of declaration
        __weak typeof(self) weakSelf = self;
                           ^
                           ;
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1678:13: error: use of
      undeclared identifier 'weakSelf'
            weakSelf.parameterTitle = title;
            ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1679:20: error: use of
      undeclared identifier 'weakSelf'
            return weakSelf;
                   ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1686:16: error: type
      specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
        __weak typeof(self) weakSelf = self;
               ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1686:9: error: '__weak'
      only applies to Objective-C object or block pointer types; type here is
      'int' [-Werror,-Wignored-attributes]
        __weak typeof(self) weakSelf = self;
        ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1686:23: error: a parameter
      list without types is only allowed in a function definition
        __weak typeof(self) weakSelf = self;
                      ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1686:28: error: expected
      ';' at end of declaration
        __weak typeof(self) weakSelf = self;
                           ^
                           ;
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1688:13: error: use of
      undeclared identifier 'weakSelf'
            weakSelf.parameterTarget = target;
            ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1689:20: error: use of
      undeclared identifier 'weakSelf'
            return weakSelf;
                   ^
/Users/osxvn/theos/vendor/include/SCL/SCLAlertView.m:1696:16: error: type
      specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
        __weak typeof(self) weakSelf = self;
               ^
fatal error: too many err

Try make clean package and see if you get the same thing

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

    • Snake.io - Fun Online Snake v1.21.10 [ +12 Cheats ] AI Stupid
      Modded/Hacked App: Snake.io - Fun Online Snake By Kooapps
      Bundle ID: com.amelosinteractive.snake
      iTunes Store Link: https://apps.apple.com/us/app/snake-io-fun-online-snake/id1104692136?uo=4


      Hack Features:
      - No ADS

      - AI Stupid 

      - Skin Unlocked 

      - Revive Unlimited

      - Immortal 

      - Wall Hack

      - Boss [ Size Small ] Only Event 

      - Boss [ HP 1 ] Easy Kill [ Only Event ]

      - Eat Radius

      - Eat Multiplier 

      - Eat Size Big 🔴🔵⚫ 

      - Score Multiplier [ Linked - Eat Multiplier & Eat Size & Eat Radius ]


      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/
      • 98 replies
    • Snake.io - Fun Online Snake v1.21.10 [ +12 Jailed ] AI Stupid
      Modded/Hacked App: Snake.io - Fun Online Snake By Kooapps
      Bundle ID: com.amelosinteractive.snake
      iTunes Store Link: https://apps.apple.com/us/app/snake-io-fun-online-snake/id1104692136?uo=4


      Hack Features:

      - No ADS

      - AI Stupid 

      - Skin Unlocked 

      - Revive Unlimited

      - Immortal 

      - Wall Hack

      - Boss [ Size Small ] Only Event 

      - Boss [ HP 1 ] Easy Kill [ Only Event ]

      - Eat Radius

      - Eat Multiplier 

      - Eat Size Big 🔴🔵⚫ 

      - Score Multiplier [ Linked - Eat Multiplier & Eat Size & Eat Radius ]


      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

      Download via the iOSGods App
      • 128 replies
    • What Duck v1.0.64 [ +6 Cheats ] Currency Max
      Modded/Hacked App: What Duck By Nexelon inc.
      Bundle ID: com.nexelon.duckwars
      App Store Link: https://apps.apple.com/us/app/what-duck/id6744432301?uo=4

      🤩 Hack Features

      - ADS No [ Rewards Free ]

      - Currency

      - Resources

      - Battle Coins

      - Energy

      - Free Pass [ Claim Unlimited ]
      • 17 replies
    • What Duck v1.0.64 [ +6 Jailed ] Currency Max
      Modded/Hacked App: What Duck By Nexelon inc.
      Bundle ID: com.nexelon.duckwars
      App Store Link: https://apps.apple.com/us/app/what-duck/id6744432301?uo=4


      🤩 Hack Features

      - ADS No [ Rewards Free ]

      - Currency

      - Resources

      - Battle Coins

      - Energy

      - Free Pass [ Claim Unlimited ]
      • 30 replies
    • Matching Story v1.48.04 [ +6 Cheats ] Auto Win
      Modded/Hacked App: Matching Story By VERTEX GAMES PTE. LTD.
      Bundle ID: matching.story
      iTunes Store Link: https://apps.apple.com/ph/app/matching-story/id1558803930?uo=4


      🤩 Hack Features

      - Auto Win

      - Coins

      - Diamonds [ Win Match Linked With Moves ]

      - Lives

      - Booster

      - Moves
      • 54 replies
    • Matching Story v1.48.04 [ +6 Jailed ] Auto Win
      Modded/Hacked App: Matching Story By VERTEX GAMES PTE. LTD.
      Bundle ID: matching.story
      iTunes Store Link: https://apps.apple.com/ph/app/matching-story/id1558803930?uo=4

       
      🤩 Hack Features

      - Auto Win

      - Coins

      - Diamonds [ Win Match Linked With Moves ]

      - Lives

      - Booster

      - Moves
      • 62 replies
    • Skullgirls Fighting RPG V7.5.3 [ +6 Jailed ] Auto Win
      Modded/Hacked App: Skullgirls: Fighting RPG By Autumn Games, LLC
      Bundle ID: com.autumn.skullgirls
      iTunes Store Link: https://apps.apple.com/us/app/skullgirls-fighting-rpg/id1280762571?uo=4


      Hack Features:

      - Auto win

      - Damage [ One HiT WiN ]

      - Energy Max

      - Skill

      - Enemy Disable

      - Goals Claimed [ Free Pass Only ]
      • 58 replies
    • Skullgirls Fighting RPG V7.5.3 [ +6 Cheats ] Auto Win
      Modded/Hacked App: Skullgirls: Fighting RPG By Autumn Games, LLC
      Bundle ID: com.autumn.skullgirls
      iTunes Store Link: https://apps.apple.com/us/app/skullgirls-fighting-rpg/id1280762571?uo=4


      Hack Features:
      - Auto win

      - Damage [ One HiT WiN ]

      - Energy Max

      - Skill

      - Enemy Disable

      - Goals Claimed [ Free Pass Only ]
      • 150 replies
    • Legend of Slime: Idle RPG War v4.2.2 Jailed Cheats +28
      Modded/Hacked App: Legend of Slime: Idle RPG By LoadComplete Co., Ltd
      Bundle ID: com.loadcomplete.slimeidle
      iTunes Store Link: https://apps.apple.com/us/app/legend-of-slime-idle-rpg/id1618701110?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:

      - High Attack (Upgrade Skill)<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- High Hp (Upgrade Skill)<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- High HP Recovery (Upgrade Skill)<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- High Critical Hit Chance (Upgrade Skill)<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- High Critical Hit Damage (Upgrade Skill)<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- High ASPD (Upgrade Skill)<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- High Double Shot (Upgrade Skill)<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- High Triple Shot (Upgrade Skill)


      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
      Download via the iOSGods App







      • 501 replies
    • Solitaire Grand Harvest v2.399.1 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Solitaire Grand Harvest By Supertreat GmbH
      Bundle ID: net.supertreat.solitaire
      App Store Link: https://apps.apple.com/us/app/solitaire-grand-harvest/id1223338261?uo=4


      🤩 Hack Features

      - Coins
      - Free Ticket
      - Free Undo
      - Wild Card
      • 27 replies
    • Solitaire Grand Harvest v2.399.1 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Solitaire Grand Harvest By Supertreat GmbH
      Bundle ID: net.supertreat.solitaire
      App Store Link: https://apps.apple.com/us/app/solitaire-grand-harvest/id1223338261?uo=4


      🤩 Hack Features

      - Coins
      - Free Ticket
      - Free Undo
      - Wild Card
      • 27 replies
    • Galaxiga - Classic 80s Arcade v10.99 [ +7 Jailed ] Energy Max
      Modded/Hacked App: Galaxiga - Classic 80s Arcade By ONESOFT GLOBAL PTE. LTD.
      Bundle ID: com.os.space.force.galaxy.alien
      iTunes Store Link: https://apps.apple.com/us/app/galaxiga-classic-80s-arcade/id1519367184?uo=4


      Hack Features:

      - Premium Pass [ Rewards Only ]

      - Energy Unlimited [ Linked Premium Pass ]

      - Plane Unlocked [ Tire 1 Tire 2 ] 

      - Drone Unlocked [ Tire 1 Tire 2 ]

      - Stone Unlocked [ Tire 1 Tire 2 ] 

      - Unlock Gem Cost 0 [ Plane Drone Stone ]

      - Easy Kill [ Only SP - No PVP ] 

      - Win PvP Select Higher Rank [ Plane Drone Stone ] Easy To Win PvP NO Bannnn


      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/
      • 57 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