Jump to content

Chase

Recommended Posts

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 by withoutidols
  • Like 5
Link to comment
Share on other sites

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 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

  • Like 3
Link to comment
Share on other sites

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!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...