Find Color

Discussion in 'Scar/Simba Help' started by 3dhomejoe, Dec 4, 2007.

Find Color
  1. Unread #1 - Dec 4, 2007 at 5:20 PM
  2. 3dhomejoe
    Referrals:
    0

    3dhomejoe Guest

    Find Color

    I need help with a script that will find a color and click on it for 1 min (60 sec) and that color moves.

    Thanks
    3dhomejoe
     
  3. Unread #2 - Dec 4, 2007 at 7:32 PM
  4. KANEL
    Joined:
    Aug 10, 2005
    Posts:
    163
    Referrals:
    0
    Sythe Gold:
    0

    KANEL Active Member

    Find Color

    Post the script and we'll help you fix it?
     
  5. Unread #3 - Dec 5, 2007 at 10:12 PM
  6. 3dhomejoe
    Referrals:
    0

    3dhomejoe Guest

    Find Color

    i dont have one, that is the whole script to find the color (white) and click on it for 60 sec
     
  7. Unread #4 - Dec 6, 2007 at 7:05 AM
  8. killercow
    Joined:
    Feb 18, 2007
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    0

    killercow Member

    Find Color

    heres something i made real quick that might help ya,your gonna have to stop it yourself (ctrl+alt+S) as i dont kno how to make it run for a period of time (if sum1 could correct me on that) this script will find the color u select at setup and click on it over and over.



    Code:
    program ColorClicker;
    /////////////////////////////////////////////////////////////////////
    ///////////////////////////SETUP/////////////////////////////////////
    const                                                           /////
                                                                    /////
    Color = 16777215;        ////// color of the object to click on /////
                                                                    /////
                                                                    /////
    /////////////////////////////////////////////////////////////////////
    /////////////////////////////////////////////////////////////////////
    
    
    procedure click;
    
    var t,b: Integer;
    
    begin
    Wait(1000+random(500));
    if(FindColor(t,b,Color,0,0,2000,2000)) then
     begin
      MoveMouseSmooth(t,b +random(4));
      ClickMouse(t,b,true);
    end;
    end;
    begin
    repeat
    click;
    until(false)
    end.
    also i didnt kno if you wanted it to hold down the click or just keep finding it and clicking once.
     
< Need help with Scar error! | Banking? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site