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.

Wind

Trade With Caution
  • Joined

  • Last visited

Everything posted by Wind

  1. I'm planning on buying this script or your crabs script, which one would recommend for pure training strength ?
  2. This is the first script I have created, there seems to be problem when running the script. It will only drop items but not chop down the willows near it. import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.api.model.Entity; import java.awt.*; @ScriptManifest(author = "SS", info = "First script", name = "test1", version = 0, logo = "") public class Main1 extends Script { public static final int[] WOODCUTTING_ID = { 11753, 11752, 11751 }; @Override public void onStart() { log("Let's get started!"); } private enum State { DROP, CHOP, WAIT }; private State getState() { if (!inventory.isFull()) return State.DROP; return State.CHOP; } @Override public int onLoop() throws InterruptedException { switch (getState()) { case CHOP: if (!myPlayer().isAnimating()) { Entity Willow = objects.closest(WOODCUTTING_ID); if (Willow != null) { Willow.interact("Chop-down"); sleep(random(25, 30)); } } break; case DROP: inventory.dropAll(); break; case WAIT: sleep(random(500, 700)); break; } return random(200, 300); } @Override public void onExit() { log("T!"); } @Override public void onPaint(Graphics2D g) { } } First attempt Also is there any other tutorials out there that can improve my skills?
  3. I'll take your bet but I'll do it for 50Mil OSRS since $1000 is abit to the extreme side. I can set up a simple experiment to prove that using osbot will result in a quicker ban than a macro. Watcha say?
  4. Vouch for this guy. He's legit Won 3.5mil off him ahaha
  5. I wanna try this added you on skype

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.