hi sorry i'm new at this, could someone tell me how to make a basic script, only one that will make my mouse find a color on the screen then click it?
-Thanks
hi sorry i'm new at this, could someone tell me how to make a basic script, only one that will make my mouse find a color on the screen then click it?
-Thanks
Welcome to SRL!
Look at the scar Manuel and type Ctrl + F and type in findcolor then read at the functions and procedures.
read some tutorials on srl about mouse moving and clicking.
Mouse(x,y,0,0,true) will move the mouse to x, y and click left or right click.
True = left click
false = right click
0,0 is the randomness in x,y
yes i know about MoveMouseSmooth, MoveMouse ClickMouse Wait and those basic things but i want to make it click on a certain color
i don't understand them all scar is extremely difficult to use all i am asking is for a line or something that will click on a certain color its not that much of an ask. yes i know how to find colors using the color dibber but i don't know how to make it click the color that's why i posted in Scripting Help
no one's helping me? thats a shame
You can use
FindColor
FindColorTolerance
FindColorSpiralTolerance
And many more.
Look these up in the SRL Manual (Help -> SRL Manual)
Good Luck![]()
http://garrett92.freehostia.com/Scri...criptStats.png
ReFlax Flax Spinner - V4 Is Out -
Check it out!
Here, Its nice to actually post one line instead of writing a paragraph, of what it is....
SCAR Code:If FindColorTolerance(x, y, {color here}, {co-ords here}, 10) Then
Mouse(x, y, 3, 4, True);
Obviously x, y must be vars.
nvm i got it but thank's for the help![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)