Results 1 to 8 of 8

Thread: Tut Runner Addition

  1. #1
    Join Date
    Jun 2007
    Posts
    125
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Tut Runner Addition

    Before loginplayer...

    You could create a procedure that creates the account using the in-game creator.

    Only problem would be if the name is taken.

  2. #2
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by 006786 View Post
    Before loginplayer...

    You could create a procedure that creates the account using the in-game creator.

    Only problem would be if the name is taken.
    is this directed at me?

    just use shady's

  3. #3
    Join Date
    Jun 2007
    Posts
    125
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Here, I decided to make a working, but horribly scripted procedure.

    SCAR Code:
    program New;
    {.include srl/srl.scar}
    var
    ErrorDTM, x, y: Integer;

    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
      Players[0].Name := 'mynameismasf';
      Players[0].Pass := 'lolpoop';
      Players[0].Active := True;
      Players[0].Booleans[0] := True; //Make the account?
    end;

    procedure MakeTheAccount;
    begin
      ErrorDTM := DTMFromString('78DA63CC64626048626440063D465C601A26C' +
           'A280C54134740CD0E22D4B400D5E41150E34E841A2322D4EC04AA' +
           '2926A0260BA8A608BF1A0080180D0A');
      if (Players[0].Booleans[0]) then
      begin
         Mouse(380,216,40,5,true);
         Wait(500 + random(500));
         Mouse(460,420,15,3,true);
         Wait(500 + random(500));
         Mouse(489,214,15,5,true);
         Wait(500 + random(500));
         Mouse(505,252,3,0,true);
         Wait(500 + random(500));
         Mouse(471,249,7,19,true);
         Wait(500 + random(500));
         Mouse(460,420,15,3,true);
         Wait(500 + random(500));
         SendKeys(Players[0].Name);
         Wait(500 + random(500));
         Mouse(460,420,15,3,true);
         Wait(500 + random(500));
         If FindDTM(ErrorDTM,x,y,MIX1,MIY1,MIX2,MIY2) then
         begin
            ClearDebug;
            WriteLn('Dang, the name ' + Players[CurrentPlayer].Name + ' is already taken!  Please try a different name :)');
            FreeDTM(ErrorDTM);
            TerminateScript;
         end;
         Wait(500 + random(500));
         Mouse(460,420,15,3,true);
         Wait(500 + random(500));
         TypeSend(Players[CurrentPlayer].Pass);
         Wait(500 + random(500));
         SendKeys(Players[CurrentPlayer].Pass);
         Wait(500 + random(500));
         Mouse(460,420,15,3,true);
         Wait(100)
         Mouse(305,420,15,3,true);
         WriteLn('It be made!')
      end;
    end;

    begin
       setupSRL;
       ActivateClient;
       DeclarePlayers;
       MakeTheAccount;
    end.

  4. #4
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you kept your username/pass in there.. pmed you new details

    and Shady? has an acc maker.. it does it in less than 10 seconds check it out

  5. #5
    Join Date
    Jun 2007
    Posts
    125
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Those are examples, the account doesn't exist

  6. #6
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yes it does.. I went on it o.o

  7. #7
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    ownt.................

    Isn't there is a warning that jagex chain ban people created around the same time?
    Oh Hai Dar

  8. #8
    Join Date
    Mar 2007
    Posts
    1,700
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    This feature will be in my members tut runner.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Reflection Addition?
    By TViYH in forum SRL Site Discussion
    Replies: 19
    Last Post: 08-31-2008, 04:54 AM
  2. Another addition to our team!
    By Wizzup? in forum News and General
    Replies: 33
    Last Post: 05-08-2008, 12:46 PM
  3. how do i suggest an addition
    By waterfoul in forum Research & Development Lounge
    Replies: 2
    Last Post: 10-18-2007, 02:59 PM
  4. ~Air Runner!~
    By Bloodcheck in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 08-04-2007, 10:34 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
  •