Help..Vigor XB1
5 posts
• Page 1 of 1
Help..Vigor XB1
Wondering if anyone has a script or could make one for vigor. I'm not really good at this sort of thing. Any help or advice would be appreciated
-
Finrir3938 - Private First Class
- Posts: 3
- Joined: Tue May 03, 2022 1:42 pm
Re: Help..Vigor XB1
I will give it a shot. I know most rapid fire make it where you can't use consumables. Thanks for the response.
-
Finrir3938 - Private First Class
- Posts: 3
- Joined: Tue May 03, 2022 1:42 pm
Re: Help..Vigor XB1
I will give it a shot. I know most rapid fire make it where you can't use consumables due to having to hold RT to use them
I would really like something to boost the aim assist not a full lock on it bot but a booster for when I get in a lobby with the cronos zen guys
I would really like something to boost the aim assist not a full lock on it bot but a booster for when I get in a lobby with the cronos zen guys
-
Finrir3938 - Private First Class
- Posts: 3
- Joined: Tue May 03, 2022 1:42 pm
Re: Help..Vigor XB1
Any aim assist will also work they all do the same thing.
- Code: Select all
int AP = 22; //Decrease if shake
int AM = -22; //Decrease if shake
int Delay = 20;
int Release = 23; //1+ higher than AP & AM
main {
if(get_val(XB1_LT) && !get_val(XB1_RT)) {
combo_run(AS);
}
}
combo AS {
set_val(10,a_f(10,AP));
wait(Delay);
set_val(9,a_f(9,AP));
wait(Delay);
set_val(10,a_f(10,AM));
wait(Delay);
set_val(9,a_f(9,AM));
wait(Delay);
}
function a_f(p,m) {
if(abs(get_val(p)) < Release)
return m;
}
- Mad
- Major General
- Posts: 4334
- Joined: Wed May 22, 2019 5:39 am
5 posts
• Page 1 of 1
Return to GPC1 Script Programming
Who is online
Users browsing this forum: No registered users and 19 guests