Jump to content

AnotherLurker

Senior Member
  • Posts

    1,093
  • Joined

  • Last visited

Everything posted by AnotherLurker

  1. Hey guys, So for the past few weeks, my iPad has been having issues staying connected to the internet. It connects to the internet just fine, but after a while of running tasks that don't require the internet, it disconnects from it. I am not sure if this is the iOS 9 Default, or an issue with Pangu etc. I don't have any Tweaks installed, except for Development stuff (Developer Tools, Rasticrac, etc, not really tweaks though). Thanks for your help.
  2. Been there, done that.
  3. I get the same error. failed to attach process 69: (os/kern) invalid address Exiting.
  4. Yea, apparently the tutorial I posted a link to above supposedly has a solution to these errors. Have you tried it?
  5. No, it just requires you to sign specific files. Try this tutorial: http://iosgods.com/topic/19478-how-to-fix-theos-on-ios-9-3264bit/
  6. It was this game that got me into hacking.
  7. Klepto
  8. Groundhog Day.
  9. Dora the "Explorer" 2.
  10. American Pie
  11. The iPhone 4 can run iOS 7 and all you really need is iOS 7 IPSW modified for the iPod Touch, but that's just too much work for an old Operating System for an old device.
  12. Here you go:
  13. %hook SPDCoinsManager - (void)subtractCoins:(int)coins { %orig(0); } %end
  14. Leave a like if you found this useful!
  15. Try this: %hook SPDEarnCoinsViewController - (void)showInviteFriendsAlertWithReward:(int)reward andDailyLimit:(int)limit { %orig(999999, 999999); } %end You might also want to hack the Daily Limit amount.
  16. He's already done this several times. No useful output has been shown.
  17. Try this: ARCHS = armv7 arm64 include $(THEOS_MAKE_PATH)/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
  18. You tried my makefile? EDIT:
  19. 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
  20. 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.
  21. You tried this? http://iosgods.com/topic/11401-8-ball-pool-auto-win-and-dc-hack-updated-july-2015-pc/
×
  • 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