Jump to content

Recommended Posts

Posted

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
Posted

Hi,

What do you need this script for?

There may be more reliable ways to automate what you're trying to achieve.

Br, FireFox.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...