Results 1 to 4 of 4

Thread: EliteTalker, Yet another AutoTalker:(

  1. #1
    Join Date
    Sep 2006
    Location
    Germany
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default EliteTalker, Yet another AutoTalker:(

    Well, First i'm sorry for giving you your 10000000 Autotalker on this Forum,
    but i really need some Reviews and Feedback on it!


    And YAY! my first Topic on this Forum











    SCAR Code:
    {
    # ScriptName  = EliteTalker
    # Author      = Emiel AKA Godpower
    # Description = Just a basic EliteTalker
    # Version     = 0.1
    # Date        = 11-07-07
    # Comments    = Fill in Message 1, message 2 and message 3.
    }



    program EliteTalker;

    {.include SRL/SRL.scar}

    var
      Timer: Integer;


    const
      Message1 = 'type Message 1 here!'; // type here your first Message :D
      Message2 = 'type Message 2 here!'; //type here message 2
      Message3 = 'type Message 3 here!';
      HowManyTimes = 1; // How many times do you want it to type.
      TimeToType = 3000; //How much time to wait after the first and second message are done.



    procedure EliteTalking;
    begin
      TypeSend(Message1);
      Wait(1000 + Random(200));
      Wait(TimeToType);
      TypeSend(Message2);
      Wait(1500 + Random(500));
      Wait(TimeToType);
      TypeSend(Message3);
      Wait(2000 + Random(500));
      Wait(TimeToType);

    end;

    begin
      Timer := 0
        repeat
        ActivateClient;
        EliteTalking;
        Timer := Timer + 1
          Writeln('You have Written your Messages ' + inttostr(Timer) + ' Time(s)');
        Writeln('EliteTalker by Emiel')
      until (Timer = HowManyTimes);
    end.

  2. #2
    Join Date
    Oct 2006
    Location
    New Zealand
    Posts
    423
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Cool, some things you could add to improve your skills could be, optional amount of messages, hotkeys, trade accepting, option waits and random waits between messages. But then again you probly want to do something harder because it is just an auto talker, prahaps an auto login or a powerminer. Goodluck with future scripts, keep it up.

    Lol, you been here longer than me :P

    That post probly sounds gay but Ive never read an auto talker or login script thread so I dont know what people normally say :P

  3. #3
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Yeah pretty much what Meanage said. I've made an autotalker which is pretty good. It has forms, trading, styles and colour. Check it out here if you want some tips or ideas :
    http://http://www.villavu.com/forum/...ad.php?t=11097

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

    Default

    making auto talkers is not bad some can get broken/dont work anymore and then another is good to have

    and ill make my first script soon and ill make 1 auto talker with anti randoms, trade and it will sell&buy and ill take a pic of every thing (non memb) and so it can buy/sell stuff and it will not get scammed... will take alot of time lol

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Autotalker =D
    By Xtragicx in forum First Scripts
    Replies: 4
    Last Post: 02-28-2009, 05:03 PM
  2. My First AutoTalker
    By eurostylz in forum First Scripts
    Replies: 13
    Last Post: 02-10-2008, 11:11 AM
  3. My first autotalker plz tell me what you think :0
    By caius_dio in forum First Scripts
    Replies: 6
    Last Post: 11-08-2007, 04:34 AM
  4. First Autotalker
    By 71runemaker in forum First Scripts
    Replies: 3
    Last Post: 07-14-2007, 08:57 AM
  5. My AutoTalker
    By RudeBoiAlex in forum RS3 Outdated / Broken Scripts
    Replies: 10
    Last Post: 03-05-2007, 03:34 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
  •