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.

Question - bank#withdraw()

Featured Replies

Why does the bot move the mouse straight up, above the item to be withdrawn, before withdrawing?

 

Example:

73433b723891720d81c6fab3a1acf6dd.gif

 

The bot want to withdraw raw sharks, but first it moves the mouse above the raw sharks, hovering the stews as you can see. This happens every time it's banking and to me it's very bot-like. I am not sure if their anti-bot system can pick this up, but it is repetitive and can larm them, I think...

 

Here's the example of my code:

if(api.getBank().contains(Cooking.food)) {
	if(!api.getInventory().isFull() && !api.getInventory().contains("Raw shark")) {
		if(api.getBank().withdrawAll("Raw shark")) {
			for(int i = 0; i < 100 && !api.getInventory().contains("Raw shark"); i++) {
				API.sleep(API.random(12, 18));
			}
		}
	}
} 
  • 2 weeks later...

For now I'm not going to be looking at mouse movements, I did a while back and it's really time consuming. At this point I'm only really concerned if something is flat-out failing.

Guest
This topic is now closed to further replies.

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.