Energizer TK
07-02-2006, 11:20 AM
if (smooth) then
begin
MMouse(mousex, mousey, ranx, rany)
GetMousePos(b, c);
HoldMouse(b + 1, c, left);
Shouldn't there maybe be a wait before clicking?
if (smooth) then
begin
MMouse(mousex, mousey, ranx, rany)
Sleep(50+Random(100));
GetMousePos(b, c);
HoldMouse(b + 1, c, left);
begin
MMouse(mousex, mousey, ranx, rany)
GetMousePos(b, c);
HoldMouse(b + 1, c, left);
Shouldn't there maybe be a wait before clicking?
if (smooth) then
begin
MMouse(mousex, mousey, ranx, rany)
Sleep(50+Random(100));
GetMousePos(b, c);
HoldMouse(b + 1, c, left);