-
Posts
1,289 -
Joined
-
Last visited
Everything posted by Chrizk0
-
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
-
This Hack is for CSR Racing v2.4.0 Requirements: - Jailbroken iDevice - - Cydia Substrate - - PreferenceLoader - iFile - Features: - Unlimited Fuel - - Unlimited Wins - How to install: - Download my .deb - - Let the deb direct itself - - Tap installer - - Respring iDevice - - Configure cheats via Settings.app - Launch CSR Racing and Enjoy - Download: [Hidden Content] Credits: - @Chrizk0 - You can hack your own Save Game using this tool: http://iosgods.com/topic/500-csr-racing-csr-classics-all-versions-no-jailbreak/
-
This should be moved to the DIY section. @@DiDA
-
Updated to 2.3.0 enjoyz
-
No I don't think so
-
Julioverne implemented a server cracker in his cracked version of Flex 2, It's from the Xarold repo,
-
Why would you use the hide tags?