1-The procedure is for this game cald wild shooter 1, It just clicks.
2-no it doesnt.
If you can edit it, here is the procedure
SCAR Code:
procedure shootbottles;
begin
if(findcolorspiraltolerance(x,y,12464,msx1,msy1,msx2,msy2,25))then
begin
mouse(x,y,3,3, True)
bottlesbroke:=+1
end;
end;
And also,every 6 shots it does it has to reload.So every 6 times it clicks it has to press space.If you can help me with that to thanks.
SCAR Code:
procedure reload;
begin
if(bottlesbroke=+6)then
begin
keydown()
keyup()
end;
end;
Ps>I thought thats the way you do it for the second question.