Results 1 to 4 of 4

Thread: Registered a script how to use it?

  1. #1
    Join Date
    Dec 2007
    Posts
    108
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Registered a script how to use it?

    I registered my script and I dont know how to get it to work.

    If you fix it and it works I will rep+

    here it is:

  2. #2
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  3. #3
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    this
    SCAR Code:
    procedure RandomMovementX;
    begin
      if (not (LoggedIn)) then
        Exit;
      case (Random(15)) of
        1: begin
            MMouse(727 - Random(200), 90 + Random(200), 0, 0);
            IdleTime(300 + Random(300), 500, 0.5);
           end;
        2: begin
             MMouse(227 - Random(200), 290 + Random(200), 0, 0);
             IdleTime(300 + Random(300), 500, 0.5);
            end;
        3: begin
             GameTab(1+Random(14))
             Wait(1200 + Random(750));
             GameTab(4);
           end;
        4: Wait(2000+Random(200))
      end;
    end;

    procedure WalkAntiBan;
    begin
      if (not (LoggedIn)) then
        Exit;
      AntiRandoms;
      case (Random(10)) of
        1: begin
             case (Random(10)) of
               0: TypeSend('stoopib walkin');
               6: Typesend('...');
               9: Typesend('wtf');
             end;
             Exit;
           end;
        3: begin
             GameTab(1+Random(14))
             Wait(500 + Random(250))
             GameTab(4)
           end;
        5: MMouse(Random(MSCX), Random(MSCY), 600, 600);
        7: RandomMovementX;
      end;
    end;

    You've used most my procedures? I would like credit.


    To answer your question you need it to
    SCAR Code:
    SendSRLReport;
    every 5 mins. I recommend you put it in your proggie

  4. #4
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Left your pass in your script, changed em, pm me for new pass

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Community is still growing... 50.000+ Registered Users now
    By WT-Fakawi in forum News and General
    Replies: 13
    Last Post: 08-18-2008, 09:18 AM
  2. Registered SRL STATS TO SIG
    By faster789 in forum OSR Help
    Replies: 3
    Last Post: 04-06-2008, 03:44 PM
  3. SRL-Forums recently broke 30,000 registered members.
    By Kik in forum News and General
    Replies: 33
    Last Post: 09-02-2007, 04:54 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
  •