Jump to content

Fadexz

Senior Member
  • Posts

    2,205
  • Joined

  • Last visited

Everything posted by Fadexz

  1. Its not that simple if you haven't hacked anything before. You should start with MS hacks (Basically Flex patches created into tweak hacks). Later you can try IDA which is more advanced. Search for hacking starter guide or something with the search bar.
  2. Also currently in your hack give money to both teams or suppressed weapons doesn't work. Its just that the main hacks ATM are just unlimited ammo, no recoil and no spread which is great but it would be cool if there were more.
  3. @Joka Also better no gravity would be better or something similar cause it removes footsteps and makes you basically crouch while standing. With some way to gain height like minus gravity then be able to switch it. Sorry its all a bit too much
  4. lol xd, get someone like @caoyin which did the bullet force aimbot to help work on that if you can.
  5. It seems like there is new ranks after Elite. There is Global 1, Global 2, Global 3, Global 4 instead of Master.
  6. Okay okay cool, I haven't ever yet thinned a binary so I don't know what Lipo is or Aslr but I may soon if I attempt to use IDA.
  7. @xiaov So what does it do at the moment? Thin the binary? All good, cool to see something like this. Would like to see it when it progresses.
  8. Yeah all good, well its good so far.
  9. You probably should remove the second title though that's in blue cause it basically says the same thing as the title bar does. Maybe you could make it somehow just run it in terminal in the background if that's possible.
  10. That's pretty cool, didn't know you could make apps. That would be cool if you made a UI friendly app cracker that just runs it for you once you select the app.
  11. @pp666 Try say something nice like pp is beautiful open your eyes
  12. Nice. I'll add it to my purchases but IDK if i'll use it.
  13. Probably buy a nice car then use it towards a house and save some for later.
  14. It should work.
  15. Yeah sorry I don't have experience with the iOS 10 jailbreak no clue why.
  16. Try delete the app and install it to see if the problem still occurs.
  17. 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.
  18. 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.
  19. 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")); };
  20. @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).
  21. That doesn't sound good deleting it. You can try reinstall Cydia somehow.
  22. 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.
  23. No, you cannot. It requires root permissions.
  24. @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.
×
  • 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