***Raptor's Choice*** Black ops 4*** Burst weapons ***Jitter mod***

This is the jitter mod I made for the burst weapons for Black ops 4. Works great for all burst weapons.
Version1
AuthorRaptor_Titan2
Publish DateWed, 24 Oct 2018 - 02:19
Last UpdateWed, 24 Oct 2018 - 02:19
Downloads763
RATE


1

0

Release Notes: Auto Sprint, ads rapid fire, and burst weapon Jitter mod
Code: Select all
 
main {
if((get_val(4)) && (get_val(7))) {
combo_run(jkgfklfkhgf);
}
if (get_val(4))  {
combo_run(mjglgljhfgkljhfgv);
}
if((get_val(12)) < -95) {
combo_run(mhgljhfklghf);
}
}
combo mhgljhfklghf {
set_val(8, 100);
wait(40);
set_val(8, 0);
wait(40);
set_val(8, 0);
}   
combo mjglgljhfgkljhfgv {
set_val(15, 100);
wait(11);
set_val(15, 0);
wait(11);
set_val(15, 0);
}
combo jkgfklfkhgf {
set_val(4, 100);
wait(10);
set_val(4, 0);
}