Halo 2 double shot script?

Documentation, usage tips and configuration guides for Titan Two scripts and bytecodes published by the community users.

Halo 2 double shot script?

Postby Takkkk » Fri Aug 17, 2018 9:15 am

Anybody else playing MCC insider program? Just curious..... does anybody have a double shot script for H2? I tried one but it just shoots and reloads.... maybe cause my ping is too high.... idk. But if there is a script around that works good could someone link it to me? Thanks in advance
User avatar
Takkkk
Master Sergeant
Master Sergeant
 
Posts: 33
Joined: Fri Jul 20, 2018 5:11 pm

Re: Halo 2 double shot script?

Postby bonefisher » Fri Aug 17, 2018 10:22 am

Code: Select all
 
int Count;
 
main {
 
if (get_actual(BUTTON_5)) {
    if(Count<6) {combo_run(Double);}
 
    set_val(BUTTON_5,0);
    }
if (get_actual(BUTTON_17)) {Count=0;}
}
combo Double {
    set_val(BUTTON_5,100);
    wait(60);
    wait(90);
    set_val(BUTTON_5,100);
    wait(50);
    set_val(BUTTON_5,100);
    set_val(BUTTON_17,100);
    wait(50);
    wait(90);
    set_val(BUTTON_14,100);
    wait(50);
    wait(50);
    set_val(BUTTON_14,100);
    wait(50);
    wait(250);
    Count=Count+1;
    if(Count==6) {
        combo_run(Reload);
    }
}
combo Reload {
    set_val(BUTTON_17,100);
    wait(50);
    wait(1300);
    Count=0;
    }
 
 

Try this one that was placed in the forums a while back...…..
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am


Return to User's Script Documentation

Who is online

Users browsing this forum: No registered users and 129 guests