Jump to content

Amuyea

ViP Pro
  • Posts

    11,503
  • Joined

  • Last visited

Everything posted by Amuyea

  1. No Jailbreak required: https://iosgods.com/topic/43499-ufctv-28-watch-ppv-fights-ios-9345-ios-10/
  2. 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:
  3. Lucky me then
  4. __ZN6Player4hurtEP6Entityi is symbol name Function can be "healthHack, attackHack etc"
  5. "Enter your symbol"
  6. You load the wrong binary. Should look like this Did you crack it?
  7. It means a lot from you can't wait to see your final result
  8. Omg, I missed your works
  9. #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
  10. Such sexy program - Why is it bit.ly link
  11. 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
  12. Is this introduce or help & support question?
  13. Should be. Report back if it doesn't
  14. Welcome, hope you enjoy your stay here
  15. Hello, welcome to iOSGods and hope you enjoy here
  16. Okay, go to /var/mobile/Containers/Bundle/Application/xappnamehere/xappnamehere.app/ Remove plugins folder. Crack it with clutch or ratsticrac
  17. Pink or none. But pink might be too "girly" :shrug: VIP & retired are shade of purple. So it will confuse members
  18. Enjoy your stay
×
  • 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