Jump to content

Recommended Posts

Posted (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 by withoutidols
  • Like 5
Posted
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 

Posted
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.

Posted
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
Posted
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!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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