Jump to content

Rook

Administrator
  • Posts

    66,936
  • Joined

  • Last visited

Everything posted by Rook

  1. Did you have OpenSSH installed on your iDevice? Does iFunBox recognize your iDevice as Jailbroken?
  2. Please mark an answer as solved or post here how you solved it. @@Valeschi
  3. Try Filza. It might help you out. @@Colttony
  4. If you give him the non-cracked IPA, he will require your Apple ID & Pass in order to open the app. Does vShare have 2.2.3?
  5. Non-jailbroken won't likely happen. You can't install a cracked app on a non jailbroken iDevice.
  6. Have you checked AppCake?
  7. I remember using this on iOS 6 or 7. Does it work with iOS 8?
  8. @@Valeschi, were you able to solve it?
  9. You must suck at maths? X can be anything. Any folder name.
  10. Want to share the final result incase someone else has the same problem? @
  11. Which app is it?
  12. Does a normal uialert work?
  13. Did you change the app delegate???
  14. 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.
  15. 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.
  16. 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.
  17. 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.
  18. Probably means you can't do anything to the app via Flex...
  19. Whichever bundle id filter you set.
  20. The tweak will only work for com.kik.kik. I don't think it'll affect other apps?
  21. You can try downgrading iTunes but not sure if it'll help. Apple has stopped users from upgrading to 8.2 beta..
×
  • 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