@Ashaman88, I stood inside Livid Farm and ran this test script for about five minutes and it never failed. So it may actually be something else, or it just happened to never fail on this test run.
Simba Code:
procedure mainLoop;
begin
mouseMovingObject();
wait(200);
end;
For it to fail it would have to be either left-clicking randomly outside (which isn't in this antiban procedure anywhere, so something else) or right clicking late (after the Suqah has moved away, so the options that appear are Walk here and Cancel) and selecting "walk here" for some reason which seems equally unlikely. Not sure what's up.