You could use a rapidclicker.
quick
rapid
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"
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 thatyou can just modify the rapidfire script on RTB for clicking instead of scrolling tools
This isn't possible.The only way is the autoclicker.
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 aboutCode: [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.
you can't click faster than 250 ms, setting it lower will actually cause you to click slower