Jump to content

bus991

Senior Member
  • Posts

    1,096
  • Joined

  • Last visited

Everything posted by bus991

  1. Omg guys thank you so much I love u all
  2. that you I'm just starting tho
  3. @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 .
  4. Doesn't matter it's outdated mark as solved for this one
  5. First and hey
  6. Trying to compile but got an error ask me if u want the file to look at https://imgur.com/a/RWwfL
  7. There's more errors but I'll give u credit I'll post the other errors in another topic
  8. use of undeclared identifier 'arg1' arg1 = 1300,
  9. That might be for gdb
  10. ok what do I edit in it
  11. Ok which file
  12. https://imgur.com/a/rXRPp
  13. 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
  14. ok hold on here https://imgur.com/a/8lq9r
  15. yes but how do I put multiple codes into one button
  16. I know how to make it how do I put multiple codes into one button
  17. yes a patcher how do I put all this code as one button cuz you need these codes to activate the long line
  18. Don't cuz if hey did ur in trouble
  19. 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
  20. 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
×
  • 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