DESTINY 2 JITTER/RAPID FIRE

this script allows you to take any weapon in destiny 2 and increase its rpm (excluding aoutos smgs and heavy weapons)hope yall enjoy (not liable for ANY bans/hate male) credit: bakengangsta
Version1.0
Author:-)
Publish DateTue, 24 Apr 2018 - 05:45
Last UpdateTue, 24 Apr 2018 - 05:45
Downloads1765
RATE


2

0

Code: Select all
//
// Tue Apr 24 2018 01:26:29
// Script generated by Visual to GPC
//----------------------------------------
 
main {
    if(get_val(XB1_RT)) {
        combo_run(Turbo_1);
    }
    if(get_val(XB1_RT)) {
        combo_run(Turbo_2);
    }
    if(get_val(XB1_RT)) {
        combo_run(Turbo_3);
    }
}
 
combo Turbo_1 {
    set_val(XB1_RT, 100);
    wait(60);
    set_val(XB1_RT, 0);
    wait(50);
    set_val(XB1_RT, 0);
}
 
combo Turbo_2 {
    set_val(XB1_X, 100);
    wait(60);
    set_val(XB1_X, 0);
    wait(50);
    set_val(XB1_X, 0);
}
 
combo Turbo_3 {
    set_val(XB1_VIEW, 100);
    wait(60);
    set_val(XB1_VIEW, 0);
    wait(50);
    set_val(XB1_VIEW, 0);
}