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. HeyImJamie replied to Prismo's topic in Scripting Help
    Copy it if you need. All you need to do is store a tree name as a String, and then in the loop is call chopTree(STORED_STRING_HERE). Saves you having to re-type it for multiple trees
  2. Yeah I thought that. Gonna try checking login state as well as the inv now
  3. HeyImJamie replied to Prismo's topic in Scripting Help
    public boolean chopTree(String treeName) { //run this code until it returns a value if (!myPlayer().isAnimating()) { //WE ARE NOT CUTTING THEN WE CUT status = "Waiting for Tree."; RS2Object tree = getObjects().closest(treeName); if (tree != null) { if (tree.interact("Chop down")) { status = "Cutting Tree."; new ConditionalSleep(3500, 600) { //sleep until chopping @Override public boolean condition() { return myPlayer().isAnimating(); // We're chopping/Animating. } }.sleep(); return true; //we have clicked the tree! } } } return false; } Here's my chopping tree code if it's any use.
  4. I've been checking my inventory for a certain item and if it's no longer in the inventory, I'd set my restock boolean to true. However when I world hop/log back in from a break it occasionally seems to think the item's not in the inventory, although it is. I tried putting in a check for myPlayer.isVisible as well to see if that would fix it but still no luck.. Any ideas?
  5. Script is finally out, sorry about the delay! - Download link: http://www.mediafire.com/file/9hfd14bau4sepic/JWines.jar Please post some proggies!
  6. Tried doing that when I was farming F2P and just couldn't get around it. Tried random.dat and nothing Obvs retarded
  7. Can't have more than one account on the same world unless you log them in at exactly the same time***
  8. On OSBot you can't have more than one account on the same world
  9. Lul Antiban
  10. He knows what he's doing. It's not rocket science, Skid just wanted a free 100m and wasted moderators time. Also please don't go calling people autistic when your sentences would make more sense if you just went ahead and headsmashed your keyboard... Too much LSD for you eh?
  11. @raijin or @Lewis if they have any.
  12. Good on ya haha, someone's stupid. Free $10 at 0.9 Gp prices
  13. Whoever's selling you a voucher would lose money on this deal, wouldn't they?
  14. Bump. All accounts sold - Taking pre-orders for anyone interested.
  15. No one really knows what causes bans, it's all generally just speculation. I'd personally say just don't bot for long periods and mix things up and you'll be fine, hopefully.
  16. Ban rate is 50/50. You either get banned or you don't.
  17. Bump! Now re-open and looking to hire workers! If you're interested, add my skype! HeyImJamie.Services
  18. Looking at re-opening up my services and am in need of some workers. - You will be required to place a 30m security deposit that is FULLY refundable as long as you've completed over 30m in orders. - You cannot bot on any account given to you. Doing so will result in a termination of your contract, as well as loss of your security deposit. - I will take 10% of the order cost, the remainder will be given to you. I will hold the gold until the order is completed. If you're interested, add my Skype @ HeyImJamie.Services !

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.