need help, for a script

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

need help, for a script

Postby screamduck » Fri Nov 13, 2020 8:09 am

Hello,

i need your help again :innocent_smile_1:

i need for Ps4/Ps5 a gpc script.
When i press d-pad up, there must use left stick 2 seconds left and than left stick right for two second.
another way, when i press d-pad up, there must use 2 seconds d-pad left und after this, two seconds d-pad right.

thats for offline Matches by Fifa 21, an AFK script:)

br
Thomas
User avatar
screamduck
Sergeant First Class
Sergeant First Class
 
Posts: 18
Joined: Sat Jan 30, 2016 12:06 pm

Re: need help, for a script

Postby Mad » Fri Nov 13, 2020 9:17 am

Hi :smile0201:

Do you need this to run in a loop until you press dpad up again?
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord
Mad
Major General
Major General
 
Posts: 4536
Joined: Wed May 22, 2019 5:39 am

Re: need help, for a script

Postby screamduck » Fri Nov 13, 2020 11:25 am

hi,
loop are okay, but when i press dpad up again and he can stop, thats better
User avatar
screamduck
Sergeant First Class
Sergeant First Class
 
Posts: 18
Joined: Sat Jan 30, 2016 12:06 pm

Re: need help, for a script

Postby Mad » Fri Nov 13, 2020 7:33 pm

screamduck wrote:hi,
loop are okay, but when i press dpad up again and he can stop, thats better

Code: Select all
int toggle;
 
main {
    if(event_press(PS4_UP)) toggle = !toggle;
    if(toggle) combo_run(AFK);
    else if(combo_running(AFK)) combo_stop(AFK);
}
 
combo AFK {
    set_val(PS4_LEFT, 100);
    wait(2000);
    set_val(PS4_RIGHT, 100);
    wait(2000);
}
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord
Mad
Major General
Major General
 
Posts: 4536
Joined: Wed May 22, 2019 5:39 am

Re: need help, for a script

Postby screamduck » Sat Nov 14, 2020 2:20 am

hi,

thx

br
User avatar
screamduck
Sergeant First Class
Sergeant First Class
 
Posts: 18
Joined: Sat Jan 30, 2016 12:06 pm


Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 41 guests