-
Posts
2,205 -
Joined
-
Last visited
Everything posted by Fadexz
-
Possible, yes of course. Easy, no. No jailbreak tool for it currently. For iOS 10 you're looking at 10.1.1 and 10.2.
-
Help/Support Hardest Apps To Hack Using Flex 3?
Fadexz replied to The Epic Gamer's topic in Help & Support
Clash of Clans. -
There's no much you can do unless you have connected it to your computer before and trusted it so then you can use iFunBox to find the DCIM folder with the pictures in it. Or another possiible alternative is to make a backup with iTunes (if you already had access to it) and retrieve the picture from the backup file if you can do that. Or the last thing you can do is check your iCloud if you have iCloud Photos Library on then it would be saved on iCloud. Other then that try and think of the button combination you used, otherwise you won't be able to get it back if its that important.
-
They want to access their device but they forgot their passcode to be able to get a picture they want off it.
-
Welcome!
-
Awesome!
-
This name with an er.
-
That's the best english i've seen for someone that doesn't know very good english.
-
Cool
-
Help/Support Is it okay to delete empty folders in iFile?
Fadexz replied to Fadexz's topic in Help & Support
I may .... or may not have had a sex change. -
Help/Support Is it okay to delete empty folders in iFile?
Fadexz replied to Fadexz's topic in Help & Support
Wanna or are we?... △ I guess we'll never know if its too good to be true... jk. -
Help/Support Is it okay to delete empty folders in iFile?
Fadexz replied to Fadexz's topic in Help & Support
Well at least I know it probably won't do anything but yeah, the only reason would be so there are as many folders listed so its easier to find stuff but yeah thanks. -
Help/Support Theos Make Errors (Now UIAlertView) [Testing]
Fadexz replied to Fadexz's topic in Help & Support
@TheArmQueen The app seemed to fix itself over night and it no longer crashes. Although I don't know if the UIAlertView worked because I had the tweak working with a different UIAlertView and it may have caused it to not show up again since its only a one time thing but you said once per launch so that means it should have showed up. Any idea why the Alert isn't popping up at launch? #import <substrate.h> #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> %hook PromoteViewController -(void)goBuyViews:(int)arg1 numbercoins:(int)arg2 { %orig (arg2, 5); } %end %hook AppDelegate // Change this with your Application's Delegate. AppController, UnityAppController, GameDelegate etc. +(void)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { // Popup only once at each launch of the app. UIAlertView *igcredits = [[UIAlertView alloc] initWithTitle:@"READ Important!" message:@"Before using this make sure you stick to 1 active promotion per google account at one time for it not to get blocked. Views amount equals Cost amount e.g 600 coins for 100 views equals 600 views. Watch 1 video to get your 600 views, if it gets block after a day do 100 views instead (normal max). Enjoy your free unlimited Views and Likes!" delegate:self cancelButtonTitle:@"Thanks AUSSIE G4M3R!" otherButtonTitles:@"Visit iOSGods!", nil]; [igcredits show]; [igcredits release]; return %orig(); } %new -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { NSString *button = [alertView buttonTitleAtIndex:buttonIndex]; if([button isEqualToString:@"Visit iOSGods!"]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://iosgods.com/"]]; } } %end Maybe I didn't change the AppDelegate to the correct one, i'll have a look later. -
Help/Support Stuck on Yalu no GO button?! Help pleaseee
Fadexz replied to Lukus77's topic in Help & Support
I said "signed" meaning that you can restore to that version in iTunes (mostly the latest version only) which there isn't a jailbreak for 10.3.3. Yes there are current jailbreaks for iOS 10 but not the signed restorable versions (iOS 10.3.3). -
It would makes sense for them to do that and if an exploit(s) gets patched on iOS 11 then they will probably release one for iOS 10 but yeah.
-
If that doesn't work try using Apps Manger to wipe all data for the app (reset app). And if that doesn't work its probably connected to your account so you would need a new game center account if you can't delete it from inside the app.
-
If there were anything they would save it for iOS 11.
-
Help/Support Theos Make Errors (Now UIAlertView) [Testing]
Fadexz replied to Fadexz's topic in Help & Support
Any idea why it is causing the app to launch crash now? #import <substrate.h> #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> %hook PromoteViewController -(void)goBuyViews:(int)arg1 numbercoins:(int)arg2 { %orig (arg2, 5); } %end %hook AppDelegate // 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:@"READ Important!" message:@"Before using this make sure you stick to 1 active promotion per google account at one time for it not to get blocked. Views amount equals Cost amount e.g 600 coins for 100 views equals 600 views. Watch 1 video to get your 600 views, if it gets block after a day do 100 views instead (normal max). Enjoy your free unlimited Views and Likes!" delegate:self cancelButtonTitle:@"Thanks AUSSIE G4M3R!" otherButtonTitles:@"Visit iOSGods!", nil]; [igcredits show]; [igcredits release]; return %orig(); } %new -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { NSString *button = [alertView buttonTitleAtIndex:buttonIndex]; if([button isEqualToString:@"Visit iOSGods!"]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://iosgods.com/"]]; } } %end Is the UIAlertView making it crash? I changed - (BOOL)application... to +(void)application... as that's what it said in Flex. Removed tweak from Cydia but app is still crashing even after reinstall? (only when jailbroken) What could possibly be causing my app to crash, is it fully uninstalled? -
No problem, at least that's my understanding of it, I haven't even touched that myself but that's what I heard.