need script help !

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

need script help !
  1. Unread #1 - Dec 21, 2007 at 12:32 AM
  2. zeejenkins
    Referrals:
    0

    zeejenkins Guest

    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.
     
  3. Unread #2 - Dec 21, 2007 at 12:41 AM
  4. Jethr0x
    Joined:
    Jan 24, 2007
    Posts:
    3,070
    Referrals:
    13
    Sythe Gold:
    0

    Jethr0x Grand Master
    Banned

    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.
     
  5. Unread #3 - Dec 21, 2007 at 8:55 PM
  6. zeejenkins
    Referrals:
    0

    zeejenkins Guest

    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
     
  7. Unread #4 - Dec 22, 2007 at 12:06 AM
  8. Jethr0x
    Joined:
    Jan 24, 2007
    Posts:
    3,070
    Referrals:
    13
    Sythe Gold:
    0

    Jethr0x Grand Master
    Banned

    need script help !

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

Users viewing this thread
1 guest


 
 
Adblock breaks this site