Hello,
Can someone tell me how to set the mouse's speed, especially during the bank pin event as it clicks on the numbers faster than the speed they load up at
thank you
Hello,
Can someone tell me how to set the mouse's speed, especially during the bank pin event as it clicks on the numbers faster than the speed they load up at
thank you
MouseSpeed := X;
(X being a number of your choice)
Hope I helped.
-Boom
Thanks a lot
Another question, if you don't mind
I'm trying to script my first ever bot but I'm kind of stuck. I'm trying to get my script to cut logs. It does so, but only clicks on the top most trees and ignores the lower ones. Is there any way I can make it choose the one closest to the player or make it choose something other than the most top?
Simba Code:program New;
{$i SRL\SRL.scar}
function Findtree: Boolean;
var
x, y: integer;
begin
Result:= FindColorTolerance(x, y, 3034986, MSX1, MSY1, MSX2, MSY2, 20);
Mouse(x, y, 5, 5, True);
end;
begin
SetupSRL;
Findtree;
end.
Sort(A)TPA will sort your TPA from closest to farthest (iirc)
-Boom
Thank you for your kind help![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)