Jump to content

Joka

Senior Member
  • Posts

    16,070
  • Joined

  • Last visited

Everything posted by Joka

  1. I'm not in.
  2. Updated version: https://iosgods.com/topic/45785-shadowblood-v1020-3-high-damage-more/#entry1466297
  3. Thank you!
  4. You can try 8 Ball Pool Is this a patcher btw? If not, it'd be advised to make it a patcher
  5. Nice work man! Seen you post a load in the past few days, keep it up
  6. Thanks. I tried that and it didn't work ._. I'll use the iOS 8 SDK and will see it that works
  7. DiDA is an awesome guy ( ͡° ͜ʖ ͡°)
  8. So what will the new UIAlert/Controller text look like in the Tweak.xm?
  9. I've encountered 3 issues today and my day cannot get any better! So basically, I've tried compiling my patcher and this is the error I get: and --------------------------------------- This is my tweak.xm: #define PLIST_PATH @"/var/mobile/Library/Preferences/com.iOSGods.BuddymanKickByJoka.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %hook PBGlobalStatistic -(int)money { if(GetPrefBool(@"kGold")) { return 999999999; } return %orig; } -(int)coinsCount { if(GetPrefBool(@"kCoin")) { return 999999999; } return %orig; } %end %hook PBSlotsManager -(unsigned long long)getSpinsCount { if(GetPrefBool(@"kSpins")) { return 999999999; } return %orig; } %end /* Popup with a link Varieties of a UIAlertView Popup can be found here: http://iosgods.com/topic/13988-varieties-of-uialertview-types-to-use-in-your-tweaks-patchers/ */ %hook PocketBuddyAppDelegate // Change this with your Application's Delegate. AppController, UnityAppController, GameDelegate etc. - (BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { // Popup only once at each launch of the app. UIAlertView *igcredits = [[uIAlertView alloc] initWithTitle:@"Bm Cheats" message:@"\nBm Cheats by Joka for iOSGods.com" delegate:self cancelButtonTitle:@"Thanks" otherButtonTitles:@"Visit Us", nil]; [igcredits show]; [igcredits release]; return %orig(); } %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 If you have any idea on how to fix, please leave a comment. Thank you!
  10. So I've downloaded the Pangu 9.3.3 JB app and can jailbreak with it fine. But once I've rebooted the device, the Pangu JB app just crashes when I try and launch it. Also, I go the Profiles to see if it's there but it isn't... I have to keep redownloading the Pangu app just so I can jailbreak.
  11. What are you on about?
  12. So I've tried to add my PayPal account as a payment method on the PS4 but when I do, it says "Your PayPal email or password is not valid. Please try again.". Both the email & the password are both correct so I have no idea why it's not working
  13. :lenny: What do I need to do?
×
  • 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