Request

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

Request

Postby damien » Mon Jul 15, 2019 10:28 pm

Looking for aim assists I want a few not all the aim assist work with my game it is last of us I want the aim assist to come on when L1 is held (aim button)
User avatar
damien
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Sun Jun 02, 2019 10:35 pm

Re: Request

Postby J2Kbr » Tue Jul 23, 2019 8:35 am

Simple script for aim assist abuse using L1. You may need tweak the wait times in the combo for the best results.
Code: Select all
main {
    if(get_val(PS4_L1) && get_ptime(PS4_L1) > 200) {
        combo_run(AimAssistAbuse);
    }
}
 
combo AimAssistAbuse {
    set_val(PS4_L1, 100);
    wait(150);
    set_val(PS4_L1, 0);
    wait(50);
    set_val(PS4_L1, 0);
}
 
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm


Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 84 guests