Why my pixelgetcolor variation is not working? Topic is solved

Ask gaming related questions (AHK v1.1 and older)
tristanabestone
Posts: 2
Joined: 15 Dec 2017, 20:08

Why my pixelgetcolor variation is not working?

15 Dec 2017, 20:16

Code: Select all

j::
Loop
{
      PixelGetColor, loadingPixel, 695, 378, RGB
      if loadingPixel == 0x25430A
      {
       MouseClick, Left, 784, 311
      }
}
i'm new here, can someone help me?

nothing happens...
User avatar
Reloaded
Posts: 283
Joined: 25 Aug 2017, 08:48

Re: Why my pixelgetcolor variation is not working?  Topic is solved

16 Dec 2017, 11:13

tristanabestone wrote:

Code: Select all

j::
Loop
{
      PixelGetColor, loadingPixel, 695, 378, RGB
      if loadingPixel == 0x25430A
      {
       MouseClick, Left, 784, 311
      }
}
i'm new here, can someone help me?

nothing happens...
Try his :)

Code: Select all

f::
Coordmode, mouse, Screen
ImageSearch, xp, yp, 0, 0, 793, 726, *50 f.png
If ErrorLevel=0
{
MouseMove, xp, yp, 0
send {LButton}
}
Return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 42 guests