Jump to content

Fadexz

Senior Member
  • Posts

    2,205
  • Joined

  • Last visited

Everything posted by Fadexz

  1. You are probably going to be waiting a good few months till iOS 11 releases if someone has one ready. I would suggest you buy an iPhone 4S or something and jailbreak it on 9.3.5, they're pretty cheap now.
  2. Well if you don't need anymore help then just click the tick on a best answer or edit the post as the solved tag.
  3. No problem! Found it on a quick google search of your error provision.cpp:81
  4. Well cracking an IPA will allow you to use it without an Apple ID if that is what you are looking for. Unless you mean hack the IPA. Or are you talking about using LocalIAPStore to hack in-app purchases? If you could rephrase your question that would be nice.
  5. That's only if you want a one year developer account license to want to buy that but the free one will let you keep the app for 7 days before needing to reinstall it so you should keep with that. The error is probably because of 2 step verification on your account or if you don't have that enabled usually entering another Apple ID or making a new one can fix it. Or you could try this. Revoke Certificates for apps you may have installed previously using Cydia Impactor. You can find more information to fix it here: http://www.iblogapple.com/2017/03/12/fix-provision-cpp-71-error-cydia-impactor/
  6. Oh yeah just make video tutorials, everyone probably wants those as there is a lack of good easy to follow tutorials. You could do how to install hacks, how to hack..., ect. Great thinking @crost
  7. I had someone else who had this problem not long ago. I think it is because of a file for Cydia (forgot where its located) but it contains the URLs to all the repos and I think some were missing from their file I think. IDK if i'll be able to find it.
  8. Yeah just do what i said, the only things I didn't add were hack apps and game saves, but I did it in order of difficulty.
  9. Thanks a lot!
  10. No problem!
  11. Well it was simply just downloading it then connecting to the I.P Address of my device, it was quite easy.
  12. Yeah that's why I got it but I used it for SSH for file browsing so far. I used Terminal for SSH instead of CyberDuck because I forgot it was for that purpose.
  13. I'm sort of a noob so I don't know what "lldb", i've only used Theos to create 1 hack so far. I haven't used much else, they all seem complicated.
  14. Well CyberDuck is just useful and Theos isn't to hard if you convert a flex tweak.
  15. No problem, just click best answer on someone or edit the post to the solved tag.
  16. Fadexz

    1

    Yeah AppSync Unified is for iOS 10, 9 & below.
  17. The only way is to have blobs which you would have had to save when the iOS version was being signed, but other then that you would need another device on an older version from 9.2.1 to 9.3.3.
  18. Yeah that happens with IGG from some repos, try and find this one on another repo because this one got shutdown but it is made by julioverne so maybe you can find his repo.
  19. @TheArmQueen I had the same issue with my tweak having 2 arguments but @Ted2 helped me, the only problem was that when he returned the original action it seemed to interfere with argument 2 and it instead returned the original value of arg 2 to arg 1 but that ended up being better anyway in my case. Here was what I was referring to. #import "substrate.h" #import "SpringBoard/SpringBoard.h" %hook PromoteViewController -(void)goBuyViews:(int)arg1 numbercoins:(int)arg2 { %orig (arg2, 5); } %end %hook AppDelegate - (void)applicationDidBecomeActive:(id)application { NSUserDefaults *validate = [NSUserDefaults standardUserDefaults]; NSString *alreadyRun = @"already_run"; if ([validate boolForKey:alreadyRun]) return; [validate setBool:YES forKey:alreadyRun]; UIAlertView *alert = [[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 = Cost amount e.g 600 coins for 100 views = 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:nil cancelButtonTitle:@"Thanks AUSSIE G4M3R" otherButtonTitles:nil]; [alert show]; [alert release]; } %end
  20. @DiDA @Ted2 Is there some super noob friendly tutorials, preferably video that can help even if I literally know nothing about coding except for Theos and tweaks? All that seems like another language to me.. well mainly because its all random letters & numbers but yeah. Should I just not bother with IDA and just stick down at the level of Theos?
  21. How would that work if you don't have write access on your device if its non-jailbroken? Also your on iOS 11, you can't install non-App Store apps.. but I could be wrong.
  22. Is that the webclip for re-jailbreak offline? It probably is so that is the best one.
  23. As in "Sync" do you mean "Initialisation Error" if that is your problem you need to download it from a different repo, the repo I used servers got shutdown so IDK which repo works.
×
  • 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