Chase Posted June 21, 2017 Share Posted June 21, 2017 (edited) An open source Oldschool Runescape account creator with proxy and anticaptcha support! below is a snippet of how to use it. The only requirement is to specify your api key from anti-captcha.com public static final String API_KEY = "INSERT_API_KEY_HERE"; public static final String WEBSITE_URL = "https://secure.runescape.com/m=account-creation/g=oldscape/create_account?trialactive=true"; public static final String WEBSITE_KEY = "6LccFA0TAAAAAHEwUJx_c1TfTBWMTAOIphwTtd1b"; public static void main(String[] args) throws InterruptedException, MalformedURLException { Scanner in = new Scanner(System.in); AccountCreator creator = new AccountCreator(); System.out.print("IP : "); String ip = in.next(); System.out.print("PORT : "); int port = in.nextInt(); System.out.print("DISPLAY NAME : "); String displayName = in.next(); System.out.print("EMAIL : "); String email = in.next(); System.out.print("PASSWORD : "); String password = in.next(); System.out.print("AGE : "); int age = in.nextInt(); in.close(); creator.getBalance(); creator.createAccount(ip, port, displayName, email, password, age); } Edited July 14, 2017 by withoutidols 5 Quote Link to comment Share on other sites More sharing options...
Charlotte Posted June 21, 2017 Share Posted June 21, 2017 Looks good. Quote Link to comment Share on other sites More sharing options...
Viston Posted June 21, 2017 Share Posted June 21, 2017 Have you tested it? Quote Link to comment Share on other sites More sharing options...
LIVING Posted June 21, 2017 Share Posted June 21, 2017 Will test it tonight - thanks man people sell these for 100m+ to like 10s of people doesnt make sense glad a source was revealed! Quote Link to comment Share on other sites More sharing options...
m4tis Posted June 21, 2017 Share Posted June 21, 2017 What does this script/program does? Creates accounts on RS website? Quote Link to comment Share on other sites More sharing options...
Chase Posted June 21, 2017 Author Share Posted June 21, 2017 48 minutes ago, Visty said: Have you tested it? Yep it works great, takes a little for the captcha response to come through! 38 minutes ago, LIVING said: Will test it tonight - thanks man people sell these for 100m+ to like 10s of people doesnt make sense glad a source was revealed! Sounds great! The ones that sell for 100m+ probably create real emails to verify though. I am working on finding a mail service where I can create emails without a mobile phone 30 minutes ago, m4tis said: What does this script/program does? Creates accounts on RS website? It creates old school runescape accounts! You provide the proxy ip , port, display name, email, password, and age Quote Link to comment Share on other sites More sharing options...
Charlotte Posted June 21, 2017 Share Posted June 21, 2017 4 minutes ago, withoutidols said: Sounds great! The ones that sell for 100m+ probably create real emails to verify though. I am working on finding a mail service where I can create emails without a mobile phone No, it does not verify. Hence, good job. Quote Link to comment Share on other sites More sharing options...
m4tis Posted June 22, 2017 Share Posted June 22, 2017 18 hours ago, withoutidols said: Yep it works great, takes a little for the captcha response to come through! Sounds great! The ones that sell for 100m+ probably create real emails to verify though. I am working on finding a mail service where I can create emails without a mobile phone It creates old school runescape accounts! You provide the proxy ip , port, display name, email, password, and age Can i paste my own ip adress bcs i dont want to use proxy? And maybe you could make a video on YOUTUBE how it works? THANKS. Quote Link to comment Share on other sites More sharing options...
Chase Posted June 22, 2017 Author Share Posted June 22, 2017 Just now, m4tis said: Can i paste my own ip adress bcs i dont want to use proxy? And maybe you could make a video on YOUTUBE how it works? THANKS. I'm gonna compile this into a jar and demonstrate the usage later today. It was intended to be source code so other scripters could use, so I didn't spend anytime on user interface. Plan on tonight creating a graphical user interface with the option to specify proxy/no proxy and CLI compatibility so it can create an account and instantly start osbot. Down the line, I'm trying to figure out a way to register actual emails and verify the accounts. You can plan for a more user orientated application of this late tonight or tomorrow. 3 Quote Link to comment Share on other sites More sharing options...
m4tis Posted June 22, 2017 Share Posted June 22, 2017 2 hours ago, withoutidols said: I'm gonna compile this into a jar and demonstrate the usage later today. It was intended to be source code so other scripters could use, so I didn't spend anytime on user interface. Plan on tonight creating a graphical user interface with the option to specify proxy/no proxy and CLI compatibility so it can create an account and instantly start osbot. Down the line, I'm trying to figure out a way to register actual emails and verify the accounts. You can plan for a more user orientated application of this late tonight or tomorrow. very nice. cant wait! Quote Link to comment Share on other sites More sharing options...
Chase Posted June 23, 2017 Author Share Posted June 23, 2017 (edited) Video Demonstration Jar File download the jar and run it just like osbot.jar ! Proxy and CLI support on the way! Edited June 23, 2017 by withoutidols Quote Link to comment Share on other sites More sharing options...
Chris Posted June 23, 2017 Share Posted June 23, 2017 49 minutes ago, withoutidols said: Video Demonstration Jar File download the jar and run it just like osbot.jar ! Proxy and CLI support on the way! ur cute lets be frens 1 Quote Link to comment Share on other sites More sharing options...
Acke Posted June 23, 2017 Share Posted June 23, 2017 Amazing Quote Link to comment Share on other sites More sharing options...
pootisspencer Posted June 24, 2017 Share Posted June 24, 2017 I wonder how to add new and remove the old account from the osbot client? Cant find any classes related to that Quote Link to comment Share on other sites More sharing options...
Acke Posted June 24, 2017 Share Posted June 24, 2017 So, do i need to pay to get/use API keys? Quote Link to comment Share on other sites More sharing options...