Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

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

Will test it tonight - thanks man people sell these for 100m+ to like 10s of people doesnt make sense glad a source was revealed!

What does this script/program does? Creates accounts on RS website?

  • Author
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 

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.

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.

  • Author
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.

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

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.