Joka
Senior Member-
Posts
16,070 -
Joined
-
Last visited
Everything posted by Joka
-
Thanks. I tried that and it didn't work ._. I'll use the iOS 8 SDK and will see it that works
-
[ENDED] [20 Minute Giveaway] 2 Crunchyroll Premium Accounts
Joka replied to a topic in Community Giveaways
DiDA is an awesome guy ( ͡° ͜ʖ ͡°) -
So what will the new UIAlert/Controller text look like in the Tweak.xm?
-
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!
-
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.
-
DIY Hack Word Streak by Words With Friends All Versions
Joka replied to EvilDevilReX's topic in DIY Cheats
Nice! -
What are you on about?
-
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
-
:lenny: What do I need to do?
-
What?
-
Hi. So I followed DiDA's tutorial for "How to get LLDB working on Windows [Working for iOS 9] but when I type in the "process connect connect://127.0.0.1:23", LLDB just waits for something to happen then after a few minutes, all I get is this: The Process ID is correct so I have no idea what's wrong? :shrug: Any help is appreciated!
-
Can I create my own bot and credit you for the idea?
-
Are you planning on make other bots? i.e create a Cydia Substrate topic? create a Tutorial topic? etc.
-
Hope so!
-
Seems like a glitch. I'd contact DiDA to see what he can do about it
-
PM @DiDA
-
What I was thinking but I doubt it.
-
It should be there at the top on the homepage of iOSGods...
-
What device are you using?
-
Go to www.iosgods.com and you'll see it at the top of the page.
-
Welcome!
-
Name of App: Criminal Case: Pacific Bay by Pretty Simple Requirements: - Criminal Case: Pacific Bay by Pretty Simple game (link: https://itunes.apple.com/us/app/criminal-case-pacific-bay/id1151049361?mt=8&uo=4&at=1010lce4) - Jailbroken iDevice - GamePlayer or GameGem. iGameGuardian may work too; haven't tested. Features: - Unlimited Coins - Unlimited Score Note: More features may be added soon without notice. Instructions: Unlimited Score: 1) Download GamePlayer/GameGem/iGameGuardian and open it up. 2) Open the Criminal Case: Pacific Bay game too and start a mission. 3) Take note of your current score and type the score you have into the value editor and tap on search. 4) Let it search till it has found some results. 5) Go back to the game and find an item to increase your score. 6) Type in the new value score into the value editor till only a few results show. 7) Change the value of the score to whatever you'd like ('999,999,999' being an example). 8) Go back to the game, find another item and your score will now be hacked. Note: You can earn unlimited coins from this method due to your high score, but this method is longer than the other method I have on this topic. Unlimited Coins: 1) Download GamePlayer/GameGem/iGameGuardian and open it up. 2) Open the Criminal Case: Pacific Bay game too. 3) Take note of your current value of coins and type that into the value editor and tap on search. 4) Let it search till it has found some results. 5) Go back to the game and either buy something to decrease your coins or complete a mission. 6) Type in the new value of coins into the value editor till only a few results show. 7) Change the value of your coins to whatever you'd like ('999,999,999' being an example). 8) Go back to the game, buy an item and you'll notice your coins will now be hacked. If I could get a from you for my work, that'd be much appreciated! Thank you Credits: - @@Joka Enjoy!