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.

atoo

Members
  • Joined

  • Last visited

Everything posted by atoo

  1. Made this for fun in 10 minutes. Cuts tree & Oak. Will add willow and more areas so it can do 1-99. You need to have the axe in your inventory else it will stop script and logout. download: https://www.sendspace.com/file/3bogau Source: @ScriptManifest(name = "cutter", info = "yes", author = "atoo", version = 0.2, logo = "") public class main extends Script { Area treeArea = new Area(3204, 3256, 3193, 3239); Area oakArea = new Area(3124, 3217, 3132, 3211); @Override public int onLoop() throws InterruptedException { RS2Object tempTree = getObjects().closest(c -> c != null && c.getName().equals("Tree")), tempOak = getObjects().closest(c -> c != null && c.getName().equals("Oak")); //ghett0 if(!getInventory().contains(item -> item.getName().contains("axe"))){ this.stop(); return -1; } if(skills.getDynamic(Skill.WOODCUTTING) < 20){ if(!treeArea.contains(myPlayer()) && !myPlayer().isAnimating()){ getWalking().webWalk(treeArea.getRandomPosition()); } else { if(!getInventory().isFull()) { if(!myPlayer().isAnimating() && !myPlayer().isMoving()) tempTree.interact("Chop down"); else { sleep(1000); } } else { getInventory().dropAllExcept(item -> item.getName().contains("axe")); } } } else { if(!oakArea.contains(myPlayer()) && !myPlayer().isAnimating() && tempOak == null){ getWalking().webWalk(oakArea.getRandomPosition()); } else { if(!getInventory().isFull()) { if(!myPlayer().isAnimating() && !myPlayer().isMoving()) tempOak.interact("Chop down"); else { sleep(1000); } } else { getInventory().dropAllExcept(item -> item.getName().contains("axe")); } } } return 700; } public void onPaint(Graphics2D g) { g.setColor(Color.white); g.setFont(new Font("Arial black", Font.PLAIN, 15)); g.drawString("level: " + skills.getDynamic(Skill.WOODCUTTING), 10, 50); } }
  2. Added Cooks assistant!
  3. atoo replied to Explv's topic in Tutorials
    I started doing Java with 0 knowledge, just google & osbot help. Thank you Explv & Apae hehe. PM me your discord if you need any help
  4. Not for now, just find any bugs. Thanks!
  5. Thank you guys
  6. Just need some help with bugtesting. Atm it got Romeo & Juliet, sheep shearer & cooks assistant. More to come! Report any bugs please, this will hopefully be on the SDN in the future. (I will add more f2p quests and p2p quests.) Im planning on adding as many quests as possible so stay tuned. This is still WIP. Bot might die while picking up berries for Romeo & juliet. Requirements for scripts: non https://www.sendspace.com/file/5tuyfo Scripts auto logout when quest is finished.
  7. Did i miss something? lol Have been gone too long... public void onPaint(Graphics g) { g.setColor(Color.white); g.setFont(new Font("Arial black", Font.PLAIN, 15)); g.drawString("AIO Quester by atoo", 10, 50); } I was using the wrong parameter, fixed it.
  8. Thanks man, whatsup with the chatbox yo?
  9. Thats sad, he was a nice lad.
  10. Hello people, im back again hopefully. For anyone who remembers me. Started scripting for another site but its not the same as osbot, so i thought fuck it lets go back here OSBot is the only community that really feels like "home" when it comes to botting in osrs. Current project: Gonna rewrite this to osbot api, add a lot more quests and hopefully stick around a lot longer this time!
  11. looking for 0.7/m dont comment if you are here to shitpost You go first or we use MM
  12. I can do this, pm me your discord
  13. Got discord? Stock refilled
  14. Whats wrong?
  15. STOCK: ALL SOLD under 100m Selling for 0.85/m over 100m Selling for 0.80/m Lowest amount 10m 0.79/m if you take it all. Accepting BTC and paypal (If i deem you trusted.) I am not going first, we can use MM or you go first.
  16. atoo replied to atoo's topic in Runescape 2007
    up
  17. atoo replied to atoo's topic in Runescape 2007
    yes, now sell me fucking gold
  18. 300-1000m Feel free to send me a pm with your rates, i will be paying with BTC.
  19. atoo replied to AUSmadman's topic in Runescape
    Such a classic ?

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.