Results 1 to 4 of 4

Thread: First Autotalker

  1. #1
    Join Date
    Mar 2007
    Location
    Maryland, USA
    Posts
    184
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    First Autotalker

    This is my first autotalker.
    It's really basic but post here if you have any errors.
    I will update this so it can say more things.
    Have fun!

    EDIT: New script v. 1.1

  2. #2
    Join Date
    May 2007
    Location
    Some where fun.
    Posts
    2,891
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by 71runemaker View Post
    This is my first autotalker.
    It's really basic but post here if you have any errors.
    I will update this so it can say more things.
    Have fun!

    EDIT: New script v. 1.1
    Needs more messages.
    Needs random times

    SCAR Code:
    Program talk
    {include. srl/srl.scar}
     
    const
    Message1' here'//
    Message2'here'
    Message3'here'
     
    procedure Talks;
    begin
    Wait(2500+random(1000));
    TypeSend(Message1 +chr(13))
    Wait(2500+random(1000));//this is telling it to wait 2.5 seconds - 1 second
    // it randomizes it for anti ban
    TypeSend(Message2 +chr(13));
    Wait(2500+random(1000));
    TypeSend(Message3 +chr(13));
    end;
     
    // main loop
    begin
     repeat//
     talks;
    until(false)//

  3. #3
    Join Date
    Jun 2007
    Location
    Mianus
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nothing wrong here

  4. #4
    Join Date
    Jun 2007
    Location
    Mianus
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    keep it up

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. My First AutoTalker
    By eurostylz in forum First Scripts
    Replies: 13
    Last Post: 02-10-2008, 11:11 AM
  2. AutoTalker
    By snatch in forum First Scripts
    Replies: 3
    Last Post: 09-03-2007, 12:18 PM
  3. autotalker
    By wobbii in forum First Scripts
    Replies: 3
    Last Post: 04-16-2007, 01:48 AM
  4. My AutoTalker
    By RudeBoiAlex in forum RS3 Outdated / Broken Scripts
    Replies: 10
    Last Post: 03-05-2007, 03:34 PM
  5. need autotalker help
    By Dadeer in forum OSR Help
    Replies: 1
    Last Post: 12-01-2006, 12:12 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
  •