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.

Protoprize

Members
  • Joined

  • Last visited

Everything posted by Protoprize

  1. Protoprize posted a topic in Spam/Off Topic
    nope
  2. Protoprize replied to ez11's topic in Spam/Off Topic
    If you're in the UK, they pretty much have them in every store where there is a fridge dedicated to Polish food Forgot to add, there is also this:
  3. Jagex will create a new gold sink once gold prices drop to the point where normal people would rather buy their membership using in-game gold (which is already happening)
  4. I've added check for it and now the error is gone???????? No output or anything even when using catch (NullPointerException e) { api.log(e.getMessage()); } Decided to split two functions and now it works I still have no idea how I fixed it 😧
  5. Sooo.... I've spent a while away from making scripts but since I finally have time to work on some stuff, I've decided to make a simple motherload miner The code is mostly done and I'm planning to release it at some point, but I only have one problem.... RS2Object oreDeposit = api.getObjects().closest("Ore vein"); String objectName = oreDeposit.getName(); int objectModelID = oreDeposit.getId(); if(api.getMap().canReach(oreDeposit)) { oreDeposit.interact("Mine"); api.log("Waiting to be done mining"); new ConditionalSleep(6000, 8000) { @Override public boolean condition() { return !api.getObjects().closest(objectModelID).getName().equals("Ore vein"); } }.sleep(); I've made this simple conditional sleep, which checks the model ID of the previously saved object, and compares it to what it expected to be there while the ore is mineable, All is good while it is still called 'ore vein', but after it depletes, it starts freaking out (I have to force close it) with a NullPointerException I've checked the modeID before and after it has depleted, and it does not change, therefore I am here to see what you guys suggest! Or I accept being absolutely retarded (it do be like that sometimes)
  6. I don't think OSBot would give our their ways on how it's made 😛 Try posting on another forum which is osrs botting related
  7. Personally, I only use MM on windows. Linux/Macos, injection is the same as MM but faster
  8. For me, I just disabled my firewall and any tunneling software, seems to be all good?
  9. Yup, 100% something blocking your connection For me, it was my VPN software running (not connected), moment i closed it, everything was fine
  10. 1. The bot is not down, your firewall/antivirus/vpn/proxy is blocking the connection 2. It only works with the official client, and if you're having the same issue, make sure you are running java8u181 https://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html Account to use to download (if asked) can be found here: http://bugmenot.com/ If it still doesn't work, then something is set up wrong on your end, also, if you are running on a mac, you might as well be using injection
  11. Linux user here (manjaro)
  12. Just tested and it seems to work fine for me? I've made a couple of changes and will make a bigger update today which should hopefully fix the issue for you too And thanks for the suggestions! I'll add the locations Afaik, you can't use Phials to note anything though 😧
  13. All fixed, should be working with all axes to rune now
  14. Will be adding checks again for this! Had to use a backup so possibly could've been one without different axes being supported
  15. Thank you! Gimmie like 15 mins and I'll check what's going on Edit: Fixed, just had the wrong area selected
  16. It's already a thing, Last tab, choose stop condition And then if you want to, there is an option to walk to bank before it stops
  17. Just hover WC for instant anti-ban and xp And I mean, there is a script for everything 🤷‍♂️
  18. Just install ubuntu/a linux dsitro as your main os if you are planning to run many bots, performance is comparable to windows (if not better imo)
  19. Not gonna lie, but my method of staying away from bans is botting on a VM (Ubuntu)...... cannot confirm anything, but I've noticed a massive ban rate decline compared to botting on windows (even with mirror mode)
  20. You botted a skill that is very VERY likely to get you banned And never mind that, you botted an account that you played legit on previously, so your playstyle is wayyyy different when you bot
  21. Time to play legit bois, party is over for now 😉
  22. Protoprize replied to Token's topic in Others
    Do only 1 - 2 quests at a time and try to not make it obvious that you are botting 😛 Basically, think of how you play by hand and try to replicate that using the scripts on osbot
  23. I have tried using the colour picker on osbot before and it didn't seem to work for me so I gave up quickly and switched to traditional methods of just checking states The only help I can give, is to create a BufferedImage object and then check the colours there using isColorAt(x,y,z) Just make sure to give your loop ample amounts of time
  24. Protoprize replied to Token's topic in Others
    In before OSBot releases a statement saying that jagex detects clients via window titles

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.