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.

Precise

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by Precise

  1. if(getObjects().filter(obj -> (obj != null && obj.getPosition().equals(new Position(x, y, z)) && obj.getName().equals("name"))).size() == 26) { //do shizz }
  2. Precise replied to MGI's topic in Releases
    well, just override the random solvers for the login with your own
  3. Precise replied to MGI's topic in Releases
    your own script?
  4. Precise replied to MGI's topic in Releases
    why are you constantly logging in?
  5. How does your script timeout? also post code of where in the script it handles the bank etc. The PIN handler shouldn't be posing any issues as it is the code you written which is causing it to conflict. post your code so we can see more of what is going on.
  6. It is very addictive ;)
  7. hahah been around my college for a while now. :P
  8. Precise replied to zombie69's topic in Archive
    shoot me a pm man, ill happily see what i can do ^_^
  9. please re-read OP.
  10. You can request a script to be private, but no payment must be made on your part unless you want to donate to the scripter.
  11. are you using a proxy at all? the only reason this would arise is because someone else is logged into using the same ip as you. this isnt to do with the mirror client.
  12. The spamming of the same sentence is to do with activating run, the script is trying to access the data of your run energy when the script isn't logged in. the error you are getting is saying it cannot calculate a path to where ever you were going throwing this error i think. did you find your account off course when you logged in from tanning? This might be the issue as so the script cannot calculate a path. i dont think this is a mirror issue. do you get this when using normal? Precise
  13. so you haven't tried any of the premium ones? i would have a look on each of the threads and see if anyone else is having issues.
  14. Which scripts are you using?
  15. maybe post this on the script thread instead of a topic
  16. good job, ignore what i said lol. you changed it ^_^
  17. Precise replied to Psvxe's topic in Scripting Help
    This is the most commonly used and i would recommend getting a good understanding of it! ^_^
  18. Am I reading this correctly? I have been exporting my jar file for the end of time meh. Got the mos up to date client?
  19. Precise replied to MGI's topic in Releases
    Thanks man, great job! ^_^
  20. Ah i see the issue you are having. you can only do this if you make your own method. how i would make my own method? i would make a method which is called getNextPositionOnPath(Path path) this should return the next position in the array which is walkable. i would make a for loop which goes from path.length-1 to 0 to find which finds which position is closest to you and return it. once you get the getNextPositionOnPath(Path path) assign it to a variable called nextPosition, make a new variable called newPosition= new Position(nextPosition.getX() + ***RANDOM NUMBER***, nextPosition.getY() + ***DIFFERENT RANDOM NUMBER***, nextPosition.getZ()) then make another method called walkPath which walks to the next position, once the distance < random number, getnextPosition and walk to it etc.
  21. You can easily make it so you randomise each position when you plan on walking the preset path. Each time you call that position just randomise the x and y by 1 or more depending on the surrounding space you plan on walking through. If you want to take a completely different route either make a fair amount of pre set paths in an array, select a random number and walk that path in the array. The first one is the easiest one to do as you don't have to collect loads of data. The final way would be to retrieve the flags in the loaded region and use A* to calculate a path using the flags and checking if they are walkable. This should only be done if you have a good knowledge of how A* algorithm works and how to plement it into java. But you can load the flags 52 rules in every direction, so if you path is longer than this, use preset paths and randomise each position like I said above. I hope this helped and if you have anymore question feel free to ask ^_^
  22. why do you have TWC then?
  23. Precise replied to Shmeekz's topic in Archive
    Does this ever happen when you're not out of memory? because i can see you're maxed out on memory for the client. i would recommend assigning more memory to the client so this won't occur as frequently ^_^. If this still occurs when not full memory then im not too sure. An error is occurring in the onExit() of Czar's script which might be an error on either his side or the client but we won't know as the client doesn't show where the bug is.
  24. it is because your question isn't the right question to ask when asking about ban rate, no set skill as a lower ban rate than another skill, just do what I said above and you should be fine.

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.