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 

Runescape Auto Coal Miner

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





PostPosted: Sat Apr 07, 2007 7:44 pm    Post subject: Runescape Auto Coal Miner Reply with quote

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

PostPosted: Mon Apr 09, 2007 10:05 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail MSN Messenger
Phil2611
Guest





PostPosted: Tue Apr 10, 2007 12:44 am    Post subject: ok... Reply with quote

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





PostPosted: Fri Apr 20, 2007 5:39 am    Post subject: Reply with quote

is there any way to make it so it puts it in your bank or something Question Question Question
Back to top
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