eletric_rapid_fire_xbox_dropshit
This is a rapid fire +dropshot script! Make sure to join my discord as i upload all my scripts there a week before! https://discord.gg/UzmzKEZTEg
|
RATE
|
Release Notes: intiial upload
- Code: Select all
//
// Fri Jan 15 2021 13:47:51
// Script generated by Visual to GPC
//----------------------------------------
main {
if(get_val(XB1_RT)) {
if(get_val(XB1_LT)) {
combo_run(Turbo_1);
} else {
combo_run(Turbo_2);
}
}
}
combo Turbo_1 {
set_val(XB1_RT, 100);
wait(40);
set_val(XB1_RT, 0);
wait(110);
set_val(XB1_RT, 0);
}
combo Turbo_2 {
set_val(XB1_RT, 100);
wait(40);
set_val(XB1_RT, 0);
wait(30);
set_val(XB1_RT, 0);
}