Jump to content
LordJashin

Algar

Recommended Posts

I made a bot for Algar lol -

 

Tell me how many points you get off of it xD.

 

[sCAR]

program Algar;

var

x, y, w, h, i: Integer;

 

begin

ActivateWindow(TSCARWindowClient(GetClient).Handle);

GetWindowSize(TSCARWindowClient(GetClient).Handle, w, h);

wait(2000);

Repeat

if FindColorTol(x, y, 9599592, 0, 0, w - 1, h - 1, 1) then

begin

MoveMouse(x, y);

wait(500);

ClickMouse(x, y, mbLeft);

ClickMouse(x + 5, y + 5, mbLeft);

ClickMouse(x, y, mbLeft);

ClickMouse(x + 5, y + 5, mbLeft);

Break;

end;

wait(200);

until false;

Repeat

if FindColorTol(x, y, 5004417, 0, 0, w - 1, h - 1, 10) then

begin

ClickMouse(x + 3, y + 3, mbLeft);

i := i + 1;

end;

until (i = 50000);

end.

 

[/sCAR]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...