Jump to content

Fadexz

Senior Member
  • Posts

    2,205
  • Joined

  • Last visited

Everything posted by Fadexz

  1. Are you jailbroken? Probably not...
  2. 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.
  3. Just make a new Apple ID but in the US.
  4. 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.
  5. 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.
  6. Good idea.
  7. Doesn't Theos come with "include"? The only folder it doesn't have is the "sdks" folder.
  8. 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.
  9. It works, just do a google search like I did. https://github.com/theos/sdks
  10. 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.
  11. 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.
  12. Just go to se7ensins for the latest money glitches available. I will no longer update this topic.
  13. 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)
  14. 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.
  15. @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.
  16. @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.
  17. 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
  18. 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.
  19. There are some just try different ones.
  20. I suggest you just go to an Apple store for them to sort it out.
  21. 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.
  22. 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.
  23. Thanks for responding, well I think the second one would be more important anyway.
×
  • 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