Adblock breaks this site

need a bit of help with mouse

Discussion in 'Scar/Simba Help' started by wiiguy, May 21, 2009.

  1. wiiguy

    wiiguy Newcomer

    Joined:
    May 21, 2009
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0
    need a bit of help with mouse

    i need a little script so that my mouse will follow the colour "16777215"

    if somebody can help em with this i would be glad :)
     
  2. slydevil420

    slydevil420 Newcomer

    Joined:
    May 21, 2009
    Posts:
    8
    Referrals:
    0
    Sythe Gold:
    0
    need a bit of help with mouse

    // Press Control to Stop
    program Follow_Color;
    var x,y:integer;
    begin
    repeat
    if(FindColorSpiral(x,y,16777215,1,1,1200,800))then
    begin
    MoveMouseSpline(x,y,2,2)
    end;
    wait(100+random(50))
    until(IsFunctionKeyDown(1))
    end.
     
  3. wiiguy

    wiiguy Newcomer

    Joined:
    May 21, 2009
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0
    need a bit of help with mouse

    too bad that dident work
    it did follow the colour but in that space where it should follow the ball color it seems the color it in some other spots as well

    so if osmebody could make a script so it would follow this ball
    [​IMG]
     
< Where can i download SCar + SRL4? | minE() - what does it do? >


 
 
Adblock breaks this site