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.

Acerd

Members
  • Joined

  • Last visited

Everything posted by Acerd

  1. im not a metal/rnr guy but breaking benjamin is good
  2. For me it would be @Foo because he's awesome. andmakesbrowniesandcakes
  3. Use this: import org.osbot.rs07.api.ui.Tab; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.utility.ConditionalSleep; import java.awt.*; @ScriptManifest(author = "Rafael", info = "My first script", name = "Bebe vinho", version = 0.1, logo = "") public class main extends Script { @Override public void onStart() { log("Começar com 'jugs of wine' no banco de falador"); AntiBan(); } public void AntiBan() throws InterruptedException { switch (random(1, 35)) { case 1: equipment.openTab(); break; case 2: skills.open(); break; case 3: camera.movePitch(40 + (random(2, 80))); break; case 4: camera.moveYaw(110 + (random(20, 50))); break; } sleep(random(250, 750)); tabs.open(Tab.INVENTORY); } private enum State { DRINK, BANK, WAIT }; private State getState() { if (inventory.contains("Jug of wine") && !myPlayer().isAnimating()) return State.DRINK; if (!inventory.contains("Jug of wine")) return State.BANK; return State.WAIT; } @Override public int onLoop() throws InterruptedException { switch (getState()) { case DRINK: getInventory().interact("Drink", "Jug of wine"); sleep(random(10, 150)); break; case BANK: if (!getBank().isOpen()) { getBank().open(); new ConditionalSleep(500) { @Override public boolean condition() throws InterruptedException { return !getBank().isOpen(); } }.sleep(); } if (getBank().isOpen() && getInventory().isEmpty() && !getInventory().contains("Jug of wine") && getBank().contains("Jug of wine")) { getBank().withdrawAll("Jug of Wine"); } else if (getBank().isOpen() && !getInventory().isEmpty() && !getInventory().contains("Jug of wine") && getBank().contains("Jug of wine")) { getBank().depositAll(); getBank().withdrawAll("Jug of Wine"); } if (getBank().isOpen() && getInventory().contains("Jug of wine")) { getBank().close(); } break; case WAIT: sleep(random(300, 1000)); break; } return random(500, 1800); } @Override public void onExit() { log("Script parado. Bebado o suficiente?"); } @Override public void onPaint(Graphics2D g) { } } Also if you dont mind me asking , why a wine drinker?
  4. Acerd posted a topic in Dispute Archive
    Disputed Member: @Mysteryy Why it should be removed: obvious (the -1 one) Details: Link to topic:
  5. do you want to rule the world with a iranian swedish guy
  6. looks like shit
  7. welcome
  8. just use getBank().open()
  9. apparently im 3
  10. Acerd replied to Vogue's topic in Spam/Off Topic
  11. Acerd replied to Acerd's topic in Spam/Off Topic
    " time to time depending on exam"
  12. Acerd replied to WebbyOS's topic in Spam/Off Topic
    me brethren OT:
  13. Mine would be @FrostBug and @Foo How about you?
  14. well done Like a Pleb once I had a taste for knowledge I wanted more so I sent myself into the world of programming.
  15. http://osbot.org/forum/topic/89606- Changelog: -Added Walking class -Deprecated LocalWalker class -Re-wrote WalkingEvent -Added WebWalker file handler to booter -Various Mirror Mode performance improvements Scripters: Hold off on using WebWalkEvent (deprecated), it will undergo pretty large changes. if (mine != null && mine.isVisible() && getMap().canReach(mine)){ mine.interact("Mine"); sleep(2000); } else { getWalking().walk(mine); }

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.