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.

Mouse hop

Featured Replies

How can I let the mouse hop to a certain position for mouse key dropping? mouse.hop(x, y) doesn't exist.

getMouse().move(x, y);

If you want it to hop instead of "glide" you'll probably have to extend the Mouse class.

Edited by Botrepreneur

Just send a mouse event at that position, making sure it extends from BotMouseEvent or whatever it's called or else the bot will consume it if human input is disabled.


 

Yh doesn't seem possible, you could try this tho tongue.png

	private boolean mouseHop(int x, int y) {
		boolean check;
		int speed = getMouse().getMouseSpeed();
		getMouse().setSpeed(Integer.MAX_VALUE);
		check = getMouse().move(x, y);
		getMouse().setSpeed(speed);
		return check;
	}

the fuck

Just send a mouse event at that position, making sure it extends from BotMouseEvent or whatever it's called or else the bot will consume it if human input is disabled.

the fuck

 

Integer.MAX_VALUE speed yo!

 

5492fe7492ad1442076ffb05fc576922.png

 

(it's getting early over here...)

Edited by Botrepreneur

Integer.MAX_VALUE speed yo!

 

5492fe7492ad1442076ffb05fc576922.png

 

(it's getting early over here...)

inb4 higher value is slower speed

Guest
This topic is now closed to further replies.

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.