Jump to content

Chrizk0

Senior Member
  • Posts

    1,289
  • Joined

  • Last visited

Everything posted by Chrizk0

  1. Oh god.. that's a big function
  2. Lol people are still thinking it is the hack
  3. 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"
  4. I had a similar problem like this to
  5. Well not just one post solved it tho a lot of them did
  6. lol yeah I was thinking that
  7. Thanks @ @@DiDA @ @@castix you guys are the best, idk if I should post it or not it was a just a test for AlertViews
  8. 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
  9. This is how I find the AppDelagate under the Executible right?
  10. Like this? & I'll remove the space above it replacing it with a }
  11. I changed it to AutoRapDelegate, still nothing. So no one can make an alert on 8.1.2?
  12. Good work bro keep it up
  13. 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"
  14. This game is on 1.1.0 not 1.0.7
  15. Just "make" it then put all the files in place then build it.
  16. Added - Premium for Unlimited Days
  17. I don't think the second is a feature ..
  18. 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.
  19. How did you do this Edit: I can't hack this
  20. After save hacking start with basic MS which is flex, It gets your mind used to easy functions and step processes. Hook is after
×
  • 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