Jump to content

AnotherLurker

Senior Member
  • Posts

    1,093
  • Joined

  • Last visited

Everything posted by AnotherLurker

  1. It was an error making the debian file. Are you sure there is nothing wrong with Makefile & Control?
  2. Use search next time. http://iosgods.com/topic/11401-8-ball-pool-auto-win-and-dc-hack-updated-july-2015-pc/ http://iosgods.com/t...remium-updated/
  3. There are many other ways for user applications to detect a jailbroken device. Have you tried Xcon?
  4. All it would have taken was Safe mode & Uninstalling the tweak.
  5. Ah, well the bottom clang++ error should be fixed, but are you sure signing will fix the aliased.pm file?
  6. Good Job! Gave your first like.
  7. If you had properly read the errors, you would have seen that it is a issue with unauthorized modification of aliased.pm, not a permission error.
  8. Looks like you have misconfigured theos, try reinstalling with proper tutorials on the forum.
  9. Steal @DiDA's avatar, he'll "appreciate" it.
  10. Maybe ldid could not find the LC_CODE_SIGNATURE load_command? Are you sure you need to sign it?
  11. @@HeroX Try booting in NoSubstrate Mode.
  12. Use this instead: ldid -s clang
  13. Hold Volume button Up & Boot.
  14. well, since you're only modifying the cost: %orig(arg1, 0, arg3);
  15. %hook FYApplication - (void)setIsHidden:(BOOL)hidden { %orig(NO); } %end
  16. %hook TradePortal - (void) buyItem:(int)arg1 atTotalPrice:(int)arg2 count:(int)arg3 { if (GetPrefBool(@"key6")) { %orig (arg1, 0, INT_MAX); } return %orig; } %endBuys Infinite Items at 0 price.
  17. You don't have to name it arg1... you can name it whatever you want.
  18. You need to provide names for arguments, you can't leave them nameless and somehow expect the compiler to properly reference them.
  19. He specifically said he deleted Cydia. Hi, You can try installing this deb: http://apt.saurik.com/debs/cydia_1.1.26_iphoneos-arm.deb and rebooting. I cannot guarantee this will work, as unfortunately, when I was in your position a few years ago (instead of deleting, p0sixspawn never installed it properly), I never did get it to work, I do however, wish you the best of luck!
  20. You can use Flex or Make a tweak for it: %hook MATSettings - (BOOL)jailbroken { return NO; } %end %hook MATTracker - (void)setShouldDetectJailbroken:(BOOL)shouldDetect { %orig(NO); } %end
×
  • 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