Try editing the MouseSpeed ranges in the code of the script shown:
Simba Code:Case LowerCase(CleanOrPots) Of
'clean': Begin
MouseSpeed := RandomRange(40, 50);
Order := [1, 5, 9, 13, 17, 21, 25, 26, 22, 18, 14, 10, 6, 2, 3, 7, 11, 15, 19, 23, 27, 28, 24, 20, 16, 12, 8, 4];
For N := 0 to 27 Do
Begin
TB := InvBox(Order[N]);
If FindColor(X, Y, srl_outline_black, TB.x1, TB.y1, TB.x2, TB.y2) Then
Mose(Round((TB.X1 + TB.X2) / 2), Round((TB.Y1 + TB.Y2) / 2), 5, 5, True);
End;
Cleaned := Cleaned + 28;
End;
Lower=faster, higher=slower, for example to slow it down a little:
Simba Code:MouseSpeed := RandomRange(50, 60);
Play around with them until you find out how your internet connection/computer/ping of server is working. Slowing the speed down will make the herbs cleaned/hr drop below 10k most likely, but the progress report will be accurate and will get you more than 11/28 herbs cleaned per inventory.
Also, try sliding the FPS bar up at the side of your SMART window, because:

