Jump to content

Amuyea

ViP Pro
  • Posts

    11,503
  • Joined

  • Last visited

Everything posted by Amuyea

  1. No jailbreak: https://iosgods.com/topic/43503-mimo-13-premium-ios-9345-ios-10/
  2. Hacked App: Mimo: Learn to code on the go By Mimohello GmbH iTunes Link: https://itunes.apple.com/us/app/mimo-learn-to-code-on-the-go/id1133960732?mt=8&uo=4&at=1010lce4 Bundle ID: com.getmimo.mimo Hack Requirements: - Jailbroken or Non-Jailbroken iPhone/iPad/iPod Touch. - Cydia Impactor. Hack Features: - Premium User/Everything Unlocked https://iosgods.com/topic/45903-mimo-143-premium-no-jb/
  3. No Jailbreak required: https://iosgods.com/topic/43499-ufctv-28-watch-ppv-fights-ios-9345-ios-10/
  4. Hacked App: UFC ® By UFC® - The Ultimate Fighting Championship® iTunes Link: https://itunes.apple.com/us/app/ufc/id534568162?mt=8&uo=4&at=1010lce4 Bundle ID: com.ufc.UFCTV Hack Requirements: - Jailbroken or Non-Jailbroken iPhone/iPad/iPod Touch. - Cydia Impactor. Hack Features: - Full premium subscription (Fight Pass) - Can watch PPV - No Ads Hack Download Link:
  5. Lucky me then
  6. __ZN6Player4hurtEP6Entityi is symbol name Function can be "healthHack, attackHack etc"
  7. "Enter your symbol"
  8. You load the wrong binary. Should look like this Did you crack it?
  9. It means a lot from you can't wait to see your final result
  10. Omg, I missed your works
  11. #define PLIST_PATH @"/var/mobile/Library/Preferences/com.ted2.pou.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %hook Coins -(int)have { if(GetPrefBool(@"key1")) { return 987654321; } return %orig; } -(int)spent { if(GetPrefBool(@"key2")) { return 0; } return %orig; } -(int)cheated { if(GetPrefBool(@"key3")) { // you had key1 so you put key1 again so it should be key3 return 0; } return %orig; } %end %hook State -(int)setLevel { if(GetPrefBool(@"key4")) { return 270; } return %orig; } -(void)setHungry:(bool)argument { if(GetPrefBool(@"key5")) { // you had key3 so you put key3 again so it should be key5 argument = false; } return %orig; // you forgot ; here } %end %hook AppDelegate -(void)applicationDidBecomeActive:(id)arg { UIAlertView *credits = [[UIAlertView alloc] initWithTitle:@"Pou Cheat." message:@"Made by Ted2 from iOSGods" delegate:self cancelButtonTitle:@"Close Test Pop-Up" 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:@"Visis the iOSGods Family!"]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.iosgods.com"]]; } } %end
  12. Such sexy program - Why is it bit.ly link
  13. Congrats to the winners! @Naeemjr @CroiWantHACKS @Ice Bear @@AlephDegree Seems like this member CroiWantHACKS didn't come on for over 4 weeks. Please pick other winner
  14. Is this introduce or help & support question?
  15. Should be. Report back if it doesn't
  16. Welcome, hope you enjoy your stay here
  17. Hello, welcome to iOSGods and hope you enjoy here
  18. Okay, go to /var/mobile/Containers/Bundle/Application/xappnamehere/xappnamehere.app/ Remove plugins folder. Crack it with clutch or ratsticrac
×
  • 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