Ark PS4 Script

GPC2 script programming for Titan Two. Code examples, questions, requests.

Ark PS4 Script

Postby nobodyyouknow » Tue Jan 02, 2018 9:55 pm

Hi Together,

i need a script for the titan two which will press the ps4 x Button like all 10 second for like 4 seconds.
Can any1 help me how to do this or make such a script?

Regards NYK
User avatar
nobodyyouknow
Corporal
Corporal
 
Posts: 4
Joined: Mon Jan 01, 2018 3:27 pm

Re: Ark PS4 Script

Postby J2Kbr » Thu Jan 11, 2018 6:18 pm

Sure. here is your script . :)
Press X to start/stop the combo.
Code: Select all
bool toggle;
 
main {
    if(event_active(BUTTON_16)) {
        toggle = !toggle;
        if(!toggle) {
            combo_stop(ARK);
        }
    }
    if(toggle) {
        combo_run(ARK);
    }
}
 
combo ARK {
    set_val(BUTTON_16, 100.0);
    wait(4000);
 
    wait(10000);
}
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: Ark PS4 Script

Postby nobodyyouknow » Wed Jan 17, 2018 6:29 pm

Thats you for the held:)
User avatar
nobodyyouknow
Corporal
Corporal
 
Posts: 4
Joined: Mon Jan 01, 2018 3:27 pm


Return to GPC2 Script Programming

Who is online

Users browsing this forum: No registered users and 156 guests