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.

we need few snippets

Featured Replies

 

Why would you even need people to submit code for this, snippets are supposed to be at least something worth spending the time to make/have a solid function and don't take 5 seconds to create.

public void chopTree(String s) {
Entity tree = closestObjectForName(s);
if (tree != null) {
if (tree.isVisible()) {
tree.interact("Chop down");
sleep(random(50000000000, 600000000);

 

sleep for 13888-16666 hours?

 

I like it.

hes trolling he dosnt realise this people who are new..

I wasn't trolling, here's another chop method:

 

if (client.getInventory().getItemForName("Bronze Axe") != null) {
selectInventoryOption(client.getInventory().getSlotForId("Bronze Axe", "Chop");
sleep(random(5000000000, 600000000);

 

That's more efficient than the last one.

 

hes trolling he dosnt realise this people who are new..

I wasn't trolling, here's another chop method:

if (client.getInventory().getItemForName("Bronze Axe") != null) {
selectInventoryOption(client.getInventory().getSlotForId("Bronze Axe", "Chop");
sleep(random(5000000000, 600000000);

That's more efficient than the last one.

 

You should be teaching them rather than misleading them... lol

Chop tree method:

public boolean chopTree() throws InterruptedException {
		RS2Object tree = closestObjectForName("Tree");
		return tree != null && tree.exists() && tree.interact("Chop", true);
	}

Nest pick up method:

	public boolean takeNest() throws InterruptedException {
		GroundItem item = closestGroundItemForName("Bird's nest");
		return item != null && item.exists() && item.interact("Take", true);
	}

As for antibans--they're placebos. They're redundant. The best you can hope for is the 'antiban' to trick users whom suspect you of botting.

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.