so heres my problem,
i have this bot that i just want to loop until i press a key
the loop works but it just runs and runs and runs.....see my problem
Code:program New; var W, H: Integer; x, y: Integer; begin GetClientDimensions(W, H); movemouse(238, 283); clickmouse(238, 283, true); repeat FindColor(x, y, 16777215, 3, 159, W - 1, H - 1); MoveMouse(x, y); clickmouse(x, y, true); end.


Reply With Quote















)





