phil2611
Joined: 10 Apr 2007 Posts: 6 Location: united States
|
Posted: Tue Apr 10, 2007 1:08 am Post subject: Pixelsearch? Please I would appreciate help on this soo much |
|
|
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 |
|
Seclinix
Joined: 26 Sep 2006 Posts: 175 Location: In a House, On my a55
|
Posted: Tue Apr 10, 2007 3:02 am Post subject: |
|
|
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 |
|