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. update is live.
  2. Chris replied to Spookz's topic in Spam/Off Topic
    :doot:
  3. start with learning basic java -> understand basics? yes -> look at osbot tutorials & local open sourced scripts + API | No -> study java
  4. randoms dont do anything
  5. Good bot aside from it spam clicking to repair the wheel I've gotten a pet on my 55 mining account also!
  6. Update v7.25 Adjusted how the bot waits for loot (reported by: @LargeLoads @erythaean2 ) Added the taverly main room for safe-spotters (BETA) Rewrote my health detection since it was causing issues for some users. Should now just check health percentage. Adjusted timers and removed my custom interactions since it was causing issues or looking bot like. Made some adjustments to taverly melee room. Reduced debugger console clutter As always thank you for supporting Osbot by purchasing this script! Have a good day / night everyone Future additions: Heroes quest location Respawn teleport + edgeville spawn support and anything else I have the acc + req for.
  7. Chris replied to S3R0's topic in Archive
    u didnt hide ur exp gained. found ur rsn gf account OT: nice script
  8. appreciate the feedback. I dont do refunds because i dont handle refunds, a simple search shows where you can find it.
  9. Fixed.
  10. Chris replied to lepurc's topic in Spam/Off Topic
    inb4 its jamez himself
  11. pm me in the chatbox
  12. add my skype osbotsinatra1 @@LargeLoads It might just be an issue on your behalf since no1 else is posting the same report.
  13. the one with the most scripts is obv better !
  14. private enum Bank { DRAYNOR(Banks.DRAYNOR), AL_KHARID(Banks.AL_KHARID), LUMBRIDGE(Banks.LUMBRIDGE_UPPER), FALADOR_EAST(Banks.FALADOR_EAST), FALADOR_WEST(Banks.FALADOR_WEST), VARROCK_EAST(Banks.FALADOR_EAST), VARROCK_WEST(Banks.VARROCK_WEST), SEERS(Banks.CAMELOT), CATHERBY(Banks.CATHERBY), EDGEVILLE(Banks.EDGEVILLE), YANILLE(Banks.YANILLE), GNOME_STRONGHOLD(Banks.GNOME_STRONGHOLD), ARDOUNGE_NORTH(Banks.ARDOUGNE_NORTH), ARDOUNE_SOUTH(Banks.ARDOUGNE_SOUTH), CASTLE_WARS(Banks.CASTLE_WARS), DUEL_ARENA(Banks.DUEL_ARENA), PEST_CONTROL(Banks.PEST_CONTROL), CANIFIS(Banks.CANIFIS), BLAST_FURNACE(new Area(1949, 4956, 1947, 4958)), TZHAAR(Banks.TZHAAR); private final Area area; Bank(Area area) { this.area = area; } } public static Area closestTo(Entity e) { HashMap<Bank, Integer> distMap = new HashMap<Bank, Integer>(); for (Bank b : Bank.values()) { distMap.put(b, e.getPosition().distance(b.area.getRandomPosition())); } HashMap<Integer, Bank> distMapSorted = sortByDistance(distMap); Area cBank = distMapSorted.values().toArray(new Bank[Bank.values().length])[0].area; return cBank; } private static <K, V extends Comparable<? super V>> HashMap<V, K> sortByDistance(Map<K, V> map) { HashMap<V, K> result = new LinkedHashMap<>(); Stream<Map.Entry<K, V>> st = map.entrySet().stream(); st.sorted(Map.Entry.comparingByValue()).forEachOrdered(e -> result.put(e.getValue(), e.getKey())); return result; } @LP
  15. Need a price check no bans
  16. Stats no wealth 2 day ban & I am the Original owner
  17. Stats Wealth or items: Has pet golem (mining pet) 2 day ban & im not OO email comes with the account.
  18. whats your page 1 gui settings and what does your game screen look like
  19. i gave you a trial. just refresh your script selector in the client
  20. @LargeLoads @munkebo6 authed
  21. Chris replied to Saiyan's topic in Archive
    takes u 5 years for blue drags innit

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.