Jump to content

Joka

Senior Member
  • Posts

    16,070
  • Joined

  • Last visited

Everything posted by Joka

  1. !
  2. Oh shit, lemme edit that Probs the reason why it's not working
  3. Did i?
  4. Would that make a difference? It's DataManager
  5. Nah, only godmode.
  6. It worked but only 1 feature out of 3 work...
  7. I'll send you the files
  8. I did.. aha
  9. I compiled it but only 1 feature works
  10. Yay, it worked
  11. I have no idea what to do with it... Shall I delete it?
  12. 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?
  13. That's how it was. It says it in every file with it...
  14. #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
  15. 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
  16. Welcome!
  17. Updated link: https://iosgods.com/topic/40527-billionaire-business-capitalist-v180-2/#entry1329244
  18. Yeah I know but I have no idea which one to go for The original PS4 is like 3 years old
  19. I don't own a 4K TV yet aha so I was like what's really the point
  20. That's what I was thinking Noooo
  21. Hi, so Black Friday is nearing & so is Christmas and as a gamer, I've recently became really interested in the PlayStation 4. I have an Xbox One (which tbh is not bad, but I feel like I'd have more fun on a PS4 instead) and don't play it at all. I have no friends who actually play the Xbox One but instead play on the PS4. Since the PS4 Pro has literally just been released, I was thinking of getting it. I've never owned a PS4 but have had a PS3 (which I had fun on, so did I have fun on the Xbox 360) so this is kinda new to me. Should I get the PS4 Pro or just the original?
×
  • 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