Halo 2 classic Requesting a new script

Titan One general support. Questions, firmware update, feature request.

Halo 2 classic Requesting a new script

Postby jesus1 » Wed Feb 03, 2016 8:55 am

I am requesting a script that allows you to make yy for double shot instead of auto double shot. People can tell you have a moded controlle because you dont do yy.
User avatar
jesus1
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Wed Feb 03, 2016 6:29 am

Re: Halo 2 classic Requesting a new script

Postby J2Kbr » Wed Feb 03, 2016 9:38 am

Here is a script for double shot:

Code: Select all
define B_RFIRE                              = XB1_RT;
define B_WEAPON                             = XB1_Y;
define B_RELOAD                             = XB1_X;

main {
    if(get_val(B_RFIRE)) {
        set_val(B_RFIRE, 0);
        combo_run(DoubleShot);
    }
}

combo DoubleShot {
    set_val(B_RFIRE, 100);
    wait(100); wait(45);
    set_val(B_RFIRE, 100);
    wait(60);
    set_val(B_RELOAD, 100);
    wait(60); wait(140);
    call(YY);
    wait(210);
}

combo YY {
    set_val(B_WEAPON, 100);
    wait(20); wait(20);
    set_val(B_WEAPON, 100);
    wait(20);
}

ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: Halo 2 classic Requesting a new script

Postby jesus1 » Wed Feb 03, 2016 11:11 pm

doubleshot works great but i want to see the yy part. please help me. people can tell that im using a mod becouse everyone that know how the quadshot work. cant just doubleshot consistently without doin the yy part. this has been driving me nutts. please help
User avatar
jesus1
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Wed Feb 03, 2016 6:29 am

Re: Halo 2 classic Requesting a new script

Postby bonefisher » Wed Feb 03, 2016 11:34 pm

There is the YY part in there.
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: Halo 2 classic Requesting a new script

Postby J2Kbr » Thu Feb 04, 2016 10:25 am

bonefisher wrote:There is the YY part in there.

+1
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm


Return to Titan One Device

Who is online

Users browsing this forum: No registered users and 45 guests