Results 1 to 7 of 7

Thread: Post here all your working scripts for SRL4

  1. #1
    Join Date
    Sep 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Post here all your working scripts for SRL4

    All, post your SRL4 scrips here...

  2. #2
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    Why should we?
    I made a new script, check it out!.

  3. #3
    Join Date
    Sep 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Cus this is a forum, and i think we may share here,
    But you DO have one,

    Yet another question, why would you not?

  4. #4
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    because theres a subforums named: srl free scripts

  5. #5
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    I have one, I just updated it to work on SRL 4... I dont know if it has many bugs but, please if it does, post them here. Thanks!
    Well here the Script for SRL 4 is now! (AND WORKING!)
    SCAR Code:
    program Writer;
    Const
      SayText='Hello!';
    begin
      Writeln(SayText);
    end.

  6. #6
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Pentti View Post
    I have one, I just updated it to work on SRL 4... I dont know if it has many bugs but, please if it does, post them here. Thanks!
    Well here the Script for SRL 4 is now! (AND WORKING!)
    SCAR Code:
    program Writer;
    Const
      SayText='Hello!';
    begin
      Writeln(SayText);
    end.
    haha!
    rofl!!

    i have one to:
    SCAR Code:
    program New;

    const
      Text = 'Go find working scripts by yourself dude!';

    procedure FindIntro;
    begin
      ClearDebug;
      Writeln('Plz go find by YOURSELF!');
      Wait(100);
      Writeln('Y');
      Wait(100);
      Writeln(' O');
      Wait(100);
      Writeln('  U');
      Wait(100);
      Writeln('   R');
      Wait(100);
      Writeln('    S');
      Wait(100);
      Writeln('     E');
      Wait(100);
      Writeln('      L');
      Wait(100);
      Writeln('       F');
      Wait(100);
      Writeln('Y O U R S E L F');
    end;

    begin
      ClearDebug;
      FindIntro;
      Writeln('');
      Writeln(text);
    end.
    [QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
    [CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]

  7. #7
    Join Date
    Aug 2007
    Location
    England
    Posts
    734
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I said something slightly similar the otherday, but not quite as nooby i like your scripts by the way, scar noob i ran yours, got me 1k of ess in 30 mins and oslved 6 randosm aws crazy
    The truth finally came out...


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Scripts working with SRL 4 Rev 10
    By yakkyigooconroy in forum News and General
    Replies: 16
    Last Post: 03-01-2008, 10:09 AM
  2. [Request] Post ur SRL4.0 scripts
    By BlueWorld in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 08-19-2007, 03:53 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
  •