I want to simply make a script in Scar to make my mouse follow a certain color, lets say a red dot is moving on the screen, I want the script to make my mouse follow it, I doubt this is hard but I'm not familiar with scar. Any help appreciated.
I want to simply make a script in Scar to make my mouse follow a certain color, lets say a red dot is moving on the screen, I want the script to make my mouse follow it, I doubt this is hard but I'm not familiar with scar. Any help appreciated.
well you wish to have it constantly on the red dot as it moves. you can just do something like
now that is VERY basic... so feel free to spice it up. but if you want it a certain radius away from the dot, then that would be harder.Code:repeat findcolor(...); mmouse(...); until(...);
Last edited by x[Warrior]x3500; 05-20-2009 at 08:33 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)