Help with script

Gtuner IV general support. Operation, questions, updates, feature request.

Help with script

Postby Beryl » Tue Dec 07, 2021 6:31 am

 Can anyone replace the button B spam crouch with leaning right spam on fire instead?


#include <titanone.gph>
#define RAPIDFIRE_SPEED     40
 
define speed = 50; // Circle speed = 50ms
 
main {
 
    if(get_val(XB1_LT) && get_val(XB1_RT)) {
                combo_run(B);
        }
}
combo B {
    set_val(XB1_B, 100);
    wait(speed);
    wait(speed);
    }
User avatar
Beryl
Sergeant Major of the Army
Sergeant Major of the Army
 
Posts: 198
Joined: Fri Nov 27, 2020 7:47 pm

Re: Help with script

Postby Beryl » Tue Dec 07, 2021 4:19 pm

Anyone?
User avatar
Beryl
Sergeant Major of the Army
Sergeant Major of the Army
 
Posts: 198
Joined: Fri Nov 27, 2020 7:47 pm


Return to Gtuner IV Support

Who is online

Users browsing this forum: No registered users and 65 guests