Help with script for T2/XA

Forum to discuss the scripts, configs and connection of XIM with the Titan devices.

Moderator: antithesis

Help with script for T2/XA

Postby TKill » Thu Sep 20, 2018 7:15 am

hi

I'm looking for script for ( Aim assist ) work with (XimApex+Titan2)

for game like Cod/BF/Fortnite
User avatar
TKill
Staff Sergeant
Staff Sergeant
 
Posts: 15
Joined: Fri Sep 07, 2018 7:59 pm

Re: Help with script for T2/XA

Postby J2Kbr » Fri Sep 21, 2018 9:08 am

Generic aim abuse script, the combo times are configured to Fortnite.
Code: Select all
main {
    if(get_val(BUTTON_8) && time_active(BUTTON_8) > 200) {
        combo_run(AimAssistAbuse);
    }
}
 
combo AimAssistAbuse {
    set_val(BUTTON_8, 100);
    wait(150);
    set_val(BUTTON_8, 0);
    wait(50);
    set_val(BUTTON_8, 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

Re: Help with script for T2/XA

Postby TKill » Fri Sep 21, 2018 2:05 pm

Thank J2Kbr

how dose it work ? and val (150)-(50) if i change what it dose

and only work for Fortnite ? or it work with other game like cod/bf
User avatar
TKill
Staff Sergeant
Staff Sergeant
 
Posts: 15
Joined: Fri Sep 07, 2018 7:59 pm

Re: Help with script for T2/XA

Postby J2Kbr » Sat Sep 22, 2018 11:31 am

By pressing the aim button this script automatically press and release the left trigger based on the wait() times, in this case it will press LT for 150ms and release for 50ms. This tricks the game to trigger the aim assist which usually moves the aim reticle to the closest enemy. When configuring the script for other games the values you want to tweak are the ones inside the wait() statement.
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 XIM Apex, XIM4, XIM Edge with Titan devices

Who is online

Users browsing this forum: No registered users and 65 guests