Jump to content

Rook

Administrator
  • Posts

    66,346
  • Joined

  • Last visited

Everything posted by Rook

  1. The contest will end in 2 days guys! @@Klepto @@Amuyea and everyone else who hasn't submitted yet.
  2. You must suck at maths? X can be anything. Any folder name.
  3. Want to share the final result incase someone else has the same problem? @
  4. Which app is it?
  5. Does a normal uialert work?
  6. Did you change the app delegate???
  7. This: %hook AppDelegate -(void)applicationDidBecomeActive:(id)arg { UIAlertView *credits = [[UIAlertView alloc] initWithTitle:@"Smule AutoRap Cheats" message:@"Hacked by L33T for iOSGods.com!" delegate:self cancelButtonTitle:@"Close" otherButtonTitles:@"Visit Us", nil]; [credits show]; [credits release]; %orig(); } %new -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { NSString *button = [alertView buttonTitleAtIndex:buttonIndex]; if([button isEqualToString:@"Visit Us"]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.iOSGods.com/"]]; } } %end I'm on phone so give it a try and let me know.
  8. Boot into Safe Mode and give us a list of your installed tweaks. Remove any tweaks that affect system-wide apps. Like xCon, iAPCrazy etc.
  9. Add this to your tweak.xm: %hook SexyApplicationDelegate -(void)applicationDidBecomeActive:(id)arg { UIAlertView *credits = [[UIAlertView alloc] initWithTitle:@"Title of the popup" message:@"Hacked by l33tproxy for iOSGods.com!!" delegate:self cancelButtonTitle:@"Close" otherButtonTitles:@"Visit Us", nil]; [credits show]; [credits release]; %orig; } %new -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { NSString *credits = [alertView buttonTitleAtIndex:buttonIndex]; if([credits isEqualToString:@"Visit Us"]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.iOSGods.com/"]]; } } %end Don't forget to add: test_FRAMEWORKS = UIKit in makefile.
  10. Apparently, no. Apple is NOT signing 8.2 Beta anymore so you can't upgrade and Jailbreak. Good news is that I heard a semi-working 8.1.3 jailbreak but I don't think that'll get released until 8.2 & 8.3 fully come out.
  11. Probably means you can't do anything to the app via Flex...
  12. Whichever bundle id filter you set.
  13. The tweak will only work for com.kik.kik. I don't think it'll affect other apps?
  14. You can try downgrading iTunes but not sure if it'll help. Apple has stopped users from upgrading to 8.2 beta..
  15. The 2nd one. Just AppDelegate
  16. Open Flex -> Process Kik -> Search for applicationdidbecome or appdelegate -> Find the Target Class and add it to your Tweak.xm then compile, install and run Kik.
  17. Your AppDelegate must be wrong? How did you find your current one or just guessed?
  18. Usually no but if your progress doesn't save then you might need to.
  19. I can now give this tutorial to anyone who needs help. Adding it to FAQ also Don't forget the screens later I'll edit it a bit also
  20. As of now, no. Not that I know of any which are FREE. But if I do find something, I'll get back to this topic.
  21. Yes, always fails because it no longer works. That's why HDCinema was cancelled also...
×
  • 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