 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Bammer Guest
|
Posted: Sat Apr 07, 2007 7:44 pm Post subject: Runescape Auto Coal Miner |
|
|
This is a auto coal miner i made. any suggestions on how i can make it better?
| Code: | Loop, 20
{
PixelSearch, PX, PY, 127, 219, 639, 556, 0x1B2B2B, 1, Fast
if ErrorLevel
sleep 3000
else
mousemove PX, PY
mouseclick
sleep 200
mouseclick
sleep 8000
}
|
|
|
| Back to top |
|
 |
Seclinix
Joined: 26 Sep 2006 Posts: 175 Location: In a House, On my a55
|
Posted: Mon Apr 09, 2007 10:05 pm Post subject: |
|
|
uhm yea make the user select the pixel...
the pixels in runescape are always changing and i dont know why trust me one day i had some pixel color and the next it wouldnt work because it had changed by miles!!!!
try something like this,,,,
| 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 |
|
 |
Phil2611 Guest
|
Posted: Tue Apr 10, 2007 12:44 am Post subject: ok... |
|
|
| So scripts, can detect pixels, and if the pixel is not there, it won't run it? So this would work very well on Runescape because, if the tree isn't there to cut, then it won't cut it, but if it is there, then it will cut it! mAGNIFICENT, WERE SHOULD I ASK this question next time? (sorry about caPS I'M TOO EXCITED) |
|
| Back to top |
|
 |
scorpio349 Guest
|
Posted: Fri Apr 20, 2007 5:39 am Post subject: |
|
|
is there any way to make it so it puts it in your bank or something  |
|
| 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
|