How do I tell scar to find a color on the screen and click it? is it like this?
FindColour(54646) Clickmouse?
How do I tell scar to find a color on the screen and click it? is it like this?
FindColour(54646) Clickmouse?
read my tut "things the beginner tuts don't teach you" that will teach you how to make a color clicker, links in sig. but I'll tell you here I guess too, still you should read that anyway:
that would be basically all there is to it unless you want to get more advancedSCAR Code:procedure WhatEver;
begin
if(FindColor(x,y,color,coords,coords,coords,coords))then
MMouse(x,y,2,2);
wait(100+random(50));
Mouse(x,y,2,2,);
end;
begin
WhatEver;
end.and the x,y are just the variables I ussually use for things like that, you can make those variables or your own as long as you declare them near top of script
Why have you wrote Cords Cords Cords because I would be trying to find color on the whole screen.
just put the coords for the whole screen
"your always where you supposed to be"
use the color picker.
those are the coords for the region of what u wanna look for. It makes a box, and searches for the color within that box.
How could I use the color picker when that gives me the cords for the area that I picked the Color in someone said that I need cords for the whole screen.
There are currently 1 users browsing this thread. (0 members and 1 guests)