Jump to content

Help for patcher


Go to solution Solved by Amuyea,

26 posts in this topic

Recommended Posts

Posted

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

  • Replies 25
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

"Don't steal my code." Plenty of people have already used those same methods for 8 Ball Pool :lol:

ok but I need help for putting this in a patcher

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
Posted

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

You want to make a patcher? :yawn:

Posted

You want to make a patcher? :yawn:

yes a patcher how do I put all this code as one button cuz you need these codes to activate the long line
Posted

I know how to make it how do I put multiple codes into one button

Do you have the Patcher template?

Posted

yes but how do I put multiple codes into one button

It's self explanatory. Show me the tweak.xm in the Patcher.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • 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