Page 1 of 3 123 LastLast
Results 1 to 25 of 61

Thread: Auto Account Creator

  1. #1
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default Auto Account Creator

    Since I got sick of clicking all 'dem buttons on the RS page to make an accounts, I decided to make an account creator. The first one was completely coord based, so I didn't release it. Now that the account creation page was changed a bit, I decided that instead of updating my other script, I may as well make a bitmap powered one. This whole script is my code; I didn't 'borrow' any from anyone else. I also included a completely original (as far as i know) username/password generator with this script. The next version will allow you to define custom words to use in usernames/passwords. Enjoy.

    ~SK

    PS: should work fine overnight. please inform me if you encounter any bugs.

    Make sure that you target your browser window, not the webpage. The webpage's handle changes every time that you load a new page, causing the script to get stuck
    Interested in C# and Electrical Engineering? This might interest you.

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

    Default

    Omg ty i've been waiting for this 4ever(like from yesterday, i'm new) lol

  3. #3
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Lol, I think you got its purpose wrong. It won't put your accounts through tutorial island; It will create accounts and passwords for you to put through tutorial island. My upcoming tutorial island script will allow you to copy-paste usernames and passwords from this script to be put through the 'island'
    Interested in C# and Electrical Engineering? This might interest you.

  4. #4
    Join Date
    Feb 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol ya i figured that out.
    It takes awile at the age page and i let it sit for like 5 minutes but it didnt work so i stoped.
    So if u could fix that and put up the new i would appreciate it.

    TY

  5. #5
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    hmmm...could you post a screenshot of your age page?
    Interested in C# and Electrical Engineering? This might interest you.

  6. #6
    Join Date
    Feb 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    what does that mean?

  7. #7
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    1) run the script, and wait till it gets to the place where it stops
    2) press the printscreen button
    3) open up paint
    4) hit paste
    5) save that picture
    6) go to imageshack.us
    7) upload the picture
    8) post the link to the picture here
    Interested in C# and Electrical Engineering? This might interest you.

  8. #8
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    Smartzkid ... would you mind if i used you accoutn creator as and optional thing in the tutorial runner im making then give you credit? so then you could choose in the script to make accoutn from scratch or jsut put in chars names and run....so would you mind?
    STOP PM'ING ME

  9. #9
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Yeah, that'd be pretty awesome! Just make sure you pm me the script when it's done
    I used alot of custom procedures, so you should probably just copy them all over, and leave out a few commands like animate; and introduce;. Just make sure that you call the setarray; and loadbmps; procedures.
    =D I forgot to call setarray once and ended up with usernames like 28237 and 78136
    Interested in C# and Electrical Engineering? This might interest you.

  10. #10
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    lol...ok thenx....it might be awhile though cause its on hold right now
    STOP PM'ING ME

  11. #11
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Allright, before you put this in your script, pm me so I can getcha the latest release - Right now I'm one release ahead. Only a few small differences, but still...

    also, be warned, this will make your script pretty long, as it's like 525 lines
    Interested in C# and Electrical Engineering? This might interest you.

  12. #12
    Join Date
    Feb 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Smartwiz i fixed my autotalker to type by letters
    check it out at:
    http://www.villavu.com/forum/showthr...3179#post63179

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

    Default

    wow this is really long for an account maker, mine was only like 200 lines. and there is one in members scripts thats under 100

    EDIT: lol nvm mine was over 400 lines

  14. #14
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    lol mjordan, someone knows their scripts well =)

    I'd say its so long mainly cause of the bitmaps and the word array. With your account creator, the user had to put in usernames and a password to use, mine has a 51 word array that it randomly picks from. (it picks a word then adds #'s)
    Interested in C# and Electrical Engineering? This might interest you.

  15. #15
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    Wow i found some huuuuuuge flaws in your script lol....i decieded to test so i didnt have to take it back out and rework it if it didnt work....so far ive made it perfectly flawless upto the username part and now im putting in a failsafe for already used names...cause the one you had didnt work...this part:
    SCAR Code:
    procedure page4;
    var
    x1,y1:integer;
    begin
    mowse(x,y);
    namechange('Accepting Agreement');
    repeat
    if(findbitmap(sorry,x1,y1))then
    page3;
    keydown(34);
    wait(500);
    keyup(34);
    until(findbitmap(iagree,x,y))
    mowse(x,y);
    end;
    ...it just isnt set up quite effeciently....theoretically it should work..but it doesnt....anyway im also adding in standers to ur script cause its a bit....ummm.......flat....lol
    STOP PM'ING ME

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

    Default

    Quote Originally Posted by Smartzkid View Post
    lol mjordan, someone knows their scripts well =)

    I'd say its so long mainly cause of the bitmaps and the word array. With your account creator, the user had to put in usernames and a password to use, mine has a 51 word array that it randomly picks from. (it picks a word then adds #'s)
    yeah, id suggest making yours like that. make it to where they make what username they want then a failsafe to pick one of the available names and write it in the debug if that username isnt available. i was gonna make mine like that, but noone really seemed to have any interest in it, so i let it just die down.

  17. #17
    Join Date
    Feb 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Smartkid would you mind if i used your procedure animate in some of my scripts?

    What i mean:
    Code:
    procedure animate;
    begin
    nc(' ');
    nc('U');
    nc('Us');
    nc('Use');
    nc('User');
    nc('User ');
    nc('User g');
    nc('User ge');
    nc('User gen');
    nc('User gene');
    nc('User gener');
    nc('User genera');
    nc('User generat');
    nc('User generato');
    nc('User generator');
    nc('--------------');
    nc('User generator');
    nc('--------------');
    nc('By Smartzkid');
    flashx;
    nc4('User Generator - By Smartzkid',5);
    end;
    Plz tell me if i can

  18. #18
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    yeah sure, just make sure you copy over all the other procedures it needs -
    namechange, nc, nc4, flashx
    Interested in C# and Electrical Engineering? This might interest you.

  19. #19
    Join Date
    Feb 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i know i did it i was just making sure i can use it with your permission

  20. #20
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Okay, yeah thats fine.

    Also, I might make a procedure just for animating text like that sometime...

    I'll pm you if I do
    Interested in C# and Electrical Engineering? This might interest you.

  21. #21
    Join Date
    Feb 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok

  22. #22
    Join Date
    Feb 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    if u want it to animate in the debug box i made a script for it...
    check it out
    Code:
    procedure DebugAnimate;
    begin
    writeln(' ')//Leave this one as space
    wait(242)
    Cleardebug;
    writeln(' ')//Leave this one as space
    wait(242)
    Cleardebug;
    writeln('D')
    wait(242)
    Cleardebug;
    writeln('Di')
    wait(242)
    Cleardebug;
    writeln('Dia')
    wait(242)
    Cleardebug;
    writeln('Diam')
    wait(242)
    Cleardebug;
    writeln('Diamo')
    wait(242)
    Cleardebug;
    writeln('Diamon')
    wait(242)
    Cleardebug;
    writeln('Diamond')
    wait(242)
    Cleardebug;
    writeln('Diamondh')
    wait(242)
    Cleardebug;
    writeln('Diamondhe')
    wait(242)
    Cleardebug;
    writeln('Diamondher')
    wait(242)
    Cleardebug;
    writeln('Diamondhero')
    wait(242)
    Cleardebug;
    writeln('Diamondhero5')
    wait(242)
    Cleardebug;
    writeln('Diamondhero5s')
    wait(242)
    Cleardebug;
    writeln('DeBugAnimation')
    wait(342)
    Cleardebug;
    writeln('...By Diamondhero5...')
    wait(342)
    Cleardebug;
    writeln('....DeBugAnimation...')
    wait(342)
    Cleardebug;
    writeln('...By Diamondhero5...')
    wait(342)
    Cleardebug;
    writeln('....DeBugAnimation...')
    wait(342)
    Cleardebug;
    writeln('...By Diamondhero5...')
    wait(342)
    Cleardebug;
    writeln('....DeBugAnimation...')
    wait(342)
    Cleardebug;
    writeln('...By Diamondhero5...')
    wait(342)
    Cleardebug;
    writeln('....DeBugAnimation...')
    wait(342)
    Cleardebug;
    writeln('...By Diamondhero5...')
    wait(342)
    Cleardebug;
    writeln('....DeBugAnimation...')
    wait(342)
    Cleardebug;
    writeln('...By Diamondhero5...')
    wait(342)
    Cleardebug;
    writeln('....DeBugAnimation...')
    wait(342)
    Cleardebug;
    writeln('......////////.......')
    wait(342)
    Cleardebug;
    end;
    
    begin
    DebugAnimate
    end.

  23. #23
    Join Date
    Feb 2006
    Location
    Franklin, Ohio, USA
    Posts
    991
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    If you guys were really cool you would make an animate function that you send a string array into and then loop it so it would animate all of the string array

    (it also results in much less and cleaner code)

  24. #24
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Hmm... Sounds like a great idea

    Now lets see how quick I can do it...

    EDIT:

    All done, I added it to the front page...


    PHP Code:
    SyntaxAnimate(words:Stringspeed:Integeranimtype:Integer)
    words:    what to say
    speed
    :    how long to waitin milliseconds
    animtype
    1-animate to title and statusbar
              2
    -animate to statusbar only
              3
    -animate to debug box only
              4
    -animate everything 
    Interested in C# and Electrical Engineering? This might interest you.

  25. #25
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sorry to say, the script doesen't work too good. it looks great though all it does is it clicks on the create account, then the status says age page, and it doesen't do anything there. says script is still running though. i left it go for 5 minutes just to see if it was trying to find the bitmap, but mouse didn't even move i bet you could fix this error though pretty easily. i just have a question though, why are you using bitmaps? you could use DTM's instead, i think it'd work a lot better that way.

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. RS Auto Account Creator + Proxy User
    By Harry in forum RuneScape News and General
    Replies: 19
    Last Post: 04-08-2008, 10:18 PM
  2. Account Creator 1.0
    By Dusk412 in forum RS3 Outdated / Broken Scripts
    Replies: 11
    Last Post: 01-13-2008, 03:55 AM
  3. My VB6 Account Creator
    By TViYH in forum C#/Visual Basic Help and Tutorials
    Replies: 31
    Last Post: 08-11-2007, 08:27 PM
  4. Account Creator
    By Powerchopper in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 04-02-2007, 10:46 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
  •