Jump to content

Fadexz

Senior Member
  • Posts

    2,205
  • Joined

  • Last visited

Everything posted by Fadexz

  1. Wow I missed this, awesome setup!
  2. Try delete the app and install it to see if the problem still occurs.
  3. Yes, just make sure you save the file then save it to your device. Running "make package install" will make the deb and save it into /var/mobile/ and will install it to your device at the same time allowing you to test it.
  4. I thought there was that Saigon jailbreak for iOS 10.2.1. IDK. To use your blobs you need to use FutureRestore or something, there are videos on how to downgrade using blobs.
  5. Shouldn't it have this at the top? vvv #import <substrate.h> #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> %hook CupidSetting -(void)SetIsVipMember:(bool)arg1 { arg1 = TRUE; } %end %hook CupidIAPHelper -(bool)IsVipMember { return TRUE; } %end %hook CupidSetting -(bool) IsVipMember { return TRUE; } %end %hook CupidAppDelegate -(void)applicationDidBecomeActive:(id)arg { UIAlertView *credits = [[UIAlertView alloc] initWithTitle:@"Enjoy your free VIP" message:@"Hacked by Demi-God for iOSGods.com!!" delegate:self cancelButtonTitle:@"Close" otherButtonTitles:@"Similar apps", nil]; [credits show]; [credits release]; return %orig; } %new -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { NSString *button = [alertView buttonTitleAtIndex:buttonIndex]; if([button isEqualToString:@"Similar apps"]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.iOSGods.com/topic/60935-hmu-get-more-friends-views-free-vip"]]; } } %end %ctor { %init(CupidSetting = objc_getClass("Cupid.UserSetting"), CupidIAPHelper = objc_getClass("Cupid.IAPHelper"), CupidAppDelegate = objc_getClass("Cupid.AppDelegate")); };
  6. @Bellako23 IDA might be a bit hard if you are new to hacking. Look at MS hacks which are like converting Flex hacks into debs (stand alone hacks).
  7. That doesn't sound good deleting it. You can try reinstall Cydia somehow.
  8. Yes you can do what @Th3nop said on some apps/games. Or you can speed up video playback which works for pretty much everything. You can use 'VideoPace' and change the speed in the settings file (plist) to 500000 (x500) to make the video ad only a few milliseconds to replay the video many times quickly.
  9. No, you cannot. It requires root permissions.
  10. @ItsMrChow You know what ads are right? If you want it maybe the government pays for it, ask your school or check your school's website. Otherwise if you can't get it for free through the government you can do that other alternative.
  11. For me kstore caused the problem when I wasn't able to download apps but I just disable it until I need to use it using iCleaner.
  12. No one knows but there has been hope recently for iOS 11.2.1 as exploits have been released.
  13. Stay on iOS 11.1.2 as there is a potential for a jailbreak soon but there currently is not a jailbreak for iOS 11. The latest jailbreak was for iOS 10.2.1.
  14. What do you mean? Money generators from out of nowhere always work for me. All I have to do is do their surveys to give them money and they give me them hacks in return. - sarcasm -
  15. Yes, there were exploits released which could lead to a future jailbreak, it isn't everything required for a jailbreak but partially so if you are interested stay on iOS 11.1.2.
  16. Thanks Joka You always provide the best free stuff.
  17. For some reason the app doesn't work anymore for me and I get a save error.. weird.
  18. Oh.. well the picture says 1.0.0...
  19. @Joka Isn't the latest version 1.1.0 which if that's the owners source then it should be updated?... Seems a lot better.. mainly cause it has an icon.
  20. If you are not jailbroken use the site to save your blobs. https://tsssaver.1conan.com/
  21. It is an easy to use and fast app. Love it! Surprised no one posted about 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