Jump to content

bus991

Senior Member
  • Posts

    1,096
  • Joined

  • Last visited

Everything posted by bus991

  1. that you I'm just starting tho
  2. @Joka: Link to original image http://www.taringa.net/posts/imagenes/18788112/Wallpapers-del-Hombre-Murcielago-nananana-Batman.html @Donald J. Trump: Ones above do not work Working!!! @busmanl30: @Artiscool: @TheArmKing: @jelafosse: @Frank Sinatra: Just ask me for signature if you want me to make one for you .
  3. Doesn't matter it's outdated mark as solved for this one
  4. First and hey
  5. Trying to compile but got an error ask me if u want the file to look at https://imgur.com/a/RWwfL
  6. There's more errors but I'll give u credit I'll post the other errors in another topic
  7. use of undeclared identifier 'arg1' arg1 = 1300,
  8. That might be for gdb
  9. ok what do I edit in it
  10. Ok which file
  11. https://imgur.com/a/rXRPp
  12. 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
  13. ok hold on here https://imgur.com/a/8lq9r
  14. yes but how do I put multiple codes into one button
  15. I know how to make it how do I put multiple codes into one button
  16. yes a patcher how do I put all this code as one button cuz you need these codes to activate the long line
  17. Don't cuz if hey did ur in trouble
  18. 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
  19. 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
  20. Sure man just mark this as best answer
×
  • 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