XB1 destiny 2 aim assist.

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

XB1 destiny 2 aim assist.

Postby Ravi8121 » Fri Mar 02, 2018 7:12 pm

Hey team,

Looking for best aim assist for destiny 2 on XB1 along with press sensitivity sprint.
Have Titan one.

Happy to pay.

Thanks in advanced. :smile0517:
User avatar
Ravi8121
Sergeant
Sergeant
 
Posts: 9
Joined: Fri Mar 02, 2018 6:18 pm

Re: XB1 destiny 2 aim assist.

Postby antithesis » Fri Mar 02, 2018 10:15 pm

Aim assist is already ridiculous in D2. Scripts don't change that.
Official Australian retailer for Titan One, Titan Two and XIM APEX at Mod Squad
User avatar
antithesis
Colonel
Colonel
 
Posts: 1912
Joined: Sat May 28, 2016 10:45 pm

Re: XB1 destiny 2 aim assist.

Postby Ravi8121 » Fri Mar 02, 2018 10:54 pm

Oops..
Last edited by Ravi8121 on Fri Mar 02, 2018 10:57 pm, edited 1 time in total.
User avatar
Ravi8121
Sergeant
Sergeant
 
Posts: 9
Joined: Fri Mar 02, 2018 6:18 pm

Re: XB1 destiny 2 aim assist.

Postby Ravi8121 » Fri Mar 02, 2018 10:55 pm

antithesis wrote:Aim assist is already ridiculous in D2. Scripts don't change that.



Is there a script that can abuse it and keep game play pretty smooth?
User avatar
Ravi8121
Sergeant
Sergeant
 
Posts: 9
Joined: Fri Mar 02, 2018 6:18 pm

Re: XB1 destiny 2 aim assist.

Postby J2Kbr » Mon Mar 05, 2018 12:15 pm

Here is a simple script for aim assist abuse, try it to check if works good or not, you can adjust the times in the combo for best results.
Code: Select all
main {
    if(get_val(XB1_LT) && get_val(XB1_RT)) {
        combo_run(AimAssistAbuse);
    } else combo_stop(AimAssistAbuse);
}
 
combo AimAssistAbuse {
    set_val(XB1_LT, 100);
    wait(250);
    set_val(XB1_LT, 0);
    wait(40);
    set_val(XB1_LT, 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: XB1 destiny 2 aim assist.

Postby Ravi8121 » Tue Mar 06, 2018 1:00 am

Thanks @32kbr will definitely try it and adjust accordingly.
User avatar
Ravi8121
Sergeant
Sergeant
 
Posts: 9
Joined: Fri Mar 02, 2018 6:18 pm

Re: XB1 destiny 2 aim assist.

Postby Ravi8121 » Fri Mar 16, 2018 12:53 am

J2Kbr wrote:Here is a simple script for aim assist abuse, try it to check if works good or not, you can adjust the times in the combo for best results.
Code: Select all
main {
    if(get_val(XB1_LT) && get_val(XB1_RT)) {
        combo_run(AimAssistAbuse);
    } else combo_stop(AimAssistAbuse);
}
 
combo AimAssistAbuse {
    set_val(XB1_LT, 100);
    wait(250);
    set_val(XB1_LT, 0);
    wait(40);
    set_val(XB1_LT, 0);
}
 


With this kinds of scripts is there one out there that can be best for D2 pvp hunter?
User avatar
Ravi8121
Sergeant
Sergeant
 
Posts: 9
Joined: Fri Mar 02, 2018 6:18 pm

Re: XB1 destiny 2 aim assist.

Postby J2Kbr » Fri Mar 16, 2018 4:56 am

All aim assist scripts works the same as the one I posted above.

The differences are the wait() times within combo, you can try adjust the values 250 and 40 (reducing or increasing) to achieve the best results in the pvp hunter game mode.
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 67 guests