OhYeah Posted January 26, 2012 Share Posted January 26, 2012 Is there a possible way to select pixels from a monster and have a script target those pixels and be able to right click it? Quote Link to comment Share on other sites More sharing options...
shadowrecon Posted January 27, 2012 Share Posted January 27, 2012 Not quite that simple, but u can use ACA (Included in the tools) to find a color that only the monster has, and use findcolor() to get x,y location, then mmouse() then mouse() and set mouse to False which will right click. Quote Link to comment Share on other sites More sharing options...
OhYeah Posted January 27, 2012 Author Share Posted January 27, 2012 What about a set of colors? Like taking the box and dragging it through a few pixels? ---------- Post added at 05:26 PM ---------- Previous post was at 05:06 PM ---------- When I was scripting before I could do auto(5000) so every 5 seconds it would do the task.. whats the "auto" in SCAR? ---------- Post added at 05:34 PM ---------- Previous post was at 05:26 PM ---------- heres what im looking at. begin auto(1000) findcolor(6645093) mmouse() mouse(false) wait(3000) end. Quote Link to comment Share on other sites More sharing options...