Jump to content

Rook

Administrator
  • Posts

    66,567
  • Joined

  • Last visited

Everything posted by Rook

  1. Here: https://www.sendspace.com/file/3xjajz
  2. Is the AppDelegate correct?
  3. Can you check Cydia and see if the hack is installed? Cydia -> Packages -> recent
  4. It's suggested you re-jailbreak but here you go: http://ge.tt/api/1/files/8vNIb7A2/0/blob?download
  5. Explain please.
  6. Treat it as an integer or boolean. %hook ClassName -(char)isCorrect { %orig(true); } %end
  7. Moved to tutorials.
  8. Try using Fuzzy search.
  9. You don't but you try removing it anyways just in case.
  10. Your threads have been merged.
  11. 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
  12. Click the FAQ link on my signature.
  13. Added the Staff Online sidebar hook for now.
  14. @@Coolemiel, there's no fun in that
  15. Welcome to iOSGods!
  16. Yeah, this site is the reason why.
  17. Hello! It's nice to have you here! Enjoy your stay. Nice signature btw.
  18. Request filled: http://iosgods.com/topic/4383-vip-exclusive-brave-frontier-japan-130-11/
  19. Just adding it in the PreferenceBundles makefile works fine too.
  20. 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.
  21. Merged topics together since they're the same request.
×
  • 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