SCAR Code:
procedure Look;
begin
repeat
KeyDown(VK_LEFT)
Wait(800+random(150));
KeyUp(VK_LEFT);
wait(5000+random(1000))
FindColorTolerance(x, y, color1, 141, 1, 606, 381,10)
Mouse(x,y,4,4,false)
FindColorTolerance(x, y, color2, 141, 1, 606, 381,10)
Mouse(x,y,4,4,false)
FindColorTolerance(x, y, color3, 141, 1, 606, 381,10)
Mouse(x,y,4,4,false)
FindColorTolerance(x, y, color4, 141, 1, 606, 381,10)
Mouse(x,y,4,4,false)
FindColorTolerance(x, y, color5, 141, 1, 606, 381,10)
Mouse(x,y,4,4,false)
FindColorTolerance(x, y, color1, 4, 100, 615, 361,10)
Mouse(x,y,4,4,false)
FindColorTolerance(x, y, color2, 4, 100, 615, 361,10)
Mouse(x,y,4,4,false)
FindColorTolerance(x, y, color3, 4, 100, 615, 361,10)
Mouse(x,y,4,4,false)
FindColorTolerance(x, y, color4, 4, 100, 615, 361,10)
Mouse(x,y,4,4,false)
FindColorTolerance(x, y, color5, 4, 100, 615, 361,10)
Mouse(x,y,4,4,false)
FindColorTolerance(x, y, color1, 335, 183, 796, 550,10)
Mouse(x,y,4,4,false)
FindColorTolerance(x, y, color2, 335, 183, 796, 550,10)
Mouse(x,y,4,4,false)
FindColorTolerance(x, y, color3, 335, 183, 796, 550,10)
Mouse(x,y,4,4,false)
FindColorTolerance(x, y, color4, 335, 183, 796, 550,10)
Mouse(x,y,4,4,false)
FindColorTolerance(x, y, color5, 335, 183, 796, 550,10)
Mouse(x,y,4,4,false)
until(FindColorTolerance(x, y, 4360959, 342, 28, 342, 28, 10))
end;