Jump to content

Amuyea

ViP Pro
  • Posts

    11,503
  • Joined

  • Last visited

Everything posted by Amuyea

  1. It means a lot from you can't wait to see your final result
  2. Omg, I missed your works
  3. #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
  4. Such sexy program - Why is it bit.ly link
  5. 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
  6. Is this introduce or help & support question?
  7. Should be. Report back if it doesn't
  8. Welcome, hope you enjoy your stay here
  9. Hello, welcome to iOSGods and hope you enjoy here
  10. Okay, go to /var/mobile/Containers/Bundle/Application/xappnamehere/xappnamehere.app/ Remove plugins folder. Crack it with clutch or ratsticrac
  11. Pink or none. But pink might be too "girly" :shrug: VIP & retired are shade of purple. So it will confuse members
  12. Enjoy your stay
  13. 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
  14. Use Filza File Manager on device so you can see numbers
  15. You are in Binary path. Should be in /var/mobile/Containers/Data/Application/
  16. ..... I will... fix... the hack.... again.
  17. Still? I will fix again. Really? You turned on the hacks and it doesn't work in app?
  18. I think dylib from jailed theos but I'm not sure
  19. Have you tried what Div said?
×
  • 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