Jump to content

bus991

Senior Member
  • Posts

    1,096
  • Joined

  • Last visited

Everything posted by bus991

  1. To get it fixed God mode doesn't work punt always works I flex It probably need to get fixed
  2. My gems hack and jump hacks work but the last four don't work I tested it in flex 3 seems to be fine but here %hook Gem -(int) gemvalue { return 99999; } %end %hook Player -(BOOL) onGround { return TRUE; } -(void) setInvincible:(BOOL)arg1 { arg1 = FALSE; %orig; } -(BOOL) invincible { return TRUE; } %end %hook Water -(BOOL) isLava { return FALSE; } -(void) setIsLava:(BOOL)arg1 { arg1 = FALSE; %orig; }
  3. I used theos tutorials
  4. how do you copy n paste into new term
  5. i did that one and tried it gave that error
  6. Hi friends im making a hack for goblin sword and I'm trying to compile it to .deb and I'm getting this error. Please anybody try to fix this error and you will be shouted out saying you helped me with my tweak https://i.imgur.com/VdMunTS.png
  7. . It's optimized for Mac I looked it up how it's optimized for Mac I looked it up how just how do I change it for iOS
  8. already had thar that*
  9. I'll do 9.2 Xcode-select:command not found I picked 9.2 iOS Sdk same error
  10. should I get 9.3.3 one its compitable with arm 64
  11. can't send it Imgur int let time limit link didn't work
  12. the link is dead for Sdk website in the tutorial
  13. I got Xcode-select command not found send me link for 9.2
  14. link for tut please I forgot where it was
  15. same error can you send me your theos folder for ARM 64
  16. I just linked it I got this now https://imgur.com/gallery/rwaiu
  17. iPad mini 4 iOS 9.3.3
  18. ARCHS = armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = goblinhack goblinhack_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" here it's fine it worked for joka ARCHS = armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = goblinhack goblinhack_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard"
  19. Here it works for Joka but not me https://imgur.com/gallery/plTi6
  20. no because compiling it is the problem
  21. You sent it to me right or nah Who cares Jokas is better Don't make it complicated
×
  • 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