Author Topic: Flail arms keybind  (Read 1272 times)

someone has already made me a command for it but it only lasts for a half second.

I want an emote that makes you flail your arms until you either toggle it off or activate something

please? i'd appreciate it. Make it a keybind, not a command.

You could use a rapidclicker.

You could use a rapidclicker.

but that's boring, i want a quick keybind.




I don't want to have to open a 3rd party program to do something in blockland that should be easy to script in itself.

"holy stuff aa- wait a sec hold on lemme open my rapidclicker... ah here we go *flails arms* AAAAA"

This isn't possible.

The only way is the autoclicker.

I don't want to have to open a 3rd party program to do something in blockland that should be easy to script in itself.

"holy stuff aa- wait a sec hold on lemme open my rapidclicker... ah here we go *flails arms* AAAAA"
wat

I don't want to have to open a 3rd party program to do something in blockland that should be easy to script in itself.
why would it have to be an external program? I made an autoclicker in BL and it works just fine for that
you can just modify the rapidfire script on RTB for clicking instead of scrolling tools

why would it have to be an external program? I made an autoclicker in BL and it works just fine for that
you can just modify the rapidfire script on RTB for clicking instead of scrolling tools

oh duh

thanks

This isn't possible.

The only way is the autoclicker.
wtf are you talking about

Code: [Select]
function rapidClick(%switch)
{
    cancel($RapidFireClick);
    if(%switch)
    {
        mouseFire(1);
        %switch = 0;
    } else {
        mouseFire(0);
        %switch = 1;
    }
    $RapidFireClick = schedule(250,0,rapidClick,%switch);
}

wtf are you talking about

Code: [Select]
function rapidClick(%switch)
{
    cancel($RapidFireClick);
    if(%switch)
    {
        mouseFire(1);
        %switch = 0;
    } else {
        mouseFire(0);
        %switch = 1;
    }
    $RapidFireClick = schedule(250,0,rapidClick,%switch);
}
The schedule should be at  33.

The schedule should be at  33.
you can't click faster than 250 ms, setting it lower will actually cause you to click slower

you can't click faster than 250 ms, setting it lower will actually cause you to click slower
does that script make it so that it stops when you click?

Am I allowed to post a link to download Script_RapidClick (you hold a key and it does flail your arms very shortly after you start holding it down)
I prefer using it with the C key

No, since swollow just posted the core code of such a script, you aren't allowed to post a link at all.