Adblock breaks this site

java find color

Discussion in 'Programming General' started by selling pin$, Apr 17, 2008.

  1. selling pin$

    selling pin$ Member

    Joined:
    Jun 16, 2007
    Posts:
    59
    Referrals:
    0
    Sythe Gold:
    0
    java find color

    in java how do u find color like scar so then i can click on it? or is there a program like scar because im on a mac
     
  2. foreverNocturnal

    foreverNocturnal Guest

    Referrals:
    0
    java find color

                                        
     
  3. selling pin$

    selling pin$ Member

    Joined:
    Jun 16, 2007
    Posts:
    59
    Referrals:
    0
    Sythe Gold:
    0
    java find color

    hahaha wtf i asked a question... can u asnwer or not ur noob leecher... all i want is a colorfind so it can scan and click on it for a game called dofus... sorry i might not be as smart as u and im talking java not scar
     
  4. Music Man

    Music Man Active Member
    Banned

    Joined:
    May 17, 2008
    Posts:
    156
    Referrals:
    0
    Sythe Gold:
    0
    java find color

    umm i think this is how to do it.

    first set up a new robot, so
    Code:
    Robot (robot name here) = new Robot();
    so in example
    Code:
    Robot myrobot = new Robot();
    then you specify to get the color in the specified demension, but you need an int or something to store it in so create a new int.

    Code:
    int a;
    then you do the rest so the whole code should look something like this

    Code:
    //imports go here
    //class goes here  {
    int a;
    Robot myrobot = new Robot();
    public void search(){
    myrobot.getPixelColor(20,20); // 20,20 is the location of the pixel on the screen.
    return a;
        }
    }
    
     
  5. SuF

    SuF Legend
    Pirate Retired Global Moderator

    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary
    java find color

    he wants to find a pixel with a certain color... try jmacro or rsbot, they both can work for mac. :/

    i could post a working thing to find a color but i am too lazy
     
  6. Music Man

    Music Man Active Member
    Banned

    Joined:
    May 17, 2008
    Posts:
    156
    Referrals:
    0
    Sythe Gold:
    0
    java find color

    my bad =p, but yes just use jmacro, its very easy to use,
     
  7. TreeZon

    TreeZon Guest

    Referrals:
    0
  8. SuF

    SuF Legend
    Pirate Retired Global Moderator

    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary
    java find color

  9. selling pin$

    selling pin$ Member

    Joined:
    Jun 16, 2007
    Posts:
    59
    Referrals:
    0
    Sythe Gold:
    0
    java find color

    thx guys... i use rsbot alot just is it simmilar to scar and because rs in made in java dose that mean rs bot only works in java being it is also made in java?
     
< StealRS in C# Help.... | Cycle through a list of proxies? >


 
 
Adblock breaks this site