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.

Isolate

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by Isolate

  1. 4 hours from the last buy. technically from the first buy/per item, before the last buy is 4 hours up you should be able to buy the first buy again if you were buying an item with a limit of 4 and it brought 1 hour a part each time you could keep buying them. (this is if it works like rs3 limits)
  2. Language: Java Program (IDE): Eclipse or IntelliJ What do: Learn the basics of java from tutorials or books. Learn all the glory of void,boolean, int,if,else,while,for, ect. Learn to read an api and have a grasp of logical step processing. Tutorials, each to their own really, i'm self taught/picked up as i went, watched a little of thenewboston to get started but people here seem to not like him. There are also tutorials around the forums, i think, even if the API is outdated it should give an insight into how a script should look and the java base functions required to write one.
  3. RS2Object tree = objects.closest("Tree"); //Overuse null checks if you need to, you can never have enough if(tree != null){ //if the tree has been found by the client if(!myPlayer().isAnimating()){ //chop the tree } } myPlayer(); is the base to access things to do with your character
  4. http://osbot.org/api/ Find the thing you want to access on the left and click on it Scroll down til you find the methods it has on the right. EG Banking: then it brings up on the right which you'd use like bank.depositAll(); bank.isOpen(); bank.depositAllExcept(x): ect
  5. if you need any help with the setup/ect i can TV you are something
  6. 1. use IntelliJ 2. add client as a library 3. objects.closest("Tree"); 4. inventory.contains("Logs");
  7. Hai I need a dynamic signature my script "Dark Miner" . Fields Needed: User Time Ran Ore Mined Net profit Gross profit Xp Gained No specific order. Colors/theme similar to the icon in my sig would be nice Thanks in advance to anyone who takes this up (if anyone XD)
  8. only if its not on the screen in this case make swaaaaaaag like yoru starting position or something. using "Walk here" and this code seems to work find for me and my bird catcher
  9. Which one... non of them there are unused? + my interaction is wrong its "Walk here" i think for walking
  10. would something like: Position swaaaag = new Position((myPosition().getX() +- 0),(myPosition().getY() +- 0),0); if(swaaaag != null){ if(swaaaag.isVisible(bot)){ //move camera up high or whatever swaaaag.interact(bot, "Walk"); }else{ camera.toEntity((org.osbot.rs07.api.model.Entity) swaaaag); } } work? "Herp derp isolate is trying to cast a position as an entity" = for some reason my IDE did it so i didnt bother changing it
  11. De-compiling it to see if it's safe.
  12. still the same but if it works it works i guess XD
  13. This is from the jar you submitted. Maybe try another quick recompile to make sure?
  14. Clean code as of http://www.mediafire.com/download/3415afukyueawtr/CrimsonCatcher.zip. I think you got a little mixed up here though:
  15. Java.lang.NullPointerException at BirdHunter.onLoop(BirdHunter.java:43) Something on line 43 is returning null so the script cant work with it
  16. Why do you want to bot on a private server.... I'm assuming you understand a private server and the real game are 100% differnet so i don't understand this at all. Edit: oh just like a virtual pet... each to their own i guess?
  17. From what i hear he was removed
  18. Isolate replied to Isolate's topic in Spam/Off Topic
    come stop me then.
  19. scrub, life yo game
  20. Isolate replied to Isolate's topic in Spam/Off Topic
    its not something a person would buy bulk of it has a high price not worth selling 1b1 now ge can sell them for you. nearly 100k made by flipping already XD laughing madly
  21. Isolate replied to Isolate's topic in Spam/Off Topic
    Flipping/Easily sell higher prices bottable items not many people buy bulk
  22. Isolate posted a topic in Spam/Off Topic
    Let the bank making begin!
  23. no object is an object, like a door, gate, fence, bank booth
  24. If groundItems isn't looking good for you i'm very very concerned. GroundItem loot = groundItems.closest("Bones"); if(loot != null){ //more cool checks loot.interact("Take"); //badass sleep timer } Will find the closest groundItem named bones if it exists

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.