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.

kerklais

Members
  • Joined

  • Last visited

Everything posted by kerklais

  1. Doesn't work for me, it always clears the arguments before starting.
  2. yeah mirror works, but bot doesn't currently know how to log in after break example. If using jagex launcher.
  3. - Mirror or regular client? - What location and what tree? - Printscreen with the Osbot console enabled and script paint when getting stuck. Mirror Woodcutting guild, yew Not really a bug but if you say its human like why bot is always clicking to same spot and then bank. So it always presses same spot on map, then it banks. Then tried to do custom location in woodcutting guild. It cuts the trees well but when it tries to bank it fucking runs like 50km to bank, when there is a bank like 4 tiles away. And would love if deposit box would be possible banking solution.
  4. kerklais replied to Token's topic in Construction
    Hi! Can I get a trial please!
  5. Yep or actually trying to check if there's any players nearby if there is the script will hop..
  6. public int onLoop() throws InterruptedException { if (AREA.contains(myPlayer())) { Player closest = getPlayers().closest(p -> p != null && !p.equals(myPlayer())); if (closest !=null) log("Hopping...."); getWorlds().hopToP2PWorld(); wait(5000); //freezes here...? }else { log("Walking"); if (getWalking().walk(AREA)); new ConditionalSleep(3000, 1000) { @Override public boolean condition() throws InterruptedException { return (AREA.contains(myPlayer())); } }.sleep(); } return 100; I tested those and they work. But now I'm trying to compound that script with world hopping.. Any help?
  7. Hi, i have been working on my script for a while now and can't resolve how i can check if there is players nearby? I tried to do something with (AREA.contains(something.....)
  8. Just asking how i can get any item what are in the bank? Thx public int onLoop() throws InterruptedException { switch (getState()) { case BANK: Entity stall = objects.closest("Bank Booth"); if (stall != null) { stall.interact("Bank"); } break; case GET: bank.getItem("Maple Logs"); break; case WAIT: sleep(random(500, 700)); break; default: break; } return random(200, 300);
  9. I just want a fighter script. So i could edit it, because i'm pretty newbie at scripting... Thx anyways.

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.