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.

Leaderboard

Popular Content

Showing content with the highest reputation on 08/29/24 in Posts

  1. Tysm!! It means a lot to me worked so hard on this one
  2. This is the method I have on my Timer class public int getPerHour(int value) { return (int) (value * 3600000d / (System.currentTimeMillis() - start)); } About the same as you have, except for the fact I multiply first instead of diving so there are no rounding errors
  3. This Script is the BESTTTTTT , Any1 thinking wether or not if they should get a GOTR Script !!! trust me bro : This is the one! i promise you wont be disappointed shout out to Czar
  4. 1 point
    Hello Czar, What type of Anti pking does this script have? I see some bots do like 8 way instant mage swaps and entangle etc. Does this do that at all or is it a really quick reaction to run into TP away?
  5. You could simplify it to something like this (Although didn't test it), another step would be changing the traintype to an enum but yeah. public void setAttackStyle(String trainType) { int style = script.getConfigs().get(43); switch (trainType) { case "DEFENCE": if (style != 3) { selectAttackStyle(17, 4); } break; case "ATTACK": if (style != 0) { selectAttackStyle(5, 4); } break; case "STRENGTH": if (style != 1) { selectAttackStyle(9, 4); } break; } } private void selectAttackStyle(int childId, int subChildId) { if (!script.getTabs().open(Tab.ATTACK)) { return; } RS2Widget widget = script.widgets.get(593, childId, subChildId); if (widget != null && widget.isVisible()) { widget.interact(); } }
  6. It's all random as fuck, I have a main with 1750+ total 112 combat 2 99s and every skill botted. The account being 10h+ online a day which still hasn't gotten one single ban. On the other side I got my babypure banned 2 days ago which I had like 600 total lvl on and 80 questpoints. My mistake was the day it got banned I botted it 10 hours with 2 breaks inbetween tho.
  7. Definitely not good for farms, at some point farms will certainly get banned while you could probably slowly build up a maxed main over the course of a couple years.
  8. Notice "How to not get banned" basically makes botting worthless. The key to botting is to accept that you will get banned and maximize profit before it happens.

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.