Jump to content

Amuyea

ViP Pro
  • Posts

    11,503
  • Joined

  • Last visited

Everything posted by Amuyea

  1. __ZN6Player4hurtEP6Entityi is symbol name Function can be "healthHack, attackHack etc"
  2. "Enter your symbol"
  3. You load the wrong binary. Should look like this Did you crack it?
  4. It means a lot from you can't wait to see your final result
  5. Omg, I missed your works
  6. #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
  7. Such sexy program - Why is it bit.ly link
  8. 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
  9. Is this introduce or help & support question?
  10. Should be. Report back if it doesn't
  11. Welcome, hope you enjoy your stay here
  12. Hello, welcome to iOSGods and hope you enjoy here
  13. Okay, go to /var/mobile/Containers/Bundle/Application/xappnamehere/xappnamehere.app/ Remove plugins folder. Crack it with clutch or ratsticrac
  14. Pink or none. But pink might be too "girly" :shrug: VIP & retired are shade of purple. So it will confuse members
  15. Enjoy your stay
  16. No problem mate Mark the answer as solved. I believe that you should've seen Applications which led you to Data instead of system path like you did
  17. Use Filza File Manager on device so you can see numbers
  18. You are in Binary path. Should be in /var/mobile/Containers/Data/Application/
  19. ..... I will... fix... the hack.... again.
×
  • 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