Results 1 to 24 of 24

Thread: Post YOUR default scripts.

  1. #1
    Join Date
    Dec 2006
    Location
    Houston, TX USA
    Posts
    4,791
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Post YOUR default scripts.

    From 2004 to 2006 my default was:

    SCAR Code:
    program New;
    begin
    end.

    During 2007 it was:

    SCAR Code:
    program New;

    {.Include SRL\SRL.SCAR}

    begin
      SetUpSRL;
    end.

    Now-a-days it is:

    SCAR Code:
    program NewSMARTScript;

    {.Include SRL\SRL\Misc\SMART.SCAR}
    {.Include SRL\SRL.SCAR}

    begin
      SmartSetUp('world38', True, False); {World prefix. Use low detial. Use unsigned Java.}
      SetTargetDC(SmartGetDC);
      SetUpSRL;
    end.

    Post yours!

  2. #2
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Mines just this:
    SCAR Code:
    program New;
    {.include SRL\SRL.scar}


    begin
    SetupSRL;
    end.
    Anything i test i open up in a new tab, like a function/procedure etc. And i just prefer to test it on runescape so i just dont deal with smart..

  3. #3
    Join Date
    Dec 2006
    Location
    Houston, TX USA
    Posts
    4,791
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by itSchRis917 View Post
    Mines just this:
    SCAR Code:
    program New;
    {.include SRL\SRL.scar}


    begin
    SetupSRL;
    end.
    SCAR Code:
    program New;

    {.Include SRL\SRL.SCAR}

    begin
      SetUpSRL;
    end.

    Standards pl0x?

  4. #4
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    SCAR Code:
    program New;
    {.include SRL/SRL.scar}
    {.include IPI.scar}

    var
      x, y, i: Integer;

    procedure NewProc;
    begin

    end;

    function NewFunc;
    begin

    end;

    begin
      SetupIPI;
      SetupSRL;
    end.
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  5. #5
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I agree with the indenting of SetupSRL and am very disappointed in myself, but the i in include capitalized and there being a space there?? Never heard of that one..

  6. #6
    Join Date
    Dec 2006
    Location
    Houston, TX USA
    Posts
    4,791
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Dan's The Man View Post
    SCAR Code:
    program New;
    {.include SRL/SRL.scar}
    {.include IPI.scar}

    var
      x, y, i: Integer;

    procedure NewProc;
    begin

    end;

    function NewFunc;
    begin

    end;

    begin
      SetupIPI;
      SetupSRL;
    end.
    SCAR Code:
    program New;

    {.Include SRL/SRL.SCAR}
    {.Include IPI.SCAR}

    var
      I: array[0..2] of LongInt;

    procedure NewProc;
    begin
    end;

    function NewFunc: Variant;
    begin
    end;

    begin
      SetUpIPI;
      SetUpSRL;
    end.

    Standards pl0x?

  7. #7
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by IceFire908 View Post
    SCAR Code:
    program New;

    {.Include SRL/SRL.SCAR}
    {.Include IPI.SCAR}

    var
      I: array[0..2] of LongInt;

    procedure NewProc;
    begin
    end;

    function NewFunc: Variant;
    begin
    end;

    begin
      SetUpIPI;
      SetUpSRL;
    end.

    Standards pl0x?
    That is standards. Except i forgot the function value, also i like to leave enters so i can add stuff in there for procedures and functions. Also, i and x and y are different variables for me
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  8. #8
    Join Date
    Dec 2006
    Location
    Houston, TX USA
    Posts
    4,791
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Dan's The Man View Post
    That is standards. Except i forgot the function value, also i like to leave enters so i can add stuff in there for procedures and functions. Also, i and x and y are different variables for me
    Yours is somewhat sloppy and inconsistent. Mine is uniform and 100% consistent in every way :-P

  9. #9
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Maybe we are both anti-conformists IceFire? Ever think of that??

  10. #10
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    SCAR Code:
    .
    thats mine'

    EDIT: not exactly...the SCAR tags wouldnt show up until i puting something in there other than a space.
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  11. #11
    Join Date
    May 2008
    Location
    Australia
    Posts
    152
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    program New;
    {.Include SRL\SRL\Misc\SMART.SCAR}
    {.include SRL\SRL.scar}

    begin
      SetupSRL;
    end.

    It used to have a SetupSMART procedure but i screwed it up ...
    Freedom is the freedom to say two plus two equals four. If that is granted, all else follows.
    - George Orwell, Nineteen Eighty-Four

  12. #12
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    SCAR Code:
    program New;
    begin
    end.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  13. #13
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    program New;
    //{.include SRL/SRL.scar}

    const
      YourSRLID = '1531';
      YourSRLPassword = 'removed -.-';
     
    var
      X, Y: Integer;

    begin
    //  SetUpSRL;
      ActivateClient;
      Wait(250 + random(750));
    end.

  14. #14
    Join Date
    Dec 2006
    Location
    Houston, TX USA
    Posts
    4,791
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by itSchRis917 View Post
    Maybe we are both anti-conformists IceFire? Ever think of that??
    Or just lazy :-P

  15. #15
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    SCAR Code:
    program New;
    begin
    end.
    Just because I CAN change something doesn't mean I WILL

    I almost never use SCAR for RS.

  16. #16
    Join Date
    Dec 2006
    Location
    Houston, TX USA
    Posts
    4,791
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I like this one the best

    SCAR Code:
    .

    Except without the period (SCAR tags would not show up without it.)

  17. #17
    Join Date
    Dec 2006
    Location
    Banville
    Posts
    3,914
    Mentioned
    12 Post(s)
    Quoted
    98 Post(s)

    Default

    SCAR Code:
    program New;
    {.include }
    {.include }

    const
    var

    function
    function
    function
    procedure
    procedure
    procedure

    begin
    end.
    The jealous temper of mankind, ever more disposed to censure than
    to praise the work of others, has constantly made the pursuit of new
    methods and systems no less perilous than the search after unknown
    lands and seas.

  18. #18
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by EvilChicken! View Post
    SCAR Code:
    program New;
    //{.include SRL/SRL.scar}

    const
      YourSRLID = '1531';
      YourSRLPassword = 'removed -.-';
     
    var
      X, Y: Integer;

    begin
    //  SetUpSRL;
      ActivateClient;
      Wait(250 + random(750));
    end.
    You forgot SendSRLReport;



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  19. #19
    Join Date
    Sep 2007
    Location
    Sweden
    Posts
    765
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    SCAR Code:
    program New;
    {.include srl/srl.scar}
    var
      x, y: integer;

    procedure Something;
    begin



    begin
      SetUpSrl;
      ClearDebug;
      ActivateClient;
    end.


    ^LOL^

  20. #20
    Join Date
    Dec 2006
    Location
    Houston, TX USA
    Posts
    4,791
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Wizzup? View Post
    You forgot SendSRLReport;
    Owned.

  21. #21
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Um...what was up with you just trying to correct everyone's?


  22. #22
    Join Date
    Dec 2006
    Location
    Houston, TX USA
    Posts
    4,791
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Bobarkinator View Post
    Um...what was up with you just trying to correct everyone's?
    You'll understand someday when you become OCD like myself.

  23. #23
    Join Date
    Apr 2008
    Location
    Northwest england
    Posts
    1,179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i have

    SCAR Code:
    program new;
    {.include srl/srl.scar}
    var
      x,y:integer;

    procedure a;
    begin
    end;

    procedure b;
    begin
    end;

    procedure c;
    begin
    end;

    procedure d;
    begin
    end;

    begin
    end.
    Blank!

  24. #24
    Join Date
    May 2006
    Location
    Amsterdam
    Posts
    3,620
    Mentioned
    5 Post(s)
    Quoted
    0 Post(s)

    Default

    This is in my script scar:
    SCAR Code:
    program Hoi;
    begin
    end.
    And this is in my cheating scar:
    SCAR Code:
    program New;
    {.include SRL/SRl.Scar}

    begin
      SetUpSrl;
    end.
    Verrekte Koekwous

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 10
    Last Post: 07-25-2008, 03:17 AM
  2. lvl 3 crp name autoers with default looks
    By chitin in forum Bot Information and Spottings
    Replies: 7
    Last Post: 11-22-2007, 10:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •