HiNoTora Posted September 6, 2013 Posted September 6, 2013 hihi, I have a piece of code, what works for me fine. Now id like to improve this code. But i don't know how. My code is HotKeySet("{ESC}", "Terminate") while 1 $coord = PixelSearch(0, 0, 1247, 858, 0xF4B1A5) If Not @error Then MouseClick("primary", $coord[0], $coord[1], 1, 0) Sleep ( 3000 ) EndIf wend Func Terminate() Exit EndFunc As you can see from code, im using pixel search and when script finds it, it will does mouse click on it. Now id like to do GUI as u can see at image. because i need to change pixel color so often. So the gui would be help
FireFox Posted September 7, 2013 Posted September 7, 2013 Hi,What do you need this script for?There may be more reliable ways to automate what you're trying to achieve.Br, FireFox.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now