Results 1 to 4 of 4

Thread: [SRL 4] Blue's AutoTalker

  1. #1
    Join Date
    Aug 2007
    Posts
    328
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default [SRL 4] Blue's AutoTalker

    Blue's AutoTalker




    Released Versions

    Version 1.0 ~ simple and basic just fill it out




    Soon to come
    Version 1.5 ~ Adding Randoms,Multiple talking ability, speed of typing




  2. #2
    Join Date
    Aug 2007
    Posts
    328
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    None talks.....

  3. #3
    Join Date
    Jan 2008
    Location
    Alberta
    Posts
    727
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    month old thread but... 4th down when i posted so not so much of a gravedig?

    Anyways, theres a couple things that you shouldn't of done and things you should have done.

    You don't need SetupSRL; as for it has nothing to do with typing.

    ActivateClient; doesn't find RuneScape, it opens the thing you dragged the crosshair to, so then you shouldn't make it terminate if you didn't drag the crosshair... or did i misunderstand that 'cause i just noticed the
    SCAR Code:
    (FindRS)

    You might want to add more randomness and spelling errors and things like that. You would go like this to do that:

    SCAR Code:
    Procedure Typed_message;
    begin
      case random(5) of //the higher the number the less chance it does this...
        1: TypeSend('Message1'); // You should understand this part
        2: TypeSend('Message1'); // For more chances of getting the actual message
        3: TypeSend('Message1'); // same as number 2...
        4: TypeSend('white:' + Message1);
        5: TypeSend('green:' + Message1);
     end;
    end;

    Get the idea?

    So for new ideas... maybe stop the script if someone trades?

  4. #4
    Join Date
    Sep 2007
    Posts
    501
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    because its forth down (even though the last post is a month old) somebody might read the above post think you do not need "SetupSRL" for "TypeSend" you do also this belongs under cloaking

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
  •