Jump to content

Fadexz

Senior Member
  • Posts

    2,205
  • Joined

  • Last visited

Everything posted by Fadexz

  1. Unless you are somehow Jailbroken on iOS 12 it would not work.
  2. Name of the game you want hacked: Fortnite Version of the game: 5.41.0 iTunes Link for the app: https://itunes.apple.com/us/app/fortnite/id1261357853?mt=8 Jailbroken or Non-Jailbroken: Jailbroken or either Requested Features: Jailbreak Detection Bypass
      • 1
      • Like
  3. Meh, everyone just uses infections now.
  4. Just be on the same network if you want to normally use LAN play.
  5. Nice! Where can the VIP be found? In random topics? On the site itself?
  6. Dam, I missed 1 Million members  xD

  7. Apparently Coolstar originally blocked the repo (sauriks). How can I fix the repo to show packages again. Did try re-add it a while ago already. It makes it annoying when packages depend on things from the repo to work.
  8. No.
  9. That's not big enough for a section, besides the store for AutoTouch will be back soon.
  10. I don't.. but its a free game to add to your steam library if you ever do.
  11. Orwell game available from Steam on Windows, Mac & Linux, FREE for a limited time! << Click this image! Or click this link: https://www.humblebundle.com/store/orwell
  12. I think you still need to change it yourself, it just allows you to download the IPA by faking your version. Oh well apparently it works, maybe try get the latest version from the offical repo.
  13. Don't think so.
  14. You could go to their profiles but yea it would make it easier.
  15. If its not hard sure go for it. But I know nothing about it.
  16. Can't you pay to get it unlocked? I'm not 100% sure though.
  17. Should look something like this. #import <substrate.h> #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> %hook AppDelegate -(bool) application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { UIAlertView *igcredits = [[UIAlertView alloc] initWithTitle:@"Title Text Here" message:@"Message Text Here" delegate:self cancelButtonTitle:@"Ok Button Text" otherButtonTitles:@"Link Button Text", nil]; [igcredits show]; [igcredits release]; return %orig(); } %new -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { NSString *button = [alertView buttonTitleAtIndex:buttonIndex]; if([button isEqualToString:@"Link Button Text"]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://iosgods.com"]]; } } %end ARCHS = armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = MyTweak MyTweak_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk MyTweak_FRAMEWORKS = UIKit CFLAGS = -w
  18. To have your own custom respring logo we will replace the default circle respring logo animation. This method only allows for 12 frames at most to be used so the animation should be 1 second or less for it not to look bad, just simply delete every few images so you only end up with 12 or less if there is more frames. [Hidden Content] Enjoy your Custom Respring Logo Animation!
  19. Your best luck would be from Cracktool 3.
×
  • 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