Blockland Forums > Suggestions & Requests
Flail arms keybind
Advanced Bot:
This isn't possible.
The only way is the autoclicker.
Wheatley:
--- Quote from: hodototman on July 07, 2013, 04:22:52 PM ---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"
--- End quote ---
wat
phflack:
--- Quote from: hodototman on July 07, 2013, 04:22:52 PM ---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.
--- End quote ---
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
hodototman:
--- Quote from: phflack on July 07, 2013, 09:24:03 PM ---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
--- End quote ---
oh duh
thanks
Swollow:
--- Quote from: Advanced Bot on July 07, 2013, 04:29:03 PM ---This isn't possible.
The only way is the autoclicker.
--- End quote ---
wtf are you talking about
--- Code: ---function rapidClick(%switch)
{
cancel($RapidFireClick);
if(%switch)
{
mouseFire(1);
%switch = 0;
} else {
mouseFire(0);
%switch = 1;
}
$RapidFireClick = schedule(250,0,rapidClick,%switch);
}
--- End code ---