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.

HeyImJamie

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by HeyImJamie

  1. And to think I voted yes on your CBA thread
  2. HeyImJamie replied to Offensive's topic in Farewells
    Because Anime is for 's
  3. Most likely solo unless I get stuck
  4. All about the random(125,150) sleeps to piss off Alek
  5. Fix your conditional sleeps
  6. Don't let dreams be dreams Thomas
  7. Scripters here generally have their own ways of writing code and it's not the easiest thing in the world to share code. Plus this is more a project to see what I can do ☺️ Why would you need IDs?
  8. JSlayer - Cool Graphic to come @Visty Pls. What? I've got a month until I start up university again and after @Tom stole my fishing trawler baby I've decided to see if I can write a slayer script, and if I do, I'll release it. I'm aiming to slowly add all slayer masters and make it as customisable to the user as possible, but we'll see how that goes. If I get far enough I might even add slayer bosses, who knows If there's any suggestions just post em below pls. If anyone's creative and can give me a layout for this thread that'd be dope To Do / Completed List Supported Slayer Masters Supported Tasks
  9. You have to drop trade.
  10. Now I finally see what you mean by use onLoop Nice. You know tutorial island has a finished config tho?
  11. HeyImJamie replied to aeondenied's topic in Archive
    You're meant to PM Explv your code troubles not post it
  12. Cute idea but why not just buy 1m for $1 and get 10x of everything you're selling..
  13. Most likely a delayed ban. You'd of been caught previously but then wait a bit before banning so we can't figure out what it was that caused it.
  14. Not bad for your first script. I'd suggest looking into the OSBot API a little more though as you could replace a lot of your own methods with simpler ones that've been pre-written. For example, to check if your inventory contains bones you can do: if (getInventory().contains("Bones"){ // bury them } else { // loot them Don't really need a while loop for something that simple :P
  15. 1. Yes, Monthly. 2. As Cammo said, Both & You can run unlimited bots.
  16. You can either choose to release a Local Script in the form of a .Jar or you can apply for a Scripter rank following the instructions found here: https://osbot.org/forum/forum/181-closed-sdn-upload-requests/
  17. HeyImJamie replied to dreameo's topic in Snippets
    If you're aiming for a script on the SDN Alek doesn't support for random numbers/sleeps unless you have a strict math background and have valid reasoning. For private scripts though it's personal preference on your part.
  18. You're not if checking that your teleport method executed so it would assume it has and then NPE as the chest doesn't exist. :P
  19. You should be removed
  20. He literally says..
  21. Only had a quick look - Not bad for your first script Some things I have spotted though are your logic flow seems to be off and it appears you're relying on things executing correctly, as well as objects existing, for the script to function. Just a quick example is: else { status = "Teleporting to Castle Wars..."; equipment.interact(EquipmentSlot.RING, "Castle wars"); sleep(random(3000,3500)); //couldnt get the condsleep to work properly /*new ConditionalSleep(random(2000,4000)) { @Override public boolean condition() throws InterruptedException { return castleWars.contains(myPlayer()); } }.sleep(); */ Entity cwbank = objects.closest("Bank chest"); cwbank.interact("Use"); } What if we don't have a ring of dueling equipped or the interaction event isn't successful? The Bank chest will then no longer exist. Etc. :P
  22. Worker feedback is irrelevant as the service owner is responsible anyway.
  23. UpDaTe DaY

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.