5521
Suggestions & Requests / Re: Flail arms keybind
« on: July 07, 2013, 11:14:26 PM »This isn't possible.wtf are you talking about
The only way is the autoclicker.
Code: [Select]
function rapidClick(%switch)
{
cancel($RapidFireClick);
if(%switch)
{
mouseFire(1);
%switch = 0;
} else {
mouseFire(0);
%switch = 1;
}
$RapidFireClick = schedule(250,0,rapidClick,%switch);
}
