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.

Joseph

Trade With Caution
  • Joined

  • Last visited

Everything posted by Joseph

  1. First thing first, in your logic I see some flaws. Like the 3 if statement should not have or options (||) but more of and options (&&).Second it is pron to failing more easier than if I was to write that script. For example your banking method. You have no safty checks like what if someone using the script lags for some reason and It skips the part of closing the bank. Because of your logic, it will stay on bank and redo the whole process. I'm not saying that the script is bad because it basic. But I'm saying it's not as safe to run for longer of periods and it must be in supervision at most of the time. Like you said it meant to run for like and hour that's all. Which btw is pretty good for the first script. Just because it does not have antiban doesn't mean it's bad. But I prefer adding variables and giving everybody on the start of the script a certain variable so that the players have an anti pattern profile. <- idk if you follow what I'm saying
  2. I read if you felt the whole osbot folder and run osbot it should work again
  3. Joseph replied to cmb1994's topic in Archive
    i thought thhat area was dead
  4. The class that frost presented look way cleaner in my opinion. Both you guys had the samething except you had an extra
  5. That was me
  6. Make sure it's like a direct link too. Google > search image > find image > click image > view image > copy direct link
  7. Use the newest client my friend
  8. can i ask why we need to download directly then with the client. Seeing as its a stable build. Will it be re-added?
  9. Because you neat me too it, 99.Let there be more winners
  10. I'm actually firstie. Good luck on your scriot. Can't wait to see it in action
  11. Dam the drop though for realYou could have had 1.3 mill
  12. Joseph replied to Sensational's topic in Archive
    You have to be active in the community like me
  13. I don't feel safe with your script tbh
  14. Sweet tutorial
  15. Common dawg it doesn't work because one it's a boolean. All you have to do is check what value it returns. True or false. On top of that there is no point is using an a ray of boolean if all you have in the Array is just one boolean. It just defeats the purpose of an array.
  16. If you class extends script. Be aware that we have a settings global field. So if you made an array of ints named settings rename it and you should not get an error
  17. ..

    Joseph replied to Mysteryy's topic in Spam/Off Topic
    , Did you see what I did there fook your periods
  18. You are sadly
  19. Joseph replied to Caesar's topic in Runescape
    I feel you I would brag too. Pvm fuck the world :P
  20. The reason there isn't any is because of all the precautions we have to go through. I understand maybe a list of attackable monster. Changing and checking levels isn't too hard. Changing equipment is where it getting a bit harder. You will also need Web walker to move location and to be able to bank. On top of that the script needs to know the locations of these monster. It's just a lot of work. I really do hope someone could make this but with a friendly gui
  21. You guys don't read client uplates. Alek updated the world hip to avoid those skill world's http://osbot.org/forum/topic/80609-development-build-osbot-23103-patches-pending-stable/#entry895770
  22. put a log between each line and see which line was last called. Anything under that is where the problem is coming from
  23. i was not really sure what to call it, but here the method i use for Divine utility. Method returns a position under your mouse. public Position findUnderMouse() { if (getMouse().isWithinCanvas()) { Area area = myPlayer().getArea(25); area.setPlane(getMap().getPlane()); for (Position pos: area.getPositions()) { if(pos.isVisible(getBot()) && pos.getPolygon(getBot()).contains(mouse.getPosition())) { return pos; } } } return null; }
  24. first nice new look my friend
  25. im interested check your pm

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.