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 avoider

Featured Replies

I'm looking for something that can dodge logging out. The character will just be afk. I just hope there is a way to dodge the log out while staying on same spot forever.

  • Author

Sort of like how defence pures kick monks all days. But I'd rather not be in combat. Trading isn't it

Jagex has a 6 hour limit put into place. Why not just have a script idle AFK with minimal movements and then every 6 hours after kicked it will relog? No need to be on 24 hours straight 

7 hours ago, Juggles said:

Jagex has a 6 hour limit put into place. Why not just have a script idle AFK with minimal movements and then every 6 hours after kicked it will relog? No need to be on 24 hours straight 

very true cuz it realy isnt suspicious to be logged in 24hours str8. ?

I have something just move the mouse on or off the screen every 0-3 minutes. 

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

@ScriptManifest(author = "apa", info = "Afks", logo = "", name = "AFK", version = 1.0)
public class Main extends Script {
	
	public void onStart(){
	}
	
	public int waitTime(int min, int max) {
		return (int)(Math.random() * (max - min)) + min;
	}
	
	public int onLoop() throws InterruptedException {
		if (mouse.isOnScreen()) {
			mouse.moveOutsideScreen();
		} else {
			mouse.move((int)(100 + (Math.random() * 660)), (int)(100 + (Math.random() * 400)));
		}
		
		return waitTime(1000, 240000); //1 sec to 4 mins.
	}

}

 

Edited by apa

1 hour ago, Malcolm_OS said:

I don't think this would avoid the 5 minute AFK timer because you're not actually interacting with anything in the game. 

I use it in one of my scripts and it doesn't logout. You only need to move your mouse over the client to stay logged in. 

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.