Shouldn't there maybe be a wait before clicking?Code:if (smooth) then begin MMouse(mousex, mousey, ranx, rany) GetMousePos(b, c); HoldMouse(b + 1, c, left);
Code:if (smooth) then begin MMouse(mousex, mousey, ranx, rany) Sleep(50+Random(100)); GetMousePos(b, c); HoldMouse(b + 1, c, left);


Reply With Quote





