Town's SCAR Scripting Guide: From Noob to Pro

Discussion in 'Scar/Simba Help' started by Town, Oct 20, 2007.

Town's SCAR Scripting Guide: From Noob to Pro
  1. Unread #21 - Apr 29, 2009 at 10:38 AM
  2. Wsxdr
    Joined:
    Apr 29, 2009
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0

    Wsxdr Newcomer

    Town's SCAR Scripting Guide: From Noob to Pro

    Hi, I have a problem:
    I need an "If" it finds a color within a box, not just whole screen.
    And if it find the color continiue a few lines before do the "If" thing again.
    Here is the script with where i need help to get it.

    var i: Integer;
    Begin
    i:= 0;
    Repeat
    i:= i + 1;
    Writeln(IntToStr(i));
    Wait(1500);
    MoveMousesmooth(169,39);
    Wait(1500);
    ClickMouse(169,39, true);// About here, If true do line 10-17.
    Wait(1500);
    MoveMouseSmooth(647,342);
    Wait(1500);
    ClickMouse(647,342, true);
    Wait(3500);
    MoveMouseSmooth(202,38);
    Wait(1500);
    ClickMouse(202,38, true);// And about here, If true do line 18-29.
    Wait(1500);
    MoveMouseSmooth(414,465);
    Wait(1500);
    ClickMouse(414,465, true);
    Wait(1500);
    MoveMouseSmooth(764,488);
    Wait(1500);
    ClickMouse(764,488, true);
    Wait(2500);
    MoveMouseSmooth(158,81)
    Wait(1500);
    ClickMouse(158,81, true);// And about here, If true do line 30-42.
    Wait(1500);
    MoveMouseSmooth(414,360);
    wait(1500);
    ClickMouse(414,360, true);
    Wait(1500);
    MoveMouseSmooth(769,381)
    Wait(1500);
    ClickMouse(769,381, true);
    Wait(5500);
    MoveMouseSmooth(116,34);
    Wait(1500);
    ClickMouse(116,34, true); // And about here, If true do line rest and start all over.
    Wait(1500);
    MoveMouseSmooth(194,228);
    Wait(1500);
    ClickMouse(194,228, true);
    Wait(1500);
    MoveMouseSmooth(405,252);
    Wait(1500);
    ClickMouse(405,252, true);
    Until(i >= 99999);
    end.

    I know it kinda easy, but i'm new to this.
    Please help:)
     
  3. Unread #22 - Apr 29, 2009 at 10:48 AM
  4. Wsxdr
    Joined:
    Apr 29, 2009
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0

    Wsxdr Newcomer

    Town's SCAR Scripting Guide: From Noob to Pro

    I forgot a thing, If it don't finds the color it need to skip the next part:)
     
  5. Unread #23 - Jun 6, 2009 at 8:38 PM
  6. lordy noob
    Joined:
    Jan 4, 2006
    Posts:
    22
    Referrals:
    0
    Sythe Gold:
    0

    lordy noob Newcomer

    Town's SCAR Scripting Guide: From Noob to Pro

    and what does that script actually do?
     
  7. Unread #24 - Sep 21, 2010 at 1:43 PM
  8. Min
    Joined:
    Aug 17, 2010
    Posts:
    367
    Referrals:
    0
    Sythe Gold:
    0

    Min Forum Addict
    Banned

    Town's SCAR Scripting Guide: From Noob to Pro

    Whoha, if I ever have a sea of time I'm defenitely going to look into this guide! Bookmarked ^^
     
  9. Unread #25 - Aug 31, 2011 at 3:26 PM
  10. p0werpete
    Joined:
    Aug 31, 2011
    Posts:
    26
    Referrals:
    0
    Sythe Gold:
    0

    p0werpete Member

    Town's SCAR Scripting Guide: From Noob to Pro

    i need tos ee this thanks
     
  11. Unread #26 - May 11, 2012 at 5:33 PM
  12. orange20
    Joined:
    May 9, 2012
    Posts:
    26
    Referrals:
    0
    Sythe Gold:
    0

    orange20 Member
    Banned

    Town's SCAR Scripting Guide: From Noob to Pro

    is this updated
     
  13. Unread #27 - Sep 3, 2012 at 7:21 PM
  14. jDavies97
    Joined:
    Aug 29, 2012
    Posts:
    9
    Referrals:
    0
    Sythe Gold:
    0

    jDavies97 Newcomer

    Town's SCAR Scripting Guide: From Noob to Pro

< | Use [CODE] tags! >

Users viewing this thread
1 guest


 
 
Adblock breaks this site