Results 1 to 5 of 5

Thread: [Rs2] My first script (autotalker)

  1. #1
    Join Date
    Mar 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default [Rs2] My first script (autotalker)

    I hope ya'll like it it took me like 5mins..lol


    SCAR Code:
    program AutoTalker;
    {.include SRL\SRl.SCAR}

    Const
          Message1=('hello'); //add more for more typing

    Begin
    Repeat
          Wait(1000+Random(50));
          TypeSend(message1);
    Until(False)
    end.

  2. #2
    Join Date
    Mar 2007
    Location
    Under a rock
    Posts
    813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Whats the point of posting a script that took 5 minutes lol. Make a good script that others could use, that would be much better lol. But its still a start i guess.

  3. #3
    Join Date
    Feb 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oh btw u forgot to set up srl

  4. #4
    Join Date
    Dec 2006
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by caius_dio View Post
    oh btw u forgot to set up srl

    What does setup srl do?

  5. #5
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    @Tom, SetupSRL; calls for setting up the include or else you will get an access violation.

    back on topic. You should read my tutorial "things the beginner tuts don't teach you" links in sig. scroll down on chapter 1 to the auto talker with the IsFKeyDown command. it will teach you so that if the user presses the f10 key for example, it will type the message instead of doing it excessively when the user may not want it too.

    @Rune, he is allowed to post any script he wants, for any reason. if he feels pround of a script he made and wants to share it with the others for advice, then thats fine. now he can get some constructive criticism to help him on his way.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. My First Script - Autotalker
    By Da 0wner in forum First Scripts
    Replies: 5
    Last Post: 01-21-2008, 06:43 PM
  2. My first script! (AutoTalker)
    By qwertyftw in forum First Scripts
    Replies: 9
    Last Post: 12-01-2007, 07:47 PM
  3. My first script (Autotalker)
    By kooldude in forum First Scripts
    Replies: 2
    Last Post: 04-27-2007, 08:02 AM
  4. My First Script :D ( AutoTalker)
    By holiday105 in forum First Scripts
    Replies: 9
    Last Post: 04-07-2007, 03:32 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
  •