Help Fifa 22

Gtuner Plugins support. MaxAim, MaxRemapper, Combo Magick, Game Rec.

Help Fifa 22

Postby kaaka12 » Sat Oct 02, 2021 7:39 am

Help can someone make it so whenever I press d pad left, My circle gets hold for 1 sec and then circle gets tapped again with a 250ms delay between 1 sec and the tap. Thank you
User avatar
kaaka12
Private First Class
Private First Class
 
Posts: 3
Joined: Wed Sep 16, 2020 3:34 pm

Re: Help Fifa 22

Postby Haures » Sat Oct 02, 2021 8:43 am

Hi there if i understood correctly it should look something like that.
Code: Select all
#pragma METAINFO("Help Fifa 22", 1, 00, "Haures")
 
main {
if(event_active(BUTTON_12))
    {
    combo_run(COMBO_1);
    }
}
 
combo COMBO_1 {
    set_val(BUTTON_15, 100);        //Circle/B is active for 1000ms (1sec hold)
    wait(1000);    //(1sec hold)
    set_val(BUTTON_15, 0);            //Circle/B is NOT active for 250ms
    wait(250);    // (250ms delay)
    set_val(BUTTON_15, 100);        //CIrcle/B is active for 100ms (tap)
    wait(100);    // (tap)
}
 
Haures
Sergeant First Class
Sergeant First Class
 
Posts: 16
Joined: Thu Sep 16, 2021 2:59 pm
Location: Germany


Return to Gtuner Plugins Support

Who is online

Users browsing this forum: No registered users and 88 guests

cron