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.

Soldtodie

Members
  • Joined

  • Last visited

Everything posted by Soldtodie

  1. Can anyone give me an example for two a new class in a separate file because i don't know why it doesn't work. Only a new class with a log(); and a script that calls that. Thanks.
  2. for(Behavior be : antiBan.getBehaviors()) { if(be != null) { antiBan.unregisterBehavior(be); } } Edit: Didn't saw Swizzbeats post.
  3. How can i deactivate the client antiban? Thanks.
  4. Soldtodie posted a topic in Archive
    Hey guys, I want to make my SMiner script for OSBot v2 but I don't know if anybody want it. The script will be completely free. SMiner was a mining script for OSBot v1. I will completely remake this script. This features I want to add: Rock selection with save and load function(it doesn't matter if they are in smoking rock event or unavailable) Granite support M1D1 Other dropping methods Banking Custom path making with ladders, gates, doors and staircases Fast mining Intelligent mining Walk to next spawning rock Smoking rock detection Pickaxe repair Hover the next rock Any suggestions or feedback are welcome! Thanks for reading.
  5. Every bot has a different api.
  6. You wrote scripts for another bot and not for osbot.
  7. Till what time you need this? And when we will make this for you it's not flashy?
  8. Use google you can make this alone in 1 hour.
  9. Int[] var = new int[] {22, 444, 777} ^^ but this works too.
  10. Int[] var = new int[] {22, 444, 777}
  11. Soldtodie replied to Soldtodie's topic in Archive
    Tomorrow i will release a motherlode script but which script then?
  12. Soldtodie posted a topic in Archive
    Which script should I make.
  13. Soldtodie replied to Laz's topic in Releases
    Please update the thread name.
  14. Was your dick dirty? Like a sloth.
  15. Nice can we help to make the api?
  16. Soldtodie replied to Soldtodie's topic in Projects
    Please close! Released: http://osbot.org/forum/topic/47651-sminer-3/
  17. No this is a competition when a free script is better than your premium script you must think about that what you did wrong.
  18. I am not a leecher. I make scripts but i hate it when scripters who want to make premium scripts for free it can't make it for free. We are not any other botting site. We are OSBot!
  19. remove of free versions I am absolutely against this!
  20. Soldtodie replied to Booch's topic in Archive
    Then change this too:
  21. http://osbot.org/forum/topic/33026-checking-if-item-is-selected-rev-35/
  22. Here a little snippet: ArrayList<Integer> configs = new ArrayList<Integer>(); @Override public int onLoop() throws InterruptedException { if(configs.size() == 0) { log("Start! Now click the pause button!"); for(int index = 0; index < 2000; index++) { int config = client.getConfig(index); configs.add(config); } } else { for(int index = 0; index < 2000; index++) { int config = client.getConfig(index); int sConfig = configs.get(index); if(config != sConfig) { log(index + " = " + sConfig + " : " + config); } } log("End!"); configs = new ArrayList<Integer>(); } return 3000; } With this snippet you can get the changing config numbers and values. Start the script wait until you can see Start! in the log then click instantly pause script. Then you must change anything for example you activate running. After that you click on continue script and the script will give you an output with the numbers.
  23. What are you looking on youtube? ^^
  24. Yes you can get the quest completion status with the configs. For example Romeo & Juliet is the config 144. 0 = Not started, 10 = started, 20 = Talked with Juliet, 30 = Brought the message to Romeo and now speak with Father Lawrence. Then i stopped.
  25. Soldtodie replied to Soldtodie's topic in Projects
    Today i will add the rest things on my list that the bot is full functionally. Then I will look for some improvements. Edit: Here you can see a little video!

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.