My mouse when running the Hoverskill from antiban.simba only briefly flits over to the selected skill, then immediately darts away without holding briefly as if to 'read' the XP - ie no wait period.
I don't recall this being a problem before, so it's happened fairly recently. Anyway, I added in a wait here to fix it. ...
Simba Code:if(Click)then
begin
Mouse(TP.X, TP.Y, 10, 10, mouse_left);
Wait(3000+Random(3000));
CloseWindow;
end else
begin
MMouse(TP.x, TP.y, 10, 10);
Wait(1000+Random(1000)); //The added wait
end;
Can one of the fundis commit this back into antiban.simba ?



Reply With Quote






