Jump to content

Joka

Senior Member
  • Posts

    16,070
  • Joined

  • Last visited

Everything posted by Joka

  1. Cheers forgot about that
  2. Filled. https://iosgods.com/topic/40629-how-to-get-premium-for-free-on-purevpn/
  3. How to get Premium for Free on PureVPN Requirements: - LocaliApStore - PureVPN app (link here: https://itunes.apple.com/gb/app/purevpn-complete-online-privacy/id594506418?mt=8) [Hidden Content] Proof it's worked for me:
  4. Sweaty f**k
  5. Can't find the other, but here: https://iosgods.com/topic/39015-soft-think-blue-ray-copy-free-lifetime-with-lifetime-upgrade/
  6. Winner! I've won 2 in total
  7. !
  8. Oh shit, lemme edit that Probs the reason why it's not working
  9. Did i?
  10. Would that make a difference? It's DataManager
  11. Nah, only godmode.
  12. It worked but only 1 feature out of 3 work...
  13. I'll send you the files
  14. I did.. aha
  15. I compiled it but only 1 feature works
  16. Yay, it worked
  17. I have no idea what to do with it... Shall I delete it?
  18. 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?
  19. That's how it was. It says it in every file with it...
  20. #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
  21. 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
×
  • 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