 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Big Brainer Guest
|
Posted: Sat Feb 28, 2009 8:04 pm Post subject: Color clicker |
|
|
| 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
|
Posted: Sat Feb 28, 2009 9:10 pm Post subject: 1 |
|
|
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  |
|
| Back to top |
|
 |
Big Brainer Guest
|
Posted: Sat Feb 28, 2009 10:53 pm Post subject: |
|
|
Hell yeah i got it , but now I need to know how to make script work only 50 ms and after that stop aiming  |
|
| Back to top |
|
 |
Jex
Joined: 01 Aug 2008 Posts: 101
|
Posted: Sun Mar 01, 2009 4:40 am Post subject: |
|
|
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 |
|
 |
Big Brainer Guest
|
Posted: Sun Mar 01, 2009 8:12 am Post subject: |
|
|
Well its quick enough , but its not accurate I need to aim cursosr only 50 ms ... I tried settimer but nothing  |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|