rokcet league turbo

this script allows you to activate burst boost if you hold/press triangle + circle. I am a well seasoned rocket league player and I assure anyone who doesn't already know, burst boost increases speed quicker and saves boost. (PLEASE READ)----YOU WILL NEED TO CHANGE YOUR KEY BINDING FOR BALL TARGETING TO ANOTHER BUTTON OTHER THAN TRIANGLE IN THE ROCKET LEAGUE MENU FOR THE GREATEST EFFECIENCY--- pressing circle will still allow for indefinite boost for those air shots etc...
Version1.1
Authorblah111
Publish DateWed, 26 Dec 2018 - 02:51
Last UpdateWed, 26 Dec 2018 - 02:51
Downloads207
RATE


0

0

Release Notes: slight speed adjustment.
Code: Select all
//
// Tue Dec 25 2018 20:47:34
// Script generated by Visual to GPC
//----------------------------------------
 
main {
    if((get_val(PS4_CIRCLE)) && (get_val(PS4_TRIANGLE))) {
        combo_run(Turbo_1);
    }
}
 
combo Turbo_1 {
    set_val(PS4_CIRCLE, 100);
    wait(10);
    set_val(PS4_CIRCLE, 0);
}