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.

Make X

Featured Replies

I've seen in quite a few scripts that for Make X people use random(28, 1000)

or something similar... (I'm guilty of this), So I made one that is a decent bit more inconspicuous.

	public String makeX() {
		int num = random(1, 9);
		int length = random(2, 4);
		String finishednum = "";
		if (num < 3) {
			length = random(3, 4);
		}
		for (int i = 0; i < length; i++) {
			finishednum += "" + random(num - 1, num > 8 ? num : num + 1);
		}
		if (Integer.parseInt(finishednum) < 28) {
			return makeX();
		}
		return finishednum;
	}

By default if it makes less than 28, it will loop back into the function.

You'll get results like 122, 988, 77, 34, 343, ect.

Instead of results like 294, 984, 349, 28, 69, 77.

Random isn't a horrible result, but it looks like you smash your number pad. But in real life, we generally do numbers that are close to each other, hence + 1, - 1;

TLDR; Small anti-ban.

It's pretty simple, but I figured someone could use it.

Edited by Iwin

I thought about doing this exact thing. +1 to small wins. Thanks for sharing. :)

  • 1 month later...

 

Random isn't a horrible result, but it looks like you smash your number pad. But in real life, we generally do numbers that are close to each other, hence + 1, - 1;

 

Nice idea :)

  • 2 weeks later...

You can also just use 99, that's what I did in 2005. 

 

This, I always type 99 when im doing shit legit haha

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.