Results 1 to 3 of 3

Thread: Looking for a SCAR tutor

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

    Default Looking for a SCAR tutor

    I was hoping that someone would be kind enough to set asside some time to teach a noob a little about SCAR, I really could use some help because most of the tutorials just bombard you with information that you don't understand.

    Here is my first script, I tested it and it works

    SCAR Code:
    {
    In_Jeopardy's Autospammer!!
    }


    program Autotalker;

    const
    Spam='buying mith wc axe';   // text goes betweek the quotes.

    procedure Autospam;
    begin
     wait(5000+random(2500))     // will talk every 5 to 7.5 secconds
     sendkeys(Spam + chr(13));
    end;

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

    It's short, but I was strangely proud of it.

    Well, If anyone can help, I'll be very greatful, I was hoping to add a part to the script that loggs you in if you aren't allready logged in...
    Every time you macro, you kill a bunny...

    Kill all of the bunnies

  2. #2
    Join Date
    Feb 2006
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ill be on Msn often and if youever need help jst as me


    JLewisSRL@hotmail.com
    <3 SRL

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

    Default

    Quote Originally Posted by JLewis
    Ill be on Msn often and if youever need help jst as me


    JLewisSRL@hotmail.com
    Ok, thanks alot.I'll add 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. Another who needs tutor
    By 6RoHmU9 in forum News and General
    Replies: 3
    Last Post: 10-26-2007, 09:15 PM
  2. Tutor?
    By masteryoda™ in forum News and General
    Replies: 1
    Last Post: 10-25-2007, 11:19 PM
  3. Looking for a scar tutor
    By WonderBread in forum OSR Help
    Replies: 3
    Last Post: 07-30-2007, 12:41 AM
  4. Need a tutor.
    By Sumilion in forum News and General
    Replies: 7
    Last Post: 06-22-2006, 03:02 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
  •