Results 1 to 7 of 7

Thread: Acount Creater

  1. #1
    Join Date
    May 2007
    Location
    Canada
    Posts
    261
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Acount Creater

    Well, this is a very simple function...can't believe nobody has made it yet lol. I've used this to make myself a army of over 20 players, so don't tell me it doesn't work

    How to use: CreateAccount(['acount1','acount2'], password, true);
    You can put more than 2 accounts in the bracets [ ]. If antiban is true, then the script will wait for 80 seconds + a random 120seconds before making each acount. If false, then only 10 seconds.
    SCAR Code:
    nvm. To many leachers in Public forums.
    On vacation from July 2nd till middle of August


    Account Creator and Tutorial Island Runner (member | public) Errors fixed


    Check out my Complete forms tutorial. It will teach you everything you need to know about forms.

  2. #2
    Join Date
    Apr 2007
    Location
    Finland
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol, that's cool and ps.

    You can just do it like this:

    SCAR Code:
    //////////////////////////////
    // Written by Tim46
    /////////////////////////////
    function CreateAccount(Username, Password :String): Boolean;
    begin
      OpenWebPage('https://create.runescape.com/lang/en/aff/runescape/createaccount.ws?password1=' + Password + '&password2=' + Password + '&termsandcond=1&username=' + Username + '&country=7');
      Result:= True;
      Writeln('Account '+ Username +' created!');
    end;

    int I : Integer;
    Usernames : Array[0..4] of String;///change to what you want
    Passwords : Array[0..4] of String;

    begin
      Usernames[0] := 'Write here';
      Usernames[1] := 'Write here';
      Usernames[2] := 'Write here';
      Usernames[3] := 'Write here';
      Usernames[4] := 'Write here';
      Passwords[0] := 'Write here';
      Passwords[1] := 'Write here';
      Passwords[2] := 'Write here';
      Passwords[3] := 'Write here';
      Passwords[4] := 'Write here';
      for I := 0 to 4 do
      begin
        CreateAccount(Usernames[I], Passwords[I])
        Wait(120000+random(10000))
      end;
    end.

  3. #3
    Join Date
    May 2007
    Location
    Canada
    Posts
    261
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yea, thats what I was going to do I posted the function before school though, so I didn't have time to make anything.
    On vacation from July 2nd till middle of August


    Account Creator and Tutorial Island Runner (member | public) Errors fixed


    Check out my Complete forms tutorial. It will teach you everything you need to know about forms.

  4. #4
    Join Date
    Jun 2006
    Location
    Tennessee, USA
    Posts
    2,603
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    Dang and I was just updating my account creator today. This way is sooo much better lol. Good job.

  5. #5
    Join Date
    May 2007
    Location
    Canada
    Posts
    261
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hehe thanks.
    On vacation from July 2nd till middle of August


    Account Creator and Tutorial Island Runner (member | public) Errors fixed


    Check out my Complete forms tutorial. It will teach you everything you need to know about forms.

  6. #6
    Join Date
    May 2007
    Location
    baltimore, md
    Posts
    836
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    dang since im doing alot with forms lately im about to make something with a form using this and i will credit you fully if thats ok.

  7. #7
    Join Date
    Mar 2007
    Posts
    674
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    short and sweet. Nice lol

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Acount review thread reopened
    By madener in forum News and General
    Replies: 5
    Last Post: 03-10-2009, 08:06 PM
  2. very cool auto acount maker v2 MUST SEE
    By jultimate in forum News and General
    Replies: 0
    Last Post: 08-12-2007, 04:14 PM
  3. pretty cool acount maker
    By jultimate in forum News and General
    Replies: 4
    Last Post: 08-12-2007, 03:26 AM
  4. account creater
    By jeffreytuner in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 06-11-2007, 08:40 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
  •