Ken Trial 7

Super Street Fighter 4 Trials - Ken # 7 Position: Facing right. Stand next to him 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 - 05:10
Last UpdateWed, 14 May 2014 - 05:10
Downloads51
RATE


1

0

Code: Select all
 
main {  if(get_val(XB360_LS)) combo_run(KenT7);
        if(get_val(XB360_RS)) combo_stop(KenT7);
}
 
combo KenT7 {
   set_val(XB360_X, 100);
   wait(20);
   set_val(XB360_X, 0);
   wait(300);
   set_val(XB360_Y, 100);
   set_val(XB360_DOWN, 100);
   wait(20)
   set_val(XB360_Y, 0);
   set_val(XB360_DOWN, 0);
}