Ryu Trial 21

Super Street Fighter 4 Trials - Ryu # 21 Position: Facing right. Push him against the wall and activate with LS. * These won't always work first time for a variety of reason just try it a few times from slightly different positions, it will work!
Version1.00
AuthorJayD101
Publish DateWed, 14 May 2014 - 04:44
Last UpdateWed, 14 May 2014 - 04:44
Downloads118
RATE


2

0

Code: Select all
 
main {  if(get_val(XB360_LS)) combo_run(RyuT21);
        if(get_val(XB360_RS)) combo_stop(RyuT21);
}
 
combo RyuT21 {
    set_val(XB360_Y, 100);
    wait(20);
    set_val(XB360_Y, 0);
    wait(50)
    set_val(XB360_Y, 100);
    set_val(XB360_B, 100);
    wait(20);
    set_val(XB360_Y, 0);
    set_val(XB360_B, 0);
    wait(150);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_RIGHT, 0);
    wait(20);
    set_val(XB360_RIGHT, 100);
    wait(50)
    set_val(XB360_RIGHT, 0);
    wait(225)
    set_val(XB360_Y, 100);
    wait(20);
    set_val(XB360_Y, 0);
    wait(50)
    set_val(XB360_Y, 100);
    set_val(XB360_B, 100);
    wait(20);
    set_val(XB360_Y, 0);
    set_val(XB360_B, 0);
    wait(150);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_RIGHT, 0);
    wait(20);
    set_val(XB360_RIGHT, 100);
    wait(50)
    set_val(XB360_RIGHT, 0);
    wait(225)
    set_val(XB360_Y, 100);
    wait(20);
    set_val(XB360_Y, 0);
    wait(460)
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_DOWN, 100);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_DOWN, 100);
    set_val(XB360_RIGHT, 0);
    wait(20);
    set_val(XB360_DOWN, 100);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_DOWN, 0);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_RB, 100);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_RB, 0);
    set_val(XB360_RIGHT, 0);
 
}