Help..Vigor XB1

GPC1 script programming for Titan One. Code examples, questions, requests.

Help..Vigor XB1

Postby Finrir3938 » Fri May 06, 2022 1:19 pm

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
User avatar
Finrir3938
Private First Class
Private First Class
 
Posts: 3
Joined: Tue May 03, 2022 1:42 pm

Re: Help..Vigor XB1

Postby Mad » Sat May 14, 2022 12:14 am

You can use any script forget what the title says.
Mods like anti recoil, rapidfire, quickscope etc are generic and work on any game.
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord (2K / FPS)
Mad
Major General
Major General
 
Posts: 4532
Joined: Wed May 22, 2019 5:39 am

Re: Help..Vigor XB1

Postby Finrir3938 » Tue May 24, 2022 12:27 pm

I will give it a shot. I know most rapid fire make it where you can't use consumables. Thanks for the response.
User avatar
Finrir3938
Private First Class
Private First Class
 
Posts: 3
Joined: Tue May 03, 2022 1:42 pm

Re: Help..Vigor XB1

Postby Finrir3938 » Tue May 24, 2022 12:34 pm

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
User avatar
Finrir3938
Private First Class
Private First Class
 
Posts: 3
Joined: Tue May 03, 2022 1:42 pm

Re: Help..Vigor XB1

Postby Mad » Tue May 24, 2022 10:05 pm

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;
}
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord (2K / FPS)
Mad
Major General
Major General
 
Posts: 4532
Joined: Wed May 22, 2019 5:39 am


Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 63 guests