Jump to content

Fadexz

Senior Member
  • Posts

    2,205
  • Joined

  • Last visited

Everything posted by Fadexz

  1. Well it was simply just downloading it then connecting to the I.P Address of my device, it was quite easy.
  2. 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.
  3. 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.
  4. Well CyberDuck is just useful and Theos isn't to hard if you convert a flex tweak.
  5. No problem, just click best answer on someone or edit the post to the solved tag.
  6. Fadexz

    1

    Yeah AppSync Unified is for iOS 10, 9 & below.
  7. 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.
  8. 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.
  9. @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
  10. @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?
  11. 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.
  12. Is that the webclip for re-jailbreak offline? It probably is so that is the best one.
  13. 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.
  14. Why would you update? There obviously are other ways to re-jailbreak again. And if anything you would keep when updating would be the things that modify system files like some icon layout tweaks and stuff, but that might only be on the same OS since from iOS 9 and iOS 10 is a new OS it may replace all system files idk I did it a long time ago.
  15. Unless you are on the iPhone 4S because it is the latest current version.
  16. This topic was moved from General Chat to Help & Support.
  17. @TheArmQueen Sorry I forgot to post this. Here are all my tweaks if you are looking for something cool. It wouldn't let me make the preview any bigger so you will have to click on it and zoom in.
  18. Have you tried searching iPad at the end I think that's what they do if they make an iPad version also.
  19. Well Anemone is a Winterboard alternative to applying themes so it would probably do whatever WinterBoard does.
  20. IDK if the theme ones need to reboot though like FreeLoader, I can check if you are actually going to use it.
  21. Just the loading icons, the rest I listed the tweaks. It's made for iOS 8 though so that's why the custom or any other than the default ones don't work unless its the status bar.
  22. I was going to say something but I wasn't sure. I think most themes don't need need a reboot but i'm not too sure. I personally don't use themes except for like BootLogoCustomizer if you would call it a theme as it just changes the colour of the respring screen. I also use FreeLoader, it changes loading images but custom ones only seem to work for status bar on iOS 9 (I have the Destiny Loading Animation). ^ Custom ^ Default, for every thing else I use LockGlyph. Mitsuha NudeKeys MorePredict SpinSettings https://onedrive.live.com/?authkey=!AGnLQwLk-oWdWgw&cid=927BA2EAA418A5B4&id=927BA2EAA418A5B4!1479&parId=927BA2EAA418A5B4!582&o=OneUp But no icon themes or anything.
  23. Can you install a tweak or repo?
  24. Here:
×
  • 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