Results 1 to 3 of 3

Thread: Madman94's AutoTalker

  1. #1
    Join Date
    Jan 2008
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Madman94's AutoTalker

    SCAR Code:
    program Madman94sAutoTalker;
    {.include SRL/SRL.scar}

    const
    {--- SETUP ---}
      Message1 = ('This is'); // Type your first message between the ''.
      Message2 = ('the'); // Type your second message between the ''.
      Message3 = ('default message'); // Type your third message between the ''.
      TimeToWaitBetweenEachTalkInMS = 2500;

    begin
      SetupSRL;
      ActivateClient;
      repeat
       TypeSend(Message1);
       Wait(1000 + random(50));
       TypeSend(Message2);
       Wait(1000 + random(50));
       TypeSend(Message3);
       Wait(1000 + random(50));
      until(false);
    end.






    is it good bad ALL comments will be helpful

  2. #2
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok, you just simply copied what I made for you.

    Ungrateful ...

    You're reported for something similar to plagiarism.

    Meh, I wish I would bother to report you.
    Someone *couh* Nielse *cough* lock this.

  3. #3
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    Who? Me?

    madman94, try to create your own scripts (though I think this is more a snippet)
    Locked.
    Hup Holland Hup!

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. First Autotalker
    By 71runemaker in forum First Scripts
    Replies: 3
    Last Post: 07-14-2007, 08:57 AM
  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
  •