Jump to content

Chrizk0

Senior Member
  • Posts

    1,289
  • Joined

  • Last visited

Everything posted by Chrizk0

  1. Thanks @ @@DiDA @ @@castix you guys are the best, idk if I should post it or not it was a just a test for AlertViews
  2. 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
  3. This is how I find the AppDelagate under the Executible right?
  4. Like this? & I'll remove the space above it replacing it with a }
  5. I changed it to AutoRapDelegate, still nothing. So no one can make an alert on 8.1.2?
  6. Good work bro keep it up
  7. 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"
  8. This game is on 1.1.0 not 1.0.7
  9. Just "make" it then put all the files in place then build it.
  10. Added - Premium for Unlimited Days
  11. I don't think the second is a feature ..
  12. 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.
  13. How did you do this Edit: I can't hack this
  14. After save hacking start with basic MS which is flex, It gets your mind used to easy functions and step processes. Hook is after
  15. 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/
  16. This should be moved to the DIY section. @@DiDA
  17. Updated to 2.3.0 enjoyz
  18. No I don't think so
  19. Julioverne implemented a server cracker in his cracked version of Flex 2, It's from the Xarold repo,
  20. Why would you use the hide tags?
×
  • 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