Jump to content

Joka

Senior Member
  • Posts

    16,070
  • Joined

  • Last visited

Everything posted by Joka

  1. Winner! I've won 2 in total
  2. !
  3. Oh shit, lemme edit that Probs the reason why it's not working
  4. Did i?
  5. Would that make a difference? It's DataManager
  6. Nah, only godmode.
  7. It worked but only 1 feature out of 3 work...
  8. I'll send you the files
  9. I did.. aha
  10. I compiled it but only 1 feature works
  11. Yay, it worked
  12. I have no idea what to do with it... Shall I delete it?
  13. 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?
  14. That's how it was. It says it in every file with it...
  15. #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
  16. 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
  17. Welcome!
  18. Updated link: https://iosgods.com/topic/40527-billionaire-business-capitalist-v180-2/#entry1329244
×
  • 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