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.

debug

Members
  • Joined

  • Last visited

Everything posted by debug

  1. I was just following this tutorial: http://osbot.org/forum/topic/58775-a-beginners-guide-to-writing-osbot-scripts-where-to-get-started-by-apaec/
  2. Isn't it suppose to be in OnLoop()?
  3. debug replied to debug's topic in Archive
    I have updated it to include a download.
  4. Thank I managed to get it working now.
  5. http://pastebin.com/khgk46f9
  6. Line 56: status = state.toString(); That other is on line 163.
  7. // Create a select box for tree options JComboBox<String> treeSelector = new JComboBox<>(new String[]{"Tree", "Oak"}); // Add an action listener, to listen for user's selections, assign to a variable called selectedTree on selection. treeSelector.addActionListener(e -> selectedTree = treeSelector.getSelectedItem().toString()); I was using this code, but if I choose 'Tree' the client crashes, well, the CPU goes to 100% and I have to force quit, but if I choose 'Oak' then it works perfectly fine. I added another option in front of 'Tree' and now 'Tree' works in second position but the 'Oak' options is now causing the problem.
  8. debug replied to debug's topic in Archive
    I am working on add more locations now, as well as a UI.
  9. What even is the difference of having veteran and not? Just the gold username?
  10. Isn't Rangers Guild instant ban? I wouldn't bot there if I were you.
  11. Low paid Chinese working for £1 every level 99.
  12. Probably the fresh account was the culprit, same thing happened to me when I was botting agility.
  13. debug posted a topic in Archive
    Debug Cutter Version: 0.04b (Beta) This is my first script for OSbot - I am still working out the bugs but everything seems to be working perfectly now. I will still be added more features as it goes on, so if you would like to request a feature you can do it in this thread. Current features: Basic Anti-ban Safe walk if in combat Cuts normal trees or oaks Will cut logs anywhere Powerchop only. The script works pretty much anywhere that there are trees or oaks. Screenshots: Download: https://mega.nz/#!kUtDELaA!f-In7csB6w-9c5dPGQ4ItqZsDVAz2BPXZM7RvZF2phI If you have any feedback, I'd really appreciate it.
  14. debug replied to Drizzt's topic in Introductions
    Welcome to the forums.
  15. Great update - will help a lot of users.
  16. I'd go for the donator option as the gold username would look more appealing and stand out and it shows how much you have donated - if people don't know what sponsor is they also might not know how much it costs.
  17. debug replied to debug's topic in Scripting Help
    Thanks, I'll try that. The reason is that I think the dropping is far to fast, and I can't drop items that fast so I was trying to make it delay around a second I will try your method and change the sleep and see if it works.
  18. debug replied to debug's topic in Scripting Help
    I managed to fix it so it drops all of the inventory. I was trying to add a random sleep between each drop so it doesn't seem to bot like and fast.
  19. If you are using a local script, delete C:\Users\USER\OSBot\Scripts and then reload the client and refresh scripts and see if that works.
  20. Is this your own script or is it from the SDN? Have you tried any other script to see if it is working and it is just not the one script?
  21. I'm not sure why this isn't working, but when it gets to the Drop method it will start from the top and begin dropping, but it will leave the bottom logs, sometimes 1, sometimes 2 and it will keep building up. if (sI.inventory.isFull() && !sI.myPlayer().isAnimating()) { for (Item i : sI.getInventory().getItems()) { if (i != null && i.getName().equals("Logs")) { sI.inventory.dropAll(i.getName()); sleep(random(300, 1200)); } } }
  22. Are you in fixed mode with default zoom? - You can try deleting everything OSBot related and downloading it again.
  23. debug replied to Acerd's topic in Spam/Off Topic
    UK weather channel: "Today will be sunny" *Looks outside* It's raining.
  24. debug replied to The Hero of Time's topic in Spam/Off Topic
    Fine Bros and Taylor Swift. That's one way to not go back to YouTube.

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.