-
Posts
1,289 -
Joined
-
Last visited
Everything posted by Chrizk0
-
Oh god.. that's a big function
-
Lol people are still thinking it is the hack
-
Tweak.xm #include <UIKit/UIKit.h> %hook AutoRapStyle -(BOOL)free { return true; } -(BOOL)isFree { return true; } %end %hook AutoRapAppDelegate -(void)applicationDidBecomeActive:(id)arg { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"AutoRap Hack" message:@"Hack made by Chrizk0, Enjoy!" delegate:nil cancelButtonTitle:@"Thanks!"otherButtonTitles:nil]; [alert show]; [alert release]; %orig(); } %endMakeFile: ARCHS = armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = AutoRapHack AutoRapHack_FILES = Tweak.xm AutoRapHack_FRAMEWORKS = UIKit include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard"
-
Help/Support "Error Message" control may reach end of non-void function
Chrizk0 replied to sn0wqt's topic in Help & Support
I had a similar problem like this to -
Well not just one post solved it tho a lot of them did
-
lol yeah I was thinking that
-
Thanks @ @@DiDA @ @@castix you guys are the best, idk if I should post it or not it was a just a test for AlertViews
-
I used this and still nothing <UIKit/UIKit.h> %hook AutoRapStyle -(BOOL)free { return true; } -(BOOL)isFree { return true; } %end %hook AutoRapDelegate -(void)applicationDidBecomeActive:(id)arg { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"AutoRap Hack" message:@"Hack made by Chrizk0, Enjoy!" delegate:nil cancelButtonTitle:@"Thanks!"otherButtonTitles:nil]; [alert show]; [alert release]; %orig(); } %endI smell something wrong but just can't figure it out
-
This is how I find the AppDelagate under the Executible right?
-
Like this? & I'll remove the space above it replacing it with a }
-
I changed it to AutoRapDelegate, still nothing. So no one can make an alert on 8.1.2?
-
Okay well I made a simple MS tweak, I'm trying to make an AlertView for my hack, im used to not doing them because I never wanted to. I am getting no errors when compiling, just as usual but the UIAlertView never popped up when the hack was installed. Here is my tweak.xm & MakeFile, any solutions? Tweak.xm: #include <UIKit/UIKit.h> %hook AutoRapStyle -(BOOL)free { return true; } -(BOOL)isFree { return true; } %end %hook AutoRapAppDelgate -(void)applicationDidBecomeActive:(id)arg { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"AutoRap Hack" message:@"Hack made by Chrizk0, Enjoy!" delegate:nil cancelButtonTitle:@"Thanks!" otherButtonTitles:nil]; [alert show]; [alert release]; } %endMakeFile: ARCHS = armv7 arm64 TARGET = iphone:clang:8.1 include theos/makefiles/common.mk TWEAK_NAME = AutoRapHack AutoRapHack_FILES = Tweak.xm AutoRapHack_FRAMEWORKS = UIKit include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard"
-
This game is on 1.1.0 not 1.0.7
-
nice
-
Just "make" it then put all the files in place then build it.
-
-
Good work
-
Added - Premium for Unlimited Days
-
I don't think the second is a feature ..
-
Hmm
-
You must choose one of the Pre-fixes given, for example if it's a tweak you will get to choose either "Tweak" or "Patcher" once you have chose one that's applicable to what your posting - it will post the topic.
-
Patcher Radiation Island Hack v1.0.3 +2
Chrizk0 replied to CmakLove's topic in Free Jailbreak Cheats
How did you do this Edit: I can't hack this -
After save hacking start with basic MS which is flex, It gets your mind used to easy functions and step processes. Hook is after
-
Okay