Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Sign in to follow this  
DjNanos

[Help/Request] On macro/bot

Recommended Posts

Hey all! I'm new to this and after hours of searching, changing scripts etc. I've given up and I'm asking for your help.
So what I'm trying to do is this.
At a specific pixel location I need to send a key when the color changes. If the color doesn't change, then, ahk does nothing (but remains active in case the color changes).

Closest script I've made so far (with autohotkey) is this one,
 

F1::
Loop
{
PixelSearch, Px, Py, 121, 121, 915, 915, 231615, 3, Fast
if ErrorLevel = 0
    {
    SendInput {D}
    }
}

But it seems that this script all it does is just press the key (d in that case) again n again no matter the color is there or not..



So in details what i want is this.
When this flask is green like this, should hit D.
HaOzy5S.png

BUT

when it's like this, it should do nothing but wait for it to be green again and loop the prev step.
0I57r2V.png

Edited by DjNanos

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...