>>Requesting Something Spicy (IW JITTER)<<

GPC1 script programming for Titan One. Code examples, questions, requests.

>>Requesting Something Spicy (IW JITTER)<<

Postby SG12user » Fri Jul 19, 2019 1:20 am

:unsure: So like, Whoever's Reading This, CAN YOU PLEASE MAKE A COD IW Jitter Script For The M.2187 (AKIMBO SHOTGUN) PLEASE!!!! :ashamed:

I know there are a couple of M.2187 jitter Scripts in the GPC Libray, But like i feel like those are slow.

If its possible, CAN YOU (THE HELPER/READER) Create the ULTIMATE/FASTEST M.2187 Jitter! Im talking about FAST LIKE REAALLY FAST :smile0202: IDC if there are minimal DOWNSIDES!!! :a1chill_angry1:


(AS OF 2019, JITTERS ARE NOT PATCHED IN COD IW!) :smile0517:
User avatar
SG12user
Corporal
Corporal
 
Posts: 5
Joined: Sat Jan 12, 2019 7:08 pm

Re: >>Requesting Something Spicy (IW JITTER)<<

Postby OpGreece » Sun Jul 21, 2019 3:01 pm

here
Code: Select all
 /*
 =================
 === Important ===
 ===============================
 === Must use Seeker Grenade ===
 ===============================
 */

    int onoff;
    int irumble;
    int run = TRUE; //Change TRUE TO FALSE If you dont Auto Run
    int JT = TRUE; //Change TRUE TO FALSE If you dont want Jump Shot
 
    main {
 
    if(run)
    if(get_val(12) == -100) 
    set_val(8,100);
 
    deadzone(4,7,100,100);
 
    if(onoff && event_release(4))
    combo_run(Reload);
 
    if(get_val(7) && event_press(5)) {
    onoff=!onoff;
    rumble(onoff);}
    if(irumble)
    combo_run(RUMBLE);
    if(onoff && get_val(4)) {
    set_val(7,100);
    combo_run(Jitter);
    if(JT)
    combo_run(Jump);}}
 
    combo Jitter {
    set_val(20, 100);
    wait(36);
    set_val(3, 100);
    wait(17);
    set_val(17, 100);
    wait(36);}
 
    combo Jump {
    set_val(19,100);
    wait(20);
    set_val(19,0);
    wait(10);}
 
    combo Reload {
    wait(100);
    set_val(20,100);
    wait(20);}
 
    combo RUMBLE {
    set_rumble(RUMBLE_A,100);
    wait(250);
    reset_rumble();
    wait(200);
    irumble--;
    }
 
    function rumble(f_bln) {
    if(f_bln)
    irumble = 1;
    else
    irumble = 2;}
User avatar
OpGreece
First Sergeant
First Sergeant
 
Posts: 45
Joined: Thu Nov 15, 2018 2:30 pm

Re: >>Requesting Something Spicy (IW JITTER)<<

Postby SG12user » Wed Aug 07, 2019 6:56 pm

It doesnt work, i hold r2 but nothing happens.
User avatar
SG12user
Corporal
Corporal
 
Posts: 5
Joined: Sat Jan 12, 2019 7:08 pm


Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 91 guests