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.

Joseph

Trade With Caution
  • Joined

  • Last visited

Everything posted by Joseph

  1. So what the minimum & maximum amount that you could step the mouse speed to? All i know that the default speed would be 12.
  2. if (!(myPlayer().getAnimation() == _618)) Should be if (myPlayer().getAnimation() != _618)
  3. Joseph replied to a post in a topic in Scripting Help
    getZ() return the players plane aka the position(x, y, z) . edit: what about try using client.getMyPlayer().getHeight();
  4. Joseph replied to RoomScape's topic in Spam/Off Topic
    I don't know I've never had it ;P
  5. Where do you put this at?
  6. Joseph replied to Botre's topic in Snippets
    You could also use that. Which return a rs2Object at the specific location. client.getCurrentRigion.getObjectAtLocal(id, x, y, z);
  7. Joseph replied to Joseph's topic in Snippets
    i updated it, but i will fixing two - three methods and i might add in a method. But that will be done later
  8. Joseph replied to Joseph's topic in Snippets
    I'll fix up the class and add in more methods
  9. Not everything has to be in he snippet. Snippets are for more advance stuff. You could also check the issues sub-forum. Something someone might have the same question. And another person could answer for them. Here a link: http://osbot.org/forum/topic/46118-following-players/ That method give you a list of people in your area not including your self. You can simply do getPlayer(area).size > 0
  10. I made a drop method I'll see if I can find it
  11. Check it out and let us know
  12. Joseph replied to Isolate's topic in Scripting Help
    Ya that's what your looking for. You need to activate the change to figure out which config it is. It's hard to explain it, it's better if you see it for your self. A great example would be for you to go into your construction house in building mode. Then change it to non building mode. And you see how config 780 changes from 0 to 1024 when buildings mode is on. You could create you own little method. private boolean buildingModeOn() { return client.getConfig(780) == 1024; }
  13. usually the first ban is a warming temp, the second is usally a perm
  14. dont let onGround extend script, make a constructor for the onGround and like swizz said initialize it. Use this as an example.
  15. its a null pointer exception so check to see if your player isnt null null checking it plane
  16. Joseph replied to Dick's topic in Scripting Help
    Shit I didn't know what sout was when I first saw I though it was like shout out. So does that make me a nub
  17. I'm pretty sure I made a method for someone that asked a question just like this before. I'll see if I could find it. edit: here return a list of players in your area
  18. Create an area. Get all local people within that area. Loop through them and remove your self.
  19. Joseph replied to BurritoBug's topic in Scripting Help
    How would you do that? Could you provide an example
  20. Joseph replied to a post in a topic in Scripting Help
    Also enums
  21. Joseph replied to a post in a topic in Scripting Help
    Create a Boolean within your GUI class. Add an event handler on your start button , within the event handler invert the Boolean, also dispose the GUI. In your main class within your onloop set the GUI visible. Then you will sleep while your GUI is still running
  22. Joseph replied to a post in a topic in Scripting Help
    The for keyword is meant to loop through an array/list
  23. 1 is a Room enum. 2 is an array of ObjectType 3 is an array of ConIbject
  24. What im trying to do: change the values within the third box. I was able to do it with the second box. But it wont let me do that for the third box. when ever i choose an option from the second box. it will highlight the one i chosed, then it will un-highlight for no reason. If anybody knows of a solution let me know

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.