Jump to content

Joka

Senior Member
  • Posts

    16,070
  • Joined

  • Last visited

Everything posted by Joka

  1. Can't find the other, but here: https://iosgods.com/topic/39015-soft-think-blue-ray-copy-free-lifetime-with-lifetime-upgrade/
  2. Winner! I've won 2 in total
  3. !
  4. Oh shit, lemme edit that Probs the reason why it's not working
  5. Did i?
  6. Would that make a difference? It's DataManager
  7. Nah, only godmode.
  8. It worked but only 1 feature out of 3 work...
  9. I'll send you the files
  10. I did.. aha
  11. I compiled it but only 1 feature works
  12. Yay, it worked
  13. I have no idea what to do with it... Shall I delete it?
  14. I noticed it, changed it & didn't make a difference & gave me a different error but I'll try again... So what do I change the '%new' to?
  15. That's how it was. It says it in every file with it...
  16. #define PLIST_PATH @"/var/mobile/Library/Preferences/com.iosgods..joanmadrun.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %hook Joan -(bool)canTakeDamage { if(GetPrefBool(@"kDamage")) { return FALSE; } return %orig; } %end %hook DataManage -(bool)infiniteAmmo { if(GetPrefBool(@"kAmmo")) { return TRUE; } return %orig; } -(long long)coinsInHand { if(GetPrefBool(@"kCoins")) { return 999999999; } return %orig; } %end %new -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { NSString *button = [alertView buttonTitleAtIndex:buttonIndex]; if([button isEqualToString:@"Visit Us"]) { [[uIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://iosgods.com/]]; } } %end
  17. Hi. So I've use DiDA's NIC template & edited like all the files and after I try & compile, this is the error I receive: Any help please? I have little little experience with making patchers thanks
  18. Welcome!
×
  • 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