Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Mass Accounts Open Source


    Hashtag

    Recommended Posts

    • 3 weeks later...

    Just used this to add 30 accounts. Awesome. It's honestly a pain in the a$$ to do it manually. Thanks for the well-written scripts, our saviour, our god, Hashtag.

    Link to comment
    Share on other sites

    Just used this to add 30 accounts. Awesome. It's honestly a pain in the a$$ to do it manually. Thanks for the well-written scripts, our saviour, our god, Hashtag.

    Thank you for the feedback =).

    Link to comment
    Share on other sites

    Really appreciate that you made this open sourced. I modified it so it would add the email for the nickname without the email extension. If anyone is interested here's what I added:

    private void commonStart() {
            for (Pair<String, String> account : accounts) {
                String nickname = this.nickname;
                String username = account.getKey();
                String password = account.getValue();
                int end = username.indexOf('@');  //added this
                if ((nickname == null || nickname.equals("")) && end != -1)
                    nickname = username.substring(0, end);
                else nickname += count;
                if (pin == null) pin = "";
                addAccount(nickname, username, password, pin);
                count++;
            }
        }
    
    Link to comment
    Share on other sites

    • 4 weeks later...
    • 4 weeks later...
    • 2 weeks later...

    Edit : today when i got home and turned on my comp all the accounts were there. :) 

     

    Pretty newbie here, but tried to run your script normaly and the accounts wont add, it says its on 100% but nothing more happends, when im trying to quick start i get this msg. 
     

    [iNFO] Connecting to server...
    [iNFO] Connected to server!
    log4j:WARN No such property [conversionPattern] in org.apache.log4j.PatternLayout.
    log4j:WARN No such property [conversionPattern] in org.apache.log4j.PatternLayout.
    log4j:WARN No such property [maxFileSize] in org.apache.log4j.RollingFileAppender.
    log4j:WARN No such property [file] in org.apache.log4j.RollingFileAppender.
    log4j:WARN File option not set for appender [LocalFile].
    log4j:WARN Are you using FileAppender instead of ConsoleAppender?
    [iNFO] Logged in successfully! You may now open a tab!
    [iNFO] Your current rank(s):
            [VIP]
    [iNFO] Tab Count: 0
    [iNFO] Starting new instance...
    [iNFO] Attempting to connect to OSRS...
    [iNFO] Connection successful!
    [iNFO] Attempting to start new applet...
    [iNFO] Opened gamepack connection!
    [iNFO] Successfully started new applet!
    [iNFO] Loaded 354 field definitions!
    [iNFO] Loaded 5318 web nodes successfully!
    [iNFO] Successfully started new instance!
    Attempting to quickstart script: Mass Accounts Open Source


    Then nothing more
    Link to comment
    Share on other sites

    • 4 months later...

    As soon as i start the script it says 100% and does nothing more. Can someone help plz ? 

    Hey, how many accounts did you input? Didn't it add them? Have you reopened your client once it's done? Any errors in the debug console?

    Link to comment
    Share on other sites

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.