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.

Explv

Scripter II
  • Joined

  • Last visited

Everything posted by Explv

  1. Explv replied to Explv's topic in Others
    Yep, planning to do that
  2. That thread he linked is without the requirement of any external libraries. It even says so in the title. I would recommend using it because it allows you to lookup items using their name rather than id. I have another topic in the snippets section which does use a JSON library. Not sure why you wouldn't use it, JSON simple for example is open source and only a few classes, so you can just copy it into your project. As for getting the price in game, isn't it just a widget? If not there may be a config?
  3. Explv replied to Explv's topic in Others
    Absolutely, I'll add an option tonight
  4. Explv replied to Explv's topic in Others
    @Ace @Oven Mitts @Lagginglemon @Eagle Scripts @Failure @Hi Im Meako @TheDMan22 @AresScripts @lawf @Exylum @Deceiver @Maldesto @crico @tmanowen @maxvldz @evilhell @angus3 @montie @tr1zym @Tuhto @Han @Barnie @Joster @bazmorekentos @molier @Incarnationz @scaletta58 @gearing @socallmemaybe @logi @Solzhenitsyn @AddeyB @Sub_Zero @jython @Jammer @walterww @Drkohler @tranzystor3 @decal @diltom1998 @Fairy Tail @thepeople @roguehippo @Zulrah @Jungle_walk @payton9812 @Spore @SuikaBooty @YuhhMauls @Acke @dimka5112 @Kaarthal @BlindedIBall @remfu @cartel132 @johnny12303 @dorsai68 @dorsai67 @seeker @MockingJayG @jojangers @purplewatilla @killercrak @victoremidio159 @THS @BotLearn01010110 @whipz @ihadyourbaby @mongomongo @thatguycalledrob @fonchox @Theorems @Chris @Zappster @Keven And @ anyone else PSA: This script is now premium with a price of $1. If the script has disappeared from your list, that is why I will be working on adding some more features, including adding upper floors and dungeons to the map, some shortcuts to walk to the closest bank / GE, options to hide the paint and gui from CLI etc. Let me know if there are any updates you would like to see. Thanks!
  5. Explv replied to lol123jer's topic in General Help
    There is no time limit on scripts, only on trials for premium scripts. There are limitations for non VIP users, but they are not time restrictions.
  6. ?? What is fr.onMessage? Where are you declaring the method?
  7. Well this is the OSBot forum. This is the scripting help section for help related to OSBot scripts. If you need help with something outside of OSBot you can go to the software development section, or to another forum, such as a colour bot forum
  8. Why are you making a pixel bot / colour bot with OSBot? Why not just use the API to do things as that is the best way here, and most people will be able to help you if things go wrong. As for your issue, I cant comment on it as you have provided no code.
  9. Sorry, your question is pretty incomprehensible
  10. Dude I'm so hyped holy shit. Can't wait to catch some warlocks and hang out with the snarkles.
  11. Explv replied to Explv's topic in Others
    I posted on the thread my man
  12. ??? Maybe look at the API? You can make a Position using: Position position = new Position(x, y, z); Walk to it using a WalkingEvent with minDistanceThreshold set to 0: WalkingEvent walkingEvent = new WalkingEvent(position); walkingEvent.setMinDistanceThreshold(0); execute(walkingEvent); Check if an object is on the position by using filter (or singleFilter, or whatever else): List<RS2Object> objectsOnPos = getObjects().filter(new PositionFilter<>(position)); // or boolean isHunterTrapOnPos = !getObjects().filter(new PositionFilter<>(position), new NameFilter<>("Hunter trap")).isEmpty(); Draw the position on screen using: graphics2D.drawPolygon(position.getPolygon(getBot());
  13. What if I told you there was a scammer named bmw1995 that got banned. Now there is this user called bmw1996. Interesting, no?
  14. Explv replied to lordssvk's topic in Botting & Bans
    You should try exorcising that mouse ghost before he gets you more parnament bans
  15. Explv replied to Explv's topic in Others
    I mean, it's only $1
  16. Explv replied to muhmo's topic in General Help
    Scripters have to update their scripts, it's not an API change.
  17. Map has been updated.
  18. Explv replied to Explv's topic in Others
    Just an update here, this script has been changed from free to premium with a price of $1. Thanks!
  19. Explv replied to Explv's topic in Spam/Off Topic
    I do, but this is also a simple way, you just create a new playlist and press CTRL-V... Don't hate, appreciate
  20. Explv posted a topic in Spam/Off Topic
    Good for work (Make a new playlist and CTRL-C CTRL-V the links below)
  21. I did it a bit in University, wouldn't really recommend. It enabled me to concentrate and stuff, but eventually just ruined my sleep, and my tolerance for it went up super fast. At the end of the day, a good nights sleep and some coffee is all you really need.
  22. Most should work. Thieving is broken right now. And I haven't quite finished the "Make-All" update, so some things that were changed in that RS update may not work. I'm going to be working on this script this weekend, so expect a lot of fixes. Thanks!
  23. Please refer to my post here: And make sure you have Java 8 installed and not Java 9. Do not extract the .jar file, just open it with Java.

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.