Modern Warfare Remastered W1200 Shotgun Jitter!

The W1200 Shotgun on Modern Warfare is now slightly faster without the Pump Action and it works so smoothly! I had found this myself I had looked on the GPC Library and couldn't find one so Instead of the CronusMax You have it on the Titan one. I had done this myself, It was simple to create but very time consuming so for those who don't want to figure this out, here it is for you! I will make this for all consoles so that everyone can use it! (Currently On PS4)
Version1.0
AuthorThe Real Nexar
Publish DateFri, 6 Jan 2017 - 13:43
Last UpdateFri, 6 Jan 2017 - 13:43
Downloads424
RATE


0

0

Release Notes: I have tweaked the mod a little bit tried to make it a bit faster but still didn't work as I expected..
Code: Select all
//
// Fri Jan 06 2017 23:57:50
// Script generated by Visual to GPC
//----------------------------------------
 
main {
    if(get_val(PS4_R2)) {
        combo_run(Turbo_1);
        combo_run(Turbo_2);
        combo_run(Turbo_3);
    }
}
 
combo Turbo_1 {
    set_val(PS4_R2, 100);
    wait(40);
    set_val(PS4_R2, 0);
    wait(30);
    set_val(PS4_R2, 0);
}
 
combo Turbo_2 {
    set_val(PS4_TRIANGLE, 100);
    wait(40);
    set_val(PS4_TRIANGLE, 0);
    wait(30);
    set_val(PS4_TRIANGLE, 0);
}
 
combo Turbo_3 {
    set_val(PS4_L2, 100);
    wait(40);
    set_val(PS4_L2, 0);
    wait(30);
    set_val(PS4_L2, 0);
}