Jump to content

Fadexz

Senior Member
  • Posts

    2,205
  • Joined

  • Last visited

Everything posted by Fadexz

  1. It may download automatically in the background the latest version then ask you to update later if you chose to, you can delete the update from storage in settings if that happens. You can mark an answer as best answer or edit the post to the solved tag if you have your answer.
  2. If its Bluetooth then it should show a battery in the status bar unless its not supported for that.
  3. It is a file that basically gives permission for your device to install that firmware. Basically if you have it, it signs it for you after it can no longer be signed (restored to). It requires you to save the blobs while they are still being signed by Apple then you can preserve them for later basically (In other words, it allows you to downgrade to that version). Other then that there is no way to downgrade, you either stick with what you have or update to the latest. If a jailbreak comes out however you should save your blobs to be able to downgrade to that version. But if you would like just save your blobs for every new (signed/latest) version so if there is ever a jailbreak for those versions you can go back to them later.
  4. I thought you had more experience to know that.
  5. It might all be server-sided, which most apps now unlike 2-3 years are. Everything you do is probably just visual. Although you can start by using Flex then converting it into a tweak/hack .deb file. But if you want to do more advanced stuff like changing the app itself then you would have to use IDA.
  6. Try get someone else's keychain file then IDK.
  7. Are you jailbroken? Probably not...
  8. 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.
  9. Just make a new Apple ID but in the US.
  10. 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.
  11. 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.
  12. Good idea.
  13. Doesn't Theos come with "include"? The only folder it doesn't have is the "sdks" folder.
  14. 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.
  15. It works, just do a google search like I did. https://github.com/theos/sdks
  16. 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.
  17. 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)
  18. 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.
  19. @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.
  20. @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.
  21. 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
  22. 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.
  23. There are some just try different ones.
  24. I suggest you just go to an Apple store for them to sort it out.
  25. 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.
×
  • 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