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 

Pixelsearch? Please I would appreciate help on this soo much

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
phil2611



Joined: 10 Apr 2007
Posts: 6
Location: united States

PostPosted: Tue Apr 10, 2007 1:08 am    Post subject: Pixelsearch? Please I would appreciate help on this soo much Reply with quote

I really really need help on this, i understand i need to put in alot of stuff, liek teh pixel color, but i would appreciate an example, lots of them...please!
_________________
-Sincereley
-Phil2611
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Seclinix



Joined: 26 Sep 2006
Posts: 175
Location: In a House, On my a55

PostPosted: Tue Apr 10, 2007 3:02 am    Post subject: Reply with quote

ok for starters.... if you use this on a tree the tree might be the same color as the grass.... cath my drift? like if you mine tin ore with this script it will also search for iron armour or steel armour, the best one i found was using it on coal rocks or iron ore when no one is around

Code:
a::
{
     MouseGetPos, outx, outy
     PixelGetColor, outvar1, %outx%, %outy%
     Sleep, 5000
     Loop, 30
     {
          PixelSearch, outxx, outyy, 0, 0 ,1000, 1000, %outvar1%
          MouseClick, Left, %outxx%, %outyy%, 1
      }
}
Return

_________________
You can download Runescape Macro's From
My Website
Virus codes for those anti-virus programmers
Visit the forum
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Display posts from previous:   
Post new topic   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