faster rapidfire

may not render shots all the time
Version1.00
AuthorKylespeed
Publish DateTue, 31 May 2016 - 16:30
Last UpdateTue, 31 May 2016 - 16:30
Downloads597
RATE


3

0

Code: Select all
//
// Tue May 31 2016 12:30:19
// Script generated by Visual to GPC
//----------------------------------------
 
main {
    if(get_val(XB1_RT)) {
        combo_run(Turbo_1);
    }
}
 
combo Turbo_1 {
    set_val(XB1_RT, 100);
    wait(10);
    set_val(XB1_RT, 0);
}