Jump to content

AnotherLurker

Senior Member
  • Posts

    1,093
  • Joined

  • Last visited

Everything posted by AnotherLurker

  1. You tried my makefile? EDIT:
  2. Try this: ARCHS = armv7 arm64 include theos/makefiles/common.mk include $(THEOS_MAKE_PATH)/tweak.mk TWEAK_NAME = BlockHeadshack BlockHeadshack_FILES = Tweak.xm BlockHeadshack_FRAMEWORKS = UIKit BlockHeadshack_LDFLAGS += -Wl,-segalign,4000 include $(THEOS_MAKE_PATH)/aggregate.mk
  3. It isn't his Tweak.xm, as it has already been compiled by the time the error has been realized. There is something wrong in making the debian file.
  4. You tried this? http://iosgods.com/topic/11401-8-ball-pool-auto-win-and-dc-hack-updated-july-2015-pc/
  5. It was an error making the debian file. Are you sure there is nothing wrong with Makefile & Control?
  6. 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/
  7. There are many other ways for user applications to detect a jailbroken device. Have you tried Xcon?
  8. All it would have taken was Safe mode & Uninstalling the tweak.
  9. Ah, well the bottom clang++ error should be fixed, but are you sure signing will fix the aliased.pm file?
  10. Good Job! Gave your first like.
  11. 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.
  12. Looks like you have misconfigured theos, try reinstalling with proper tutorials on the forum.
  13. Steal @DiDA's avatar, he'll "appreciate" it.
  14. Maybe ldid could not find the LC_CODE_SIGNATURE load_command? Are you sure you need to sign it?
  15. @@HeroX Try booting in NoSubstrate Mode.
  16. Use this instead: ldid -s clang
  17. Hold Volume button Up & Boot.
  18. well, since you're only modifying the cost: %orig(arg1, 0, arg3);
  19. %hook FYApplication - (void)setIsHidden:(BOOL)hidden { %orig(NO); } %end
  20. %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.
  21. You don't have to name it arg1... you can name it whatever you want.
×
  • 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