Adblock breaks this site

Need some help, new to scar

Discussion in 'Scar/Simba Help' started by superman1478, Aug 7, 2007.

  1. superman1478

    superman1478 Apprentice

    Joined:
    Jan 21, 2007
    Posts:
    701
    Referrals:
    2
    Sythe Gold:
    0
    Need some help, new to scar

    Yesterday i started working on a script to pick up snape grass and bank it.

    So far i have the script pick up 27 snape grass and stop.

    The mouse moves to fast imo. It also moves straight to the color.

    So, how would i go about making the mouse move slower and more randomly?

    Code:
    program snapegrabber;
    
    var
    x,y: Integer;
    i: Integer;
    
    begin
     i:= 0;
    repeat
     i:= i + 1;
    FindColor(x,y,5212174,3,51,516,384);
     MoveMousesmooth(x,y);
    Wait(300);
    ClickMouse(x,y,true);
    wait(4000);
    until(i >= 27);
    end.
    
     
  2. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Need some help, new to scar

< help with script: starblaster's Power Skills | I have a feeling town is going to help me.. (Need help on script.) >


 
 
Adblock breaks this site