-
Posts
481 -
Joined
-
Last visited
Everything posted by NoHax
-
No clue, thanks for commenting on all my posts
-
Tiny Pig By Mindstorm Studios v1.8.2iTunes URL: https://itunes.apple.com/us/app/tiny-pig/id1246087548?mt=8&uo=4&at=1010lce4 DIY Requirements:- Jailbroken iPhone/iPad/iPod Touch.- IGameGuardian DIY Features:- Infinite Golden Bacon Instructions: [Hidden Content] Credits:- Me
-
Go into safe mode and download crash reporter to find out what the problem is and fix it. To boot into safe mode just hold down the bottom volume button.
-
Catch Up By Ketchapp v1.0iTunes URL: https://itunes.apple.com/us/app/catch-up/id1235879678?mt=8&uo=4&at=1010lce4 DIY Requirements:- Jailbroken iPhone/iPad/iPod Touch.- IGameGuardian DIY Features:- Infinite Gems -Free iAP Instructions: Infinite Gems [Hidden Content] Free iAP [Hidden Content] Credits:- Me
-
Scale By 101 Digital Co. v2.3.23iTunes URL: https://itunes.apple.com/us/app/scale/id1200921809?mt=8&uo=4&at=1010lce4 DIY Requirements:- Jailbroken iPhone/iPad/iPod Touch.- IGameGuardian DIY Features: - Free iAP Instructions: [Hidden Content] Credits:- Me
-
You should upgrade to 10.3.2 like @ViRaLSanity has, the chances someone is going to jailbreak 9.3.5 are very low as it's a pretty old iOS version.
-
Yep, I'm definitely sure it's the right one, I got it from lldb and removed alsr and this is where it left me. However it might be a weird function because all the currencies use the same function somehow.
-
That website is beautiful. The beach is alright.......
-
Nice
-
Could anyone help me hack this? I've tried changing a sub to an add but the app just crashed as soon as opened, could anyone help me out? __text:00000001006091DC ADD X8, X20, W26,SXTW#2 __text:00000001006091E0 LDR W9, [SP,#0x80+var_68] __text:00000001006091E4 STR W9, [X8,#0x20] __text:00000001006091E8 LDR W8, [X19,#0x50] __text:00000001006091EC ADD W8, W8, #1 __text:00000001006091F0 STR W8, [X19,#0x50] __text:00000001006091F4 SUB SP, X29, #0x50 __text:00000001006091F8 LDP X29, X30, [SP,#0x80+var_30] __text:00000001006091FC LDP X20, X19, [SP,#0x80+var_40] __text:0000000100609200 LDP X22, X21, [SP,#0x80+var_50] __text:0000000100609204 LDP X24, X23, [SP,#0x80+var_60] __text:0000000100609208 LDP X26, X25, [SP,#0x80+var_70] __text:000000010060920C LDP X28, X27, [SP+0x80+var_80],#0x60 __text:0000000100609210 RET ; int However when changing the sub to an add I'm not sure I'm doing it right, when I did it I just changed the sub to an add and left it, is there anything else I have to do?
-
I'm in.
-
Hack Family Guy: The Quest for Stuff v1.51.2 +11 [Mega Hack]
NoHax replied to 0xygen 's topic in Free Jailbreak Cheats
-
Wait, I've been trying to hack my game by changing sub sp, x29, #0x50 ; =0x50 into add sp, x29, # 0x50 ; =0x50 Is that wrong? Should I change it to add sp, x29, #1 ; =1 or just stick with what I've currently got?
-
Are you sure you've only deleted the sources? You might of deleted something important for cydia.
-
Your just going to have to manually add your them all.
-
So, yet again I'm having errors compiling, I've looked at lots of other people having this error and tried everything but so far I'm having no luck Heres the error Undefined symbols for architecture armv7: "_OBJC_CLASS_$_PSListController", referenced from: _OBJC_CLASS_$_BattleplansListController in Battleplans.mm.e089beef.o "_OBJC_METACLASS_$_PSListController", referenced from: _OBJC_METACLASS_$_BattleplansListController in Battleplans.mm.e089beef.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) Here's my tweaks makefile Export ARCHS = armv7 arm64 TARGET = iphone:clang:10.1 #CFLAGS = -fobjc-arc #THEOS_PACKAGE_DIR_NAME = debs include ~/theos/makefiles/common.mk #include <UIKit/UIKit.h> TWEAK_NAME = Battleplans Battleplans_FILES = Tweak.xm Battleplans_FRAMEWORKS = UIKit Battleplans_LDFLAGS += -Wl,-segalign,4000 Battleplans_FRAMEWORKS = UIKit CoreGraphics include ~/theos/makefiles/tweak.mk SUBPROJECTS += Battleplans include ~/theos/makefiles/aggregate.mk Here's my patchers makefile export ARCHS = armv7 arm64 include ~/theos/makefiles/common.mk #import <UIKit/UIKit.h> BUNDLE_NAME = Battleplans Battleplans_FILES = Battleplans.mm Battleplans_INSTALL_PATH = /Library/PreferenceBundles Battleplans_FRAMEWORKS = UIKit Battleplans_PRIVATE_FRAMEWORKS = Preferences Battleplans_FRAMEWORKS = UIKit CoreGraphics include ~/theos/makefiles/bundle.mk internal-stage:: $(ECHO_NOTHING)mkdir -p $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences$(ECHO_END) $(ECHO_NOTHING)cp entry.plist $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences/Battleplans.plist$(ECHO_END) Can anyone help me?
-
Tweak Hack Last Day On Earth: Zombie Survival v1.5.2 +1 [Free Store]
NoHax replied to cz1993's topic in Free Jailbreak Cheats
First Nevermind -
Hey, I've been trying to compile my tweak for a while now and I'm getting this error > Making all for tweak Battleplans… make[2]: Nothing to be done for `internal-library-compile'. > Making all in Battleplans… > Making all for bundle Battleplans… ==> Copying resource directories into the bundle wrapper… ==> Compiling Battleplans.mm (armv7)… ==> Linking bundle Battleplans (armv7)… ld: framework not found Preferences clang: error: linker command failed with exit code 1 Can anyone help me?
-
2nd comment.
-
Do you remember how you fixed it? So I can fix mine
-
Did you manage to fix your Theos?
-
Now my headers are conflicting and I got this /Users/NoHax/theos/include/QuartzCore/CAValueFunction.h:13:1: error: duplicate interface definition for class 'CAValueFunction' @interface CAValueFunction : NSObject { ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:12:12: note: previous definition is here @interface CAValueFunction : NSObject <NSCoding> ^ In file included from Battleplans.mm:1: In file included from /Users/NoHax/theos/include/Preferences/Preferences.h:8: In file included from /Users/NoHax/theos/include/Preferences/Preferences-Structs.h:10: In file included from /Users/NoHax/theos/include/QuartzCore/QuartzCore2.h:15: /Users/NoHax/theos/include/QuartzCore/CAValueFunction.h:17:39: error: property has a previous declaration @property(readonly, assign) NSString* name; ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:21:31: note: property declared here @property(readonly) NSString *name; ^ Battleplans.mm:17:40: error: 'openURL:' is deprecated: first deprecated in iOS 10.0 - Please use openURL:options:completionHandler: instead [-Werror,-Wdeprecated-declarations] [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"ht... ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:125:1: note: 'openURL:' has been explicitly marked deprecated here - (BOOL)openURL:(NSURL*)url NS_DEPRECATED_IOS(2_0, 10_0, "Please use ope... ^
-
Nevermind, my headers are the problem like you said