Results 1 to 3 of 3

Thread: *noob* how could I improve this?

  1. #1
    Join Date
    Jun 2006
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default *noob* how could I improve this?

    I was wondering how (if possible) I could improve this (my first) script.

    SCAR Code:
    {
    In_Jeopardy's Autospammer!!
    }


    program Autotalker;

    const
    Spam='buying mith wc axe';

    procedure Autospam;
    begin
     wait(5000+random(2500))
     sendkeys(Spam + chr(13));
    end;

    begin
     activateclient;
      repeat
       Autospam;
      until(false)
    end.

    Failing that, what could I attempt next and could you give me a few pointers?

    Thanks.
    Every time you macro, you kill a bunny...

    Kill all of the bunnies

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Contact me on msn, im sure we'll figure something out
    Administrator's Warning:


  3. #3
    Join Date
    Jun 2006
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks, have added you.
    Every time you macro, you kill a bunny...

    Kill all of the bunnies

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How can i improve this
    By Mark in forum OSR Help
    Replies: 10
    Last Post: 05-25-2008, 07:17 PM
  2. Noob script ideas for a noob scripter
    By 13lacknova in forum First Scripts
    Replies: 7
    Last Post: 09-30-2007, 01:01 AM
  3. What to improve into my script?
    By mx1000 in forum OSR Help
    Replies: 0
    Last Post: 06-21-2007, 09:00 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
  •