Jump to content

Recommended Posts

Posted

So i want something (dunno what i want) that counts PixelGetColor's

etc:

If it fins PixelGetColor (x, x) = blahblah

then it press blahblah

then it types in a txt file 1 then 2 then 3.. etc

Posted

$x, $y, $tofind

If PixelGetColor ($x, $y) = $tofind Then

MouseClick ($x, $y)

FileWriteLine('file.txt', $tofind)

EndIf

or something like that.... :)

Now where is your attempts?

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...