Results 1 to 5 of 5

Thread: My first attempt at giving back to SRL

  1. #1
    Join Date
    Sep 2006
    Location
    Australia
    Posts
    425
    Mentioned
    0 Post(s)
    Quoted
    34 Post(s)

    Default My first attempt at giving back to SRL

    Yeah after autoing a ton i decided to give back to the community with a simple, crummy Auto Talker, Gonna restart my power miner soon, After accidentally deleting it

    Attached.

  2. #2
    Join Date
    Jan 2007
    Posts
    580
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I know its a first script but i think we have enough auto talkers for a life time.... Also you might want to read a tut on scar standards - a way of organising your script. Here i fixed you standards for you.

    SCAR Code:
    program DenisSCRATShiteComparedtotheRestAutoTalker;

    {Setup: Specify RS client
     Type what u want to spam on line 27
     Change i to how many times u want ur message typed on
     line 30, Default is 5, Look out for updates :P
     Remember this is my first script
     Thanks to WhoCares357 For the unmatched Scar Tutorial
     Also Thanks to moparisthebest community for getting
     me into Scar.
     Special Thanks to Kaitnieks for makin SCAR :)
     What is does: Types the message you put on line 27.}


    {.include SRL\SRL.scar}

    var i: integer;

    procedure SpamThis(Msg: string);
    begin
      Typesend(Msg);
    end;


    begin
      i := 0;
      repeat
        i := i + 1;

        begin
          SpamThis('InsertMsgHere');
          Wait(1000 + Random(200));
        end;
      until (i >= 5);
      ClearDebug;
      WriteLn('Thanks for using Deni mulics aka r00nbois SCRAT :)')
    end.
    I like cats.
    Narcle's AK Smelter 1.1.6
    Run Time : 7 Hr 53 Min 5 Sec
    Total Bars : 3371
    Total XP : 58995

  3. #3
    Join Date
    Apr 2007
    Location
    Texas
    Posts
    1,668
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am really glad you have started to learn how to script!
    Sure, we have millions of auto talkers, but the point is, it is a simple little script great to start with!

    keep up the great work! You can read some tuts and get more and mor advaced Thanks for your effort learning to script, great rewards lie ahead if you continue.
    [IMG]http://farm3.static.flickr.com/2120/2052732965_348f3629d0_o.jpg[/IMG]

  4. #4
    Join Date
    Apr 2007
    Location
    Shhhhhhh im right behind you
    Posts
    335
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oh rewards i want in on that im gona go to library tomorow and get every book they have on pascal language seeing how i dont know anytin about it witch is probly a problem and im bored!

  5. #5
    Join Date
    Jun 2007
    Location
    In my computer room
    Posts
    148
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ya There Are ALOT of autotalkers but hey your giving back to the community and thats great to see. Congrats On Your First Script.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. First Attempt
    By Harry in forum Graphics and Multimedia
    Replies: 5
    Last Post: 03-25-2008, 01:13 PM
  2. First ever sig attempt
    By jhildy in forum Graphics and Multimedia
    Replies: 1
    Last Post: 02-13-2008, 02:42 AM
  3. My First Ever Attempt!
    By Belt in forum First Scripts
    Replies: 4
    Last Post: 10-08-2007, 10:36 PM
  4. 3d attempt
    By jhildy in forum Semi Stupid Pictures
    Replies: 12
    Last Post: 08-08-2007, 01:56 PM
  5. My attempt lol
    By rotflmfwao in forum OSR Help
    Replies: 8
    Last Post: 07-16-2007, 05:01 AM

Posting Permissions

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