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.

SOLVED Auto Login Delay help

Featured Replies

EDIT: Found an event login from a couple years ago, outdated but it halfway worked. Got it working! Thanks for those who helped!

ย 

So I am trying to make a script that will allow me to log in for 30 seconds, grab a couple things, log out, and wait for 30 minutes for the items to refresh and then repeat. However I can't use a Break Handler because how long I stay logged in couple vary from time to time, depending on how far I am from my location. Unless I am able to call on the Break Handler to activate whenever I do a logoutTab.logOut(); command, then I am out of luck on a break handler. Example below.

ย 

public int onLoop() throws InterruptedException {
			if (myPlayer().getPosition() != Lumbridge) {
					getWalking().webWalk(Lumbridge);
				}

			if (!getInventory().contains("Air Rune")) {
					groundItems.closestThatContains("Air Rune").interact("Take");
				}

			if (getInventory().contains("Air Rune")) {
					log("Logging out for 30-45 minutes for runes to refresh.");
					logoutTab.logOut();
					sleep(random(1_800_000, 2_400_000)); //Sit on logout screen for 30-45 minutes before Auto Login handler kicks in.
    				}
	return 100;
}

ย 

Edited by Dqtreats
Fixed

You should disable random, but they you will have to create your own Login Handler. I don't think there is many ways around it :)ย 

  • Author
1 hour ago, Kramnik said:

You should disable random, but they you will have to create your own Login Handler. I don't think there is many ways around it :)ย 

I could try. I'd hate for people to think that I'm trying to steal information if I decided to release it to the public.

1 hour ago, Dqtreats said:

I could try. I'd hate for people to think that I'm trying to steal information if I decided to release it to the public.

The way would be to release to SDN, Token checks every scripts not be to malicious so its trust worthy

  • Author
3 hours ago, Kramnik said:

You should disable random, but they you will have to create your own Login Handler. I don't think there is many ways around it :)ย 

Found one! Works, but won't click on the "CLICK HERE TO PLAY" button ๐Ÿ˜› so close!

  • Dqtreats changed the title to SOLVED Auto Login Delay help

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.