Jump to content

Rook

Administrator
  • Posts

    66,368
  • Joined

  • Last visited

Everything posted by Rook

  1. I just realized from the super-sized screenshot that he misspelled "AppDelegate". Remove your current UIAlertView code and add this: %hook AutoRapAppDelegate -(void)applicationDidBecomeActive:(id)arg { UIAlertView *credits = [[UIAlertView alloc] initWithTitle:@"Smule AutoRap Cheats" message:@"Hacked by Chrizk0 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
  2. You might be missing something else. I suggest a re-jailbreak if I were you.
  3. I don't think this is an SDK related issue. I just tested on on 8.1.2 with 7.1 SDK and I get nothing. Going to try another delegate.
  4. Here: https://www.sendspace.com/file/3xjajz
  5. Is the AppDelegate correct?
  6. Can you check Cydia and see if the hack is installed? Cydia -> Packages -> recent
  7. It's suggested you re-jailbreak but here you go: http://ge.tt/api/1/files/8vNIb7A2/0/blob?download
  8. Explain please.
  9. Treat it as an integer or boolean. %hook ClassName -(char)isCorrect { %orig(true); } %end
  10. Moved to tutorials.
  11. Try using Fuzzy search.
  12. You don't but you try removing it anyways just in case.
  13. Your threads have been merged.
  14. 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
  15. Click the FAQ link on my signature.
  16. Added the Staff Online sidebar hook for now.
  17. @@Coolemiel, there's no fun in that
  18. Welcome to iOSGods!
  19. Yeah, this site is the reason why.
  20. Hello! It's nice to have you here! Enjoy your stay. Nice signature btw.
  21. Request filled: http://iosgods.com/topic/4383-vip-exclusive-brave-frontier-japan-130-11/
  22. Just adding it in the PreferenceBundles makefile works fine too.
×
  • 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