Jump to content

bus991

Senior Member
  • Posts

    1,096
  • Joined

  • Last visited

Everything posted by bus991

  1. Doesn't matter it's outdated mark as solved for this one
  2. First and hey
  3. Trying to compile but got an error ask me if u want the file to look at https://imgur.com/a/RWwfL
  4. There's more errors but I'll give u credit I'll post the other errors in another topic
  5. use of undeclared identifier 'arg1' arg1 = 1300,
  6. That might be for gdb
  7. ok what do I edit in it
  8. Ok which file
  9. https://imgur.com/a/rXRPp
  10. the first two are the ones I started with idk if I'm right Ik that it's not necessary it stays key 1 until I want to make another code
  11. ok hold on here https://imgur.com/a/8lq9r
  12. yes but how do I put multiple codes into one button
  13. I know how to make it how do I put multiple codes into one button
  14. yes a patcher how do I put all this code as one button cuz you need these codes to activate the long line
  15. Don't cuz if hey did ur in trouble
  16. ok but I need help for putting this in a patcher also I want to put this so one but activates all of these at once
  17. I'm not sure how to put all of this for one button %hook UserInfo -(int) lowAimRatio { return -900; } %end %hook UserInfo -(void) setLowAimRatio:(int)arg1 { arg1 = -900; return %orig; } %end %hook UserInfo -(void) setHighAimRatio:(int)arg1 { arg1 = 1300; return %orig; } %end %hook UserInfo -(int) highAimRatio { return 1300; } %end %hook UserInfo -(void) setForCue:(int)arg1 aim:(int) { arg1 = 10; arg2 = 10; return %orig; } %end %hook UserInfo -(int) getCueAim:(int)arg1 { arg1 = 10; return %orig; } %end %hook VisualCue -(BOOL) hideGuidelinesMode { return FALSE; } %end %hook VisualGuide -(BOOL) showSecondaryGuides { return FALSE; } %end %hook VisualGuide -(BOOL) enabled { return FALSE; } %end Don't steal my code
  18. Sure man just mark this as best answer
  19. Maybe try to install Flex2 and install no ads tweaks.......
  20. For iPhone 7 and 7 plus u have to be on iOS 10.1 and 10.1.1. For ios 10.2 it's all the other devices on 64 bit Here mark this as solved Oh yeah here is the link https://iosgods.com/topic/42647-tutorial-how-to-jailbreak-ios-101-1011-iphone-7-7-plus-6s-6s-plus-ipad-pro-includes-cydia/
×
  • 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