begin;
Result := True;
GetMousePos(fx, fy);
Mouse(fx, fy, 0, 0, false);
WaitOption('down',500);
Wait(2000+random(350));
Break;
end;
end;
I'm using it like that, but it doesn't work very annoying. Works in other scripts tried change the string multiple times and nothing.



Reply With Quote












