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.

Chris

Scripter II
  • Joined

  • Last visited

Everything posted by Chris

  1. Chris replied to Huz's topic in Scripting Help
    //try NPC fish = getNpcs().closest(o -> o.getName().equals("Fishing spot") && o.getPosition().equals(Position position));
  2. Chris replied to GaetanoH's topic in Introductions
    hi
  3. ur supposed to just wait m8
  4. services on runescape
  5. dont spam
  6. Chris replied to RDM's topic in Spam/Off Topic
    ur garbage /s
  7. They will be quieter
  8. Ye but make sure you get it I'm Mx Browns
  9. WebWalkEvent toDestination = new WebWalkEvent(INodeRouteFinder.createAdvanced(), destination); //can do Position position || try area.getRandomPosition(); toDestination.setBreakCondition(new Condition() { //if true, break the walker. @Override public boolean evaluate() { return condition; //area.contains(myPos) || pos.distance() <= threshold } }); execute(toDestination);
  10. Hey

    Chris replied to Krys's topic in Spam/Off Topic
    yes
  11. wait till it gets fixed i guess. randoms don't do anything anyways
  12. Chris replied to Gellie's topic in Introductions
  13. 1 att 1 str 1 def 99 firemake. arson pker
  14. Chris replied to Deceiver's topic in Spam/Off Topic
  15. pmed you full source
  16. Try this messing with it a bit.. grab if the player is skulled, combat avg is around our players level according to current wilderness lvl, and in the wild + not the botters player. Example public Optional<Player> getDangerousPlayers(){ return getPlayers().getAll().stream().filter(o -> o != null && !o.getName().equals(myPlayer().getName()) && playerWithinCombatRange(o.getCombatLevel(), myPlayer().getCombatLevel()) && playerIsSkulled(o) && getMap().getWildernessLevel() > 0).findAny(); }
  17. Chris replied to Chris's topic in Spam/Off Topic

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.