R6 Siege Crouch Spam Macro

Titan Two general support. Questions, firmware update, feature request.

R6 Siege Crouch Spam Macro

Postby Khummel87 » Wed Feb 06, 2019 6:51 am

Would anyone be willing to create a simple crouch spam macro for siege? Just a toggle repeat B press. Nothing tied to ADS, just the crouch button "B" spamming.
User avatar
Khummel87
Corporal
Corporal
 
Posts: 4
Joined: Fri Jul 06, 2018 7:03 pm

Re: R6 Siege Crouch Spam Macro

Postby J2Kbr » Wed Feb 06, 2019 8:04 am

this will do, press DPad right to toggle on/off the B spamming.
Code: Select all
#define SPEED       50
 
bool toggle;
 
main {
    if(event_active(BUTTON_13)) {
        toggle = !toggle;
    }
    if(toggle) {
        combo_run(B);
    }
}
combo B {
    set_val(BUTTON_15, 100.0);
    wait(SPEED);
    wait(SPEED);
}
 
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: R6 Siege Crouch Spam Macro

Postby Khummel87 » Wed Feb 06, 2019 9:56 pm

Awesome Thank you!
User avatar
Khummel87
Corporal
Corporal
 
Posts: 4
Joined: Fri Jul 06, 2018 7:03 pm

Re: R6 Siege Crouch Spam Macro

Postby METH_ON-KEYS » Wed May 10, 2023 6:26 am

Can someone make a crouch spam for keyboard please
User avatar
METH_ON-KEYS
Private
Private
 
Posts: 1
Joined: Wed May 10, 2023 6:24 am


Return to Titan Two Device

Who is online

Users browsing this forum: No registered users and 68 guests