Jump to content

Rook

Administrator
  • Posts

    66,378
  • Joined

  • Last visited

Everything posted by Rook

  1. You have to add two buttons otherwise user won't be able to close the popup and play the game normally because the one button you will have will redirect to the website. %hook SexyApplicationDelegate -(void)applicationDidBecomeActive:(id)arg { UIAlertView *credits = [[UIAlertView alloc] initWithTitle:@"Title of the popup" message:@"Hacked by KingRalph for iOSGods.com!!" delegate:self cancelButtonTitle:@"Close" otherButtonTitles:@"Visit Us", nil]; [credits show]; [credits release]; return %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
  2. Click the FAQ link on my signature.
  3. Added the Staff Online sidebar hook for now.
  4. @@Coolemiel, there's no fun in that
  5. Welcome to iOSGods!
  6. Yeah, this site is the reason why.
  7. Hello! It's nice to have you here! Enjoy your stay. Nice signature btw.
  8. Request filled: http://iosgods.com/topic/4383-vip-exclusive-brave-frontier-japan-130-11/
  9. Just adding it in the PreferenceBundles makefile works fine too.
  10. The one you tried should have worked. Maybe you're doing something wrong. You can make a new support topic.
  11. Use a computer if you're having problems with iFile. Or look at the most common places which is usually /var/mobile/ /var/mobile/downloads/ /var/mobile/documents etc.
  12. Merged topics together since they're the same request.
  13. Use Safari. Once you click download, you'll get the option to open in iFile and install it easily.
  14. Hack topic: http://iosgods.com/topic/4377-crossy-road-v1119-hack-1/
  15. Search for 'Preferences.h' here on the forum to find what you're looking for.
  16. https://www.hex-rays.com/products/ida/ You won't understand IDA if you don't go through the basics first.
  17. You can't hack everying with Flex. You'll need to use IDA to hack these apps. You can try hacking Pou with Flex. To get used to it.
  18. Re-download the file from the first post and use a different browser this time.
  19. Try some more apps or create a patch yourself.
  20. Disable any flex patches for flex. And no flex patches working is kind of weird. How many apps did you try the patches on? What's your flex version also?
  21. You don't need to respring for flex patches, just make sure app is not running. None of the flex patches work? Not even one?
  22. Good job!
×
  • 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