This is a autoclicker I have found, I believe it is Dark Sniper's?
program autoclicker;
const
color=6717590 ;
seconds=1;
var
x, y:integer;
begin
repeat
activateclient;
if(color > 0)then
findcolorspiral(x, y, color, 0, 0, 500, 300)
if(color > 0)then
movemouse(x, y)
getmousepos(x, y)
holdmouse(x, y, true)
wait(40+random(50))
releasemouse(x, y, true)
wait(seconds * 1000)
until(false)
end.
Hopefully you will find a use for it![]()



Reply With Quote







