Skip 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.

Mouse.move(EntityDestination) sends 1000ms and dont move mouse

Featured Replies

1. When i call Mouse.move(EntityDestination), sometimes (often, like 20-30% times for some entities) mouse.move() spends 1000ms and dont move mouse pointer at all.

2. No errors written to client log.

3. It is replicated often in Rimmington clay Rocks mouse hovering, coords are 2984, 3237, 2989, 3242).

4. Dont sure.

public boolean mouseMove(MouseDestination dest){
		for(int i = 0; i<4; i++){
			long t1 = new Date().getTime();
			Point ptbefore = mouse.getPosition();
			boolean good = mouse.move(dest);
			Point ptafter = mouse.getPosition();
			long t2 = new Date().getTime();
			if(!good && ptbefore.equals(ptafter)){
				log("empty mouse move " + (t2-t1) + "ms");
				continue;
			}
			return good;
		}
		return false;
	}

This snippet writes "empty mouse move 1000ms" sometimes on clay Rocks and other entities also.

  • Author

Could'nt test because AutoLogin handler is broken. Will do when can start bots again.

Could you confirm this has been fixed?

it did, i checked it only because you asked

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

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.