AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Color clicker

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Big Brainer
Guest





PostPosted: Sat Feb 28, 2009 8:04 pm    Post subject: Color clicker Reply with quote

Hello all , I would like to make my script click on windows tray , but they can be in lot of places at my monitor , I would like to know how to make my mouse to click on certain color ... Does anobody know proper mousemove command ? I already picked my color via Color zoomer btw great script , thanks Sean .
Back to top
Big Brainer
Guest





PostPosted: Sat Feb 28, 2009 9:10 pm    Post subject: 1 Reply with quote

I tried this :
Pgup::
{
PixelSearch, Px, Py, 0, 0, 1280, 1280, 0x55462E, 10, Fast
if ErrorLevel
Mousemove 0,0,0,R
else
Mousemove X%Px%,Y%Py%

}
Not working Sad
Back to top
Big Brainer
Guest





PostPosted: Sat Feb 28, 2009 10:53 pm    Post subject: Reply with quote

Hell yeah i got it , but now I need to know how to make script work only 50 ms and after that stop aiming Sad
Back to top
Jex



Joined: 01 Aug 2008
Posts: 101

PostPosted: Sun Mar 01, 2009 4:40 am    Post subject: Reply with quote

Change the range of pixels your searching. It will cut down the time.

I don't think the pixel search can go any faster...but there may be a way...
_________________
Woot.

Please read forum etiquette
Back to top
View user's profile Send private message
Big Brainer
Guest





PostPosted: Sun Mar 01, 2009 8:12 am    Post subject: Reply with quote

Well its quick enough , but its not accurate I need to aim cursosr only 50 ms ... I tried settimer but nothing Sad
Back to top
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group