Adblock breaks this site

need script help !

Discussion in 'Scar/Simba Help' started by zeejenkins, Dec 21, 2007.

  1. zeejenkins

    zeejenkins Guest

    Referrals:
    0
    need script help !

    This is my first script.

    Pleas help me how to make it repeat.

    And if you have any sugjestions on what i need to add pleas tell me thank you.

    This is the script

    program AoutoFighter;

    var

    x,y: Integer;

    const

    MonsterColor1 = ; {Enter Monster Color Here}


    begin
    if (FindColor(x,y,MonsterColor1,0,0,515,336)) then
    begin
    MoveMouseSmoothEx(x,y +random(0),20,40,45,25,20);
    Wait(123+random(10));
    ClickMouse(x,y,true);
    end;
    end.
     
  2. Jethr0x

    Jethr0x Grand Master
    Banned

    Joined:
    Jan 24, 2007
    Posts:
    3,070
    Referrals:
    13
    Sythe Gold:
    0
    need script help !

    make it like this

    Code:
    program AoutoFighter;
    
    var
    
    x,y: Integer;
    
    const
    
    MonsterColor1 = ; {Enter Monster Color Here}
    
    
    begin
    repeat
    if (FindColor(x,y,MonsterColor1,0,0,515,336)) then
    begin
    MoveMouseSmoothEx(x,y +random(0),20,40,45,25,20);
    Wait(123+random(10));
    ClickMouse(x,y,true);
    end;
    until(false)
    end.
    plz note this script u made is not for autoing over night, its best to just sit and watch it.
     
  3. zeejenkins

    zeejenkins Guest

    Referrals:
    0
    need script help !

    dud u are the best man thank and ill work on it by adding more anti rendomes in stuf .

    but this is my first sckipt lol ty ty ty ty
     
  4. Jethr0x

    Jethr0x Grand Master
    Banned

    Joined:
    Jan 24, 2007
    Posts:
    3,070
    Referrals:
    13
    Sythe Gold:
    0
    need script help !

    hehe, your welcome.
     
< need help!!!!! plz reply | Need help with making auto talker >


 
 
Adblock breaks this site