Adblock breaks this site

First Chicken Fighter

Discussion in 'Scar/Simba Help' started by cry4me, Apr 21, 2009.

  1. cry4me

    cry4me Newcomer

    Joined:
    Apr 19, 2009
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0
    First Chicken Fighter

    Hi, this is my first script, the script is fine, but the problem is it just clicks everywhere without directly targeting the chicken, because there are bones,meat and feathers on the ground it will pick those up before attacking the chicken. I was just wondering if there is anyway to use a left click and to directly click the chicken so it doesnt pick up the items first.

    Code:

    program AutoChickenFighterV1;

    var
    i,x,y: Integer;

    const
    Chicken1 = 234;

    begin
    i:= 0;
    repeat
    i:= i +1;
    if(FindColor(x,y,Chicken1,0,0,500,500)) then
    begin
    MoveMouseSmoothEx(x,y +random(0),20,40,45,25,20);
    Wait(1000+random(100));
    ClickMouse(x,y,true);
    end;
    until(false);
    end.
     
  2. fgluh98

    fgluh98 Newcomer

    Joined:
    May 7, 2009
    Posts:
    11
    Referrals:
    0
    Sythe Gold:
    0
    First Chicken Fighter

    omg i am serisousl tired of explaining all this stuff...
    anyway im in a good mood so ill give you a hint. the bones and feathers are the same color as the friken chickens......
    the script is looking for a color. if you dont get how a script even works then dont leech and ask for help. look at this guide and try figuring it out....
    http://www.sythe.org/showthread.php?t=148839
     
< No one will help me!!! | Scar error >


 
 
Adblock breaks this site