First Chicken Fighter

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

First Chicken Fighter
  1. Unread #1 - Apr 21, 2009 at 4:25 AM
  2. cry4me
    Joined:
    Apr 19, 2009
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    cry4me Newcomer

    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.
     
  3. Unread #2 - May 8, 2009 at 3:14 AM
  4. fgluh98
    Joined:
    May 7, 2009
    Posts:
    11
    Referrals:
    0
    Sythe Gold:
    0

    fgluh98 Newcomer

    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 >

Users viewing this thread
1 guest


 
 
Adblock breaks this site