Rufus Trial 23

Super Street Fighter 4 Trials - Rufus # 23 Position: Facing right. Push Dan into the corner and dash back once plus another step. If you look at the grid marked on the floor, Dan's front foot is on a black line. Put Rufus' foot on the outside of the the black line that is one line away from Dan (dash and a bit). Activate with LS.
Version1.00
AuthorJayD101
Publish DateThu, 22 May 2014 - 20:29
Last UpdateThu, 22 May 2014 - 20:29
Downloads95
RATE


1

0

Code: Select all
 
main {  if(get_val(XB360_LS)) combo_run(RufusT23);
        if(get_val(XB360_RS)) combo_stop(RufusT23);
}
 
combo RufusT23 {
    set_val(XB360_UP, 100);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_UP, 0);
    set_val(XB360_RIGHT, 0);
    wait(525);
    set_val(XB360_RB, 100);
    wait(20);
    set_val(XB360_RB, 0);
    wait(375);
    set_val(XB360_X, 100);
    wait(20);
    set_val(XB360_X, 0);
    wait(350);
    set_val(XB360_Y, 100);
    wait(20);
    set_val(XB360_Y, 0);
    wait(415);
    set_val(XB360_X, 100);
    wait(20);
    set_val(XB360_X, 0);
    wait(300);
    set_val(XB360_DOWN, 100);
    set_val(XB360_B, 100);
    wait(20);
    set_val(XB360_DOWN, 0);
    set_val(XB360_B, 0);
    wait(50);
    set_val(XB360_DOWN, 100);
    wait(20);
    set_val(XB360_DOWN, 100);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_DOWN, 0);
    set_val(XB360_RIGHT, 100);
    set_val(XB360_LB, 100);
    wait(20);
    set_val(XB360_RIGHT, 0);
    set_val(XB360_LB, 0);
 
}