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.

Idle Script

Featured Replies

Now that the Grand Exchange has a idle timer of either 6-18 hours idk really which is which. Here's a simple as hell script to does some random stuff for the meantime.

package main.script.Idle_Player;

import org.osbot.rs07.script.Script;
import org.osbot.rs07.script.ScriptManifest;

@ScriptManifest(author = "Booleans Yay", info = "Idling made ez pz", name = "Idle Player", version = 1, logo = "")
public class IdlePlayer extends Script {

	@Override
	public int onLoop() throws InterruptedException {
		camera.movePitch(random(180, 180));
		mouse.moveRandomly();
		return random(10_000, 25_000);
	}
}

Feel free to build off of this to your own style you'd prefer, I literally did this under 10 seconds work and did it because it's needed for ingame pretty badly now a days.

 

ok thanks cool!

moving camera doesnt log you out? i thought your player had to move or something?

  • Author
25 minutes ago, Lewis said:

moving camera doesnt log you out? i thought your player had to move or something?

No, if the player account is nulled to any actions performed on the account it'll log itself out, but if the camera is moving and mouse is moving then the game will detect the player is looking for something or doing something.

Edited by Booleans YAY

  • Author
12 minutes ago, Imateamcape said:

random(180, 180)?

random value as i said i did in 10 seconds and people can switch to whatever whenever.

  • 3 months later...
On 3/25/2017 at 0:59 PM, Booleans YAY said:

random value as i said i did in 10 seconds and people can switch to whatever whenever.

-180,180

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.