Jump to content

bus991

Senior Member
  • Posts

    1,096
  • Joined

  • Last visited

Everything posted by bus991

  1. @@DiDA Can u check what is wrong I works that way and it worked in flex SOOOO yeah it worked in flex but not in tweak
  2. Can someone fix it please
  3. To get it fixed God mode doesn't work punt always works I flex It probably need to get fixed
  4. 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; }
  5. I used theos tutorials
  6. how do you copy n paste into new term
  7. i did that one and tried it gave that error
  8. 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
  9. . 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
  10. already had thar that*
  11. I'll do 9.2 Xcode-select:command not found I picked 9.2 iOS Sdk same error
  12. should I get 9.3.3 one its compitable with arm 64
  13. can't send it Imgur int let time limit link didn't work
  14. the link is dead for Sdk website in the tutorial
  15. I got Xcode-select command not found send me link for 9.2
  16. link for tut please I forgot where it was
  17. same error can you send me your theos folder for ARM 64
  18. I just linked it I got this now https://imgur.com/gallery/rwaiu
  19. iPad mini 4 iOS 9.3.3
  20. 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"
  21. Here it works for Joka but not me https://imgur.com/gallery/plTi6
×
  • 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