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.

ridooz

Members
  • Joined

  • Last visited

Everything posted by ridooz

  1. how do you use proxys ? can you guide me or show me a guide on how to setup for osbot? I used cyberghost untill now but now its paid.
  2. Anyone know any alternatives to a free vpn? Apparently cyberghost stopped their free service.
  3. Fixed it my own way without timer or conditionsleep
  4. Still doesn't work. What am i doing wrong here? if (!player.isAnimating()) { if (!player.isMoving()) { if(System.currentTimeMillis() - this.waitTimer > 3000){ if (options == null) { furnace.interact("Smelt"); sleep(3000); } if (options != null) { sleep(3000); options.interact("Smelt X Steel"); sleep(random(2000, 2000)); keyboard.typeString("" + random(29, 99), true); sleep(3000); } } else{ waitTimer = System.currentTimeMillis(); } } }
  5. I've tried implementing a timer, without success. Can you help explaining further how i can implement in my code possibly ?
  6. Hi i'm new to scripting at osbot.org. Trying to learn the basic stuff. Created a willow cutter and banker at draynor. Now moved onto a steel smelter at edgeville (just to get more knowledge and the basics) I just have a problem with smelting since your animations stop for a second when smelting bars. How can i prevent this? Here's an example of my code: if (!player.isAnimating()) { if (!player.isMoving()) { // && System.currentTimeMillis() > (player.getAnimation() + 3000) if (options == null) { furnace.interact("Smelt"); sleep(3000); } if (options != null) { sleep(3000); options.interact("Smelt X Steel"); sleep(random(2000, 2000)); keyboard.typeString("" + random(29, 99), true); sleep(3000); } //sleep(random(1000, 1000)); } } It just hits smelt at furnace again when it has smelted 1 bar. Thanks in advance

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.