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.

Mysteryy

Members
  • Joined

  • Last visited

Everything posted by Mysteryy

  1. Anytime that I get a ban its a perm ban. Not sure how they decide who gets what length, but I guess we just get screwed over. t.t
  2. No. Without java installed, the code is useless. If java is not there to compile and run it, it means nothing and cant do anything.
  3. Im here for yeww.
  4. In your onStart method add this. Notice how you can consolidate your code into 2 lines. ^_^ bot.addMouseListener(new MouseListener() {//register a new MouseListener @Override public void mouseClicked(MouseEvent e) { if(minimizeRectangle.contains(e.getPoint())) minimized = !minimized; } @Override public void mousePressed(MouseEvent e) { } @Override public void mouseReleased(MouseEvent e) { } @Override public void mouseEntered(MouseEvent e) { } @Override public void mouseExited(MouseEvent e) { } });
  5. Dont forget to null check properly on stored variables, instead of pulling a new instance every time you call it. ^_^
  6. Maybe he is trying to tell us that he will scam. rekt
  7. Why not use names instead? Ids will change frequently as you have seen. ^_^
  8. Why was he banned?
  9. Im gonna guess not, since I looked in the API and didnt see anything related to moving. Why do you need to check if the camera is moving? Unless you are multi threading in two things that will use camera movement, I cant really see a use for this. ^_^
  10. What about for those of us who are unable to run OSB with injection stealth enabled? Is there a fix for the "Invalid boot options" error?
  11. If your account did managed to get banned, which I doubt would happen, you could just say that you did not have control of the account at the time. They can IP check and see that it was not on your IP at the time of botting. ^_^
  12. Let me bot it for you and I will have it done real quick. :P
  13. Why do you need to know the inventory name for it? Once it is in your inventory, there is no reason to interact with it. Assuming you are making a woodcutter. ^_^
  14. Mysteryy replied to Dog_'s topic in Archive
    I can go up to 6 pesos.
  15. Mysteryy replied to Dog_'s topic in Archive
    How many pesos do you charge?
  16. Mysteryy not cool enough to be listed. </3
  17. Welcome, I hope to see you more active. If you need help with anything let me know. ^_^
  18. Mysteryy replied to Proto's topic in Spam/Off Topic
    You forgot to take it after I joined.
  19. Mysteryy replied to Nezz's topic in Resolved
    CoupaFew weeks ago. :P
  20. Mysteryy replied to Nezz's topic in Resolved
    Server update, when they are back up everything should be working better than before. ^_^
  21. Welcome nub. I missed you. xd
  22. Happens to me 9/10 times xD
  23. When you are null checking or interacting with an item/object etc. you should always store it, and then interact with the stored object. Each time you call .get() it will get a new instance, and that instance could be not null, then when you go to interact with another .get() it can be null. If that makes sense. Although you may have already knew this and just forgot or not noticed it. ^_^
  24. Looks like you put a decent amount of time making this up. Good job, hopefully you can get obstacle handling added into it. ^_^
  25. 10/10 should be placed in TWC. I was in chat middle manning.

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.