Titan One Basic R2 Shoot Script Request

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

Titan One Basic R2 Shoot Script Request

Postby wickedwrath » Tue Aug 09, 2022 6:33 pm

Hi, I would like a very basic script that makes you always hold the Aim Button (L2) > Shoot with R2 > Wait 3 seconds < Then shoot with R2 again on repeat/loop. :) Could anyone be kind and make one, please?
User avatar
wickedwrath
Sergeant
Sergeant
 
Posts: 6
Joined: Sun Nov 05, 2017 12:21 am

Re: Titan One Basic R2 Shoot Script Request

Postby Mad » Tue Aug 09, 2022 11:16 pm

Code: Select all
main { 
    set_val(XB1_LT, 100);
    combo_run(myCombo);
 
}
 
combo myCombo {
    set_val(XB1_RT, 100);
    wait(60);
    set_val(XB1_RT, 0);
    wait(3000);
}
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: Titan One Basic R2 Shoot Script Request

Postby wickedwrath » Wed Aug 10, 2022 8:29 am

Cheers! Thank you buddy :) Forgot to mention that i'M on PSN so I just replace XB1_RT to PS4_R2 etc
User avatar
wickedwrath
Sergeant
Sergeant
 
Posts: 6
Joined: Sun Nov 05, 2017 12:21 am

Re: Titan One Basic R2 Shoot Script Request

Postby Mad » Wed Aug 10, 2022 9:17 am

wickedwrath wrote:Cheers! Thank you buddy :) Forgot to mention that i'M on PSN so I just replace XB1_RT to PS4_R2 etc

The buttons are the same across both consoles no need to change. :smile0517:
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 41 guests