-
Posts
2,205 -
Joined
-
Last visited
Everything posted by Fadexz
-
Are you jailbroken? Probably not...
-
You can turn a video into a gif image by using a website by searching gif maker or video to gif image or something, that's how I turned a video in a gif for mine.
-
Just make a new Apple ID but in the US.
-
Help/Support How do people make moving profile pics
Fadexz replied to SethMortal's topic in Help & Support
You can have a signature like we do but that's about it I think. It's called a gif btw, a video image if you want to call it that. -
Help/Support What's the With and height of the cover photo
Fadexz replied to SethMortal's topic in Help & Support
I think its aprox. 10000x932 but you may want to make it lower or higher resolution but that's mine for my Club. Mine is actually 10000x10000 because for some things like preview it shows it with more height. If it's for your profile just make an image an upload it and find out how much it can be moved up and down though you can just reposition it so you don't need to worry about the size only if you need it to fit the whole image in. It's wider then you think, it needs to be a really wide image or not very high. -
Help/Support need working iOS SDK and include GENUINE
Fadexz replied to Goran's topic in Help & Support
Doesn't Theos come with "include"? The only folder it doesn't have is the "sdks" folder. -
Xig team is fake i'm pretty sure. If anything I think they would rather release a jailbreak for iOS 11 as its about to come out. If anybody even has any exploits then if they get fixed on iOS 11 then they would release it for iOS 10.3.3.
-
Help/Support need working iOS SDK and include GENUINE
Fadexz replied to Goran's topic in Help & Support
It works, just do a google search like I did. https://github.com/theos/sdks -
Help/Support Please let's end this uneccesary spam
Fadexz replied to Thuder's topic in Help & Support
Well it's sort of the way it works, to view hidden content you need to either reply or like the post, most people chose to reply as that's the better option. -
[iCleaner] How to maximize cleanup
Fadexz replied to Xx AK47 xX's topic in iOSGods Archives's General Cydia
No problem -
[iCleaner] How to maximize cleanup
Fadexz replied to Xx AK47 xX's topic in iOSGods Archives's General Cydia
Magic Phone Cleaner, although it only clears Cache, RAM and sort music deletion by size. The clear cache however will come in handy to use every once and a while. -
Just go to se7ensins for the latest money glitches available. I will no longer update this topic.
-
Help/Support Theos - Help Returning Original Argument Action
Fadexz replied to Fadexz's topic in Help & Support
I got this error, I've had this before I think it is for using special characters but IDK what it is that's causing it. Error 1 & Error 2 (I can't upload an image atm) -
Help/Support Theos - Help Returning Original Argument Action
Fadexz replied to Fadexz's topic in Help & Support
Okay i'll try that, maybe i'm getting it wrong what you mean. So %orig (arg1, 5); Is the original for arg1 but after the comma it is '5' for arg2? I'll use it and see what it does. Edit: Never mind you just said that. -
Help/Support Theos - Help Returning Original Argument Action
Fadexz replied to Fadexz's topic in Help & Support
@Ted2 -(void)goBuyViews:(int)arg1 numbercoins:(int)arg2 { I want to have the first one as original ^ Then only change ^ to 5. For some reason the first one changes by itself to the original value of the second one. I don't know why the first one is being affected but it is. -
Help/Support Theos - Help Returning Original Argument Action
Fadexz replied to Fadexz's topic in Help & Support
@Ted2 But it's already %orig (arg2, 5) So if I want to not change arg 1 but only set arg 2 to 5 would I do both? %orig (arg1) %orig (arg2, 5) Or something? Because what is happening is it is conflicting with the other, basically arg 1 is becoming the original value of arg 2 for some reason. I want to fix arg 1 from being affected by setting it to its original value. -
Help/Support Theos - Help Returning Original Argument Action
Fadexz posted a topic in Help & Support
I've had this problem for a while now, hopefully someone can fix it. I need to return the original action of argument 1. Is it just this I need to add?.. %orig (arg1, %orig) Here's my tweak.xm #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 -(bool) application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { UIAlertView *igcredits = [[UIAlertView alloc] initWithTitle:@"Important! Before Use!“ message:@“Please consider Liking Before using this make sure you stick to 1 active promotion per Google account at one time for it not to get blocked. Watch 1 video to get 100 views on your video, if it ever gets blocked more than once use another Google account then paste the video URL code. Enjoy your free unlimited Views and Likes! Support me by checking out my YouTube Channel youtube.com/AUSSIEG4M3R" delegate:self cancelButtonTitle:@"Thanks AUSSIE G4M3R!" otherButtonTitles:@"Visit iOSGods.com!", 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.com!"]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://iosgods.com/profile/284321-thearmprincess/"]]; } } %end -
The only available jailbreaks for iOS 10 are for 10.1.1 and 10.2 other then that you will have to wait.. probably for an iOS 11 jailbreak.
-
There are some just try different ones.
-
I suggest you just go to an Apple store for them to sort it out.
-
I was looking for that answer too, IDK if you can or if there is something for that. You can do this on Mac. But the iPhone doesn't support this or recognise it is being shared to. Unsure if a tweak can allow support for this.
-
If you are talking about the 2nd one (clickable titles) I think so because it will allow you to view for example for 'recent topics' a full page of recent topics allowing you to view all new topics more than what it shows like only the last 10, so you don't have to look through all topics to find new stuff that may interest you.
-
Thanks for responding, well I think the second one would be more important anyway.