Results 1 to 8 of 8

Thread: Simple Auto-talker

  1. #1
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default Simple Auto-talker

    When I first came to SRL I though I would just wait the week to get some of the good scripts, but then I decided "no-one likes a leecher" so I made this script.

    Its not exactly the best in the world but its the best I could do.

    Please post any errors that you have here and whether you think its good or not.

    All suggesions welcome!

    Thanks

  2. #2
    Join Date
    Jun 2007
    Location
    I live where you live...
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'll check it out dude =) I'm a n00b at SCAR too, but I'm learning.

    EDIT: Suggestions: Instead of having that wait 5 seconds in your begin statement, I'd use an ActivateClient procedure.

    Ln 25: wait(5000)//The amount of time you have to switch windows before it starts

    *change that to ActivateClient;

    So it'd look like this:

    procedure WriteMessage;
    begin
    TypeSend(Message1);
    wait(3000+random(500));//The time between the messages
    TypeSend(Message1);
    wait(3000+random(500));//The time between the messages
    TypeSend(Message1);
    wait(3000+random(500));//The time between the messages
    TypeSend(Message1);
    wait(3000+random(500));//The time between the messages
    TypeSend(Message1);
    wait(3000+random(500));//The time between the messages
    TypeSend(Message1);
    wait(3000+random(500));//The time between the messages
    TypeSend(Message1);
    wait(3000+random(500));//The time between the messages
    TypeSend(Message1);
    wait(3000+random(500));//The time between the messages
    TypeSend(Message1);
    wait(3000+random(500));//The time between the messages
    TypeSend(Message1);
    wait(3000+random(500));//The time between the messages;
    TypeSend(Message1)

    repeat
    until(false)
    end;
    begin
    ActivateClient;
    WriteMessage;
    end.
    Will MM for FREE
    CarpeD.E.M.M.
    [FEAR]Ñô1
    ---Developing BPE---Bombo'sPowerEverything---(Almost Everything ) w/ VB 23% Complete---

  3. #3
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Quote Originally Posted by Bombo View Post
    I'll check it out dude =) I'm a n00b at SCAR too, but I'm learning.

    Thank

    I can't really do much and it's all I can really do lol

    I'm working on doing something lmore complicated soon

  4. #4
    Join Date
    Jun 2007
    Location
    I live where you live...
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I feel you dude, right now I'm creating a power mining script in SCAR and a power everything in VB.
    Will MM for FREE
    CarpeD.E.M.M.
    [FEAR]Ñô1
    ---Developing BPE---Bombo'sPowerEverything---(Almost Everything ) w/ VB 23% Complete---

  5. #5
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Thanks for your help.

    I've just finished making another one in which you can have up to 4 messages.

    Thanks again.

  6. #6
    Join Date
    Nov 2007
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmm it seems for me when i try to use it takes me to a diff page, prolly something of my fault tho, other wise looks like a very nice script

  7. #7
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Quote Originally Posted by monkeyskater1993 View Post
    hmm it seems for me when i try to use it takes me to a diff page, prolly something of my fault tho, other wise looks like a very nice script
    Thanks for saying it a nice script

    I think if it takes you to a different page it mean you haven't dragged the crosshair onto the runescape client, when you do this it then should work, if it doesn't I'll try and help

  8. #8
    Join Date
    Nov 2007
    Location
    New Zealand
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Good first script man.
    I ran it for 5 repeats of all messages and all went smoothly.
    Well done.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Simple Auto Talker
    By Harbinger in forum First Scripts
    Replies: 5
    Last Post: 01-06-2009, 05:36 AM
  2. simple auto talker
    By m4r1us in forum First Scripts
    Replies: 2
    Last Post: 12-03-2008, 03:22 AM
  3. Replies: 5
    Last Post: 11-23-2007, 08:45 PM
  4. Simple Auto Talker
    By camdo2 in forum First Scripts
    Replies: 13
    Last Post: 10-29-2007, 12:01 PM
  5. simple auto talker
    By DillonL in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 08-15-2007, 08:42 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
  •