-
Posts
2,205 -
Joined
-
Last visited
Everything posted by Fadexz
-
Thanks, I didn't expect it to be as easy as it just doing it all for you. So after I should be able to give the app to anyone to use without an apple id?
-
Help/Support Help with tweak - Returning original action
Fadexz replied to Fadexz's topic in Help & Support
No, it works. Arg 1 is "goBuyViews" and is the first one, i'm pretty sure. -
Okay thanks, how hard do you think it would be for a person who has only made one tweak?
-
Here's my tweak.xm, I need to return the arg 1 to original action because it is mixing up with the original arg 2 value. Thanks! %hook PromoteViewController -(void)goBuyViews:(int)arg1 numbercoins:(int)arg2 { %orig (arg2, 5); } %end %hook PromoteViewController -(void)goBuyViews:(int) numbercoins:(int)arg2 { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Free Unlimited Views + Likes Hack!" message:@"Enjoy your free unlimited Views and Likes! - AUSSIE G4M3R" delegate:nil cancelButtonTitle:@"Thanks AUSSIE!" otherButtonTitles:nil]; [alert show]; [alert release]; } %end Current question: I basically want a working UIAlertView when my hack is used. There is a mistake near the end 'delegate' that's probably why the UIAlertView wasn't working. Let me know if I did everything correctly in the second UIAlertView part. Thanks!
-
I want to crack an IPA from the App Store to share old apps you can no longer download normally from the App Store. Is it easy? Otherwise I won't bother.
-
GENIUS! How did I not think of that.
-
Yeah well I was going to say if you wanted the best but you should probably look at an iPhone 6 or SE then. I have a 5s and its mainly fine, the only things a don't like it the smaller screen for games and it takes a little bit of time to launch apps and isn't as instant as the iPhone 6 or higher is.
-
If you just want the best device for jailbreak it would be the iPhone 6S (on iOS 9.3.3 or 9.0.2 for untether (jailbroken on boot)), unless you think you are going to play games then you should look at getting an iPad but you did say iPhone so there you have it.
-
Help/Support Install LocaliApStore without Jailbreak
Fadexz replied to Cyrine's topic in Help & Support
I think what they do is say "Free In-app Purchases" when really its just hacked games like "Free Store" Hacks and stuff which is similar but not the same. -
Help/Support instagram plus bypass 7days signing?
Fadexz replied to P.A.N.D.A's topic in Help & Support
Isn't there a jailbreak that just released for iOS 9.3.5 (32-Bit)? You could just jailbreak to bypass/not have to do it. -
Yeah I thought it was the wrong place.
-
I'm a noob at Theos but check if you have this header or have the 9.3 SDK.
-
Help/Support Theos - make package errors - Need help fixing
Fadexz replied to Fadexz's topic in Help & Support
Tweak.xm %hook PromoteViewController -(void)goBuyViews:(int)arg1 numbercoins:(int)arg2 { if(GetPrefBool(@"key1")) { return; //returns void to null// %orig (arg2, 5); } return %orig; } It has no %end but when I add it, it shows a lot of errors when making the package. I may have added it wrong. Makefile include theos/makefiles/common.mk TWEAK_NAME = YoutuberFreeViewsLikes YoutuberFreeViewsLikes_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk -
Help/Support Theos - make package errors - Need help fixing
Fadexz replied to Fadexz's topic in Help & Support
I was thinking about that. -
Help/Support Theos - make package errors - Need help fixing
Fadexz replied to Fadexz's topic in Help & Support
I tried that but it ended up having more errors, i'll give it a go now though. -
Any tweak/app to salve battery on iOS 10?
Fadexz replied to Trinity94's topic in iOSGods Archives's General Cydia
Just use low power mode or turn off bluetooth and cellular data whenever you don't need it, it should last a long time. -
2 errors that appear. Says it's missing '%end' at the end of the tweak file... If someone knows please help me fix the tweak. Any help is great, this has been going on for a while. Thanks!
-
Just find other posts and what they did to install the app and rejailbreak if that is your problem.
-
Help/Support KStore - Where to find downloading app taking up space?
Fadexz replied to Fadexz's topic in Help & Support
Did that but it didn't work, I just had to try downloading the app again and it removed the file then I stopped it. -
I used KStore to install an app (game) a little while ago, it never fully completed installing and is taking up space on my device (over 1 GB). Where or how can I find and delete the game file that was being downloaded to free space? Solved: Redownloaded the app then canceled it to free the space back up. Should have done that before I posted this but I thought it wouldn't work.
-
lol they replaced it You could or they could have just restored it, well I guess at least you got a brand new device for nothing.
-
You probably can't you deleted all the main files.
-
What are you talking about backups backup personal content not iOS that's a waste of space and unnecessary. If you didn't save blobs of the version when it was being signed you have to update to the latest version. That is the only thing you can do.
-
No you need a custom source to get any other then the iGameGuardian Beta. I got mine from a repo that shutdown a month or 2 ago so I don't know any others. I don't know if it is possible to share the app if its installed cause I don't have the package anymore and I don't know how to create one. Just try and find a custom/3rd party source that has it and works unless someone else knows any other sources they got it from.
-
That popup of 'full storage' can be normal when the jailbreak process happens. You can check if your device actually is low on storage in settings. The iOS 10 jailbreak is a little fiddly it can take multiple tries. If it still doesn't work after 20 tries then, you may have to wait for someone else that has more experience jailbreaking iOS 10 because I have iOS 9 so I don't get those problems.