Castle Crashers All you can Quaff Easy Win

This script will allow you to easily win any match of All you can Quaff. just hold RS, LS and press A when you finish a Food Item. I am unsure if this works for Castle Crashers Remastered Edition, you can try it.
Version1.00
Author乃ԾЦㄎ
Publish DateFri, 19 Feb 2016 - 08:12
Last UpdateFri, 19 Feb 2016 - 08:12
Downloads56
RATE


1

0

Release Notes: +Released
Code: Select all
//
// Fri Feb 19 2016 00:07:24
// Script generated by Visual to GPC
//----------------------------------------
 
main {
    if(get_val(XB360_RS)) {
        combo_run(Turbo_1);
    }
    if(get_val(XB360_LS)) {
        combo_run(Turbo_2);
    }
}
 
combo Turbo_1 {
    set_val(XB360_Y, 100);
    wait(30);
    set_val(XB360_Y, 0);
    wait(20);
    set_val(XB360_Y, 0);
}
 
combo Turbo_2 {
    set_val(XB360_X, 100);
    wait(30);
    set_val(XB360_X, 0);
    wait(20);
    set_val(XB360_X, 0);
}