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.

smy

Members
  • Joined

  • Last visited

Everything posted by smy

  1. So I've decided to buy Linux server. It has preinstalled xfce desktop with debian 8 distro. But I've got an issue with scripts. There scripts are written by me and they work on my Windows pc, but they don't work on Linux server. For example: if(api.inventory.isItemSelected()) { if(api.inventory.interact("Use", "Item1")) new ConditionalSleep(MethodProvider.random(2000, 3000)) { @Override public boolean condition() throws InterruptedException { return api.widgets.getWidgetContainingText("looooooooooooool") != null; } }.sleep(); } else { if(api.inventory.interact("Use", "Item2")) new ConditionalSleep(MethodProvider.random(2000, 3000)) { @Override public boolean condition() throws InterruptedException { return api.inventory.isItemSelected(); } }.sleep(); } This code don't work, it's just click on Item2 and then clicks on inventory and does it repeatedly. That part of code works on windows pc. Sometimes checking of object in area doesn't work. First I though that Java versions are different, but on windows and linux they are the same. Any suggestions ?
  2. Hey, I don't thing that would work, because what if you want to only tan a black dh and it would tan a green one. The way I do it is with a static ids(last time I check you can only use Widged ids as a static): private RS2Widget getRightWidget() { if(api.inventory.contains(Utils.DRAGONHIDES[0])) return api.widgets.get(324, 96); if(api.inventory.contains(Utils.DRAGONHIDES[1])) return api.widgets.get(324, 97); if(api.inventory.contains(Utils.DRAGONHIDES[2])) return api.widgets.get(324, 98); if(api.inventory.contains(Utils.DRAGONHIDES[3])) return api.widgets.get(324, 99); return null; } You can see for your self(a white square):
  3. smy posted a topic in Others
    I'm releasing simple tanning script. It supports every dragon hide, just place them in the bank and start a script. It will walk to Al Kharid. It will walk to GE when everything is finished(Give opinion about it because for me it's a handy feature). Goals: Source: https://bitbucket.org/smykolas/tanner_osbot/ Donwload: https://bitbucket.org/smykolas/tanner_osbot/downloads/Tanning.jar Please report any bug that may occur. As it's my second script I would love to take your criticism.
  4. smy replied to Alek's topic in Releases
    Finally mulling will work normaly, thanks !
  5. smy replied to smy's topic in Others
    Thanks, I knew this mistake, but I didn't knew the approach. I will fix it
  6. smy replied to smy's topic in Introductions
    Thanks, I'll try to make them as good as possible !
  7. smy posted a topic in Introductions
    Hello. I know, the creation date of this account is 2016, but I was inactive all the time because of the demotivation of always getting, but now I got over it. Now I'm motivated to bot and create scripts all the time. I would love to get a scripter rank and I know that will not be easy. What would be the point in getting it if it would be easy ? I actually released one script already. That's all from me, good luck in botting !
  8. smy posted a topic in Others
    Script that completes Restless Ghost, Rune Mysteries and Romeo & Juliet quest for 7 quest points. No items required. Quests that this script is doing: Restless Ghost Rune Mysteries Romeo & Juliet As it's my first script, I would love to take your criticism. If you experience any bug, please let me know. Source: https://bitbucket.org/smykolas/7qp_osbot Jar: https://bitbucket.org/smykolas/7qp_osbot/downloads/7qp.jar Improvements that I will make: Changelog: Thanks to @billyboy420 and @The Undefeated for configs.
  9. Osbot hooks are broken, because of the new osrs update, stay tuned for fixes. And you should use "Trade with" rather than just "Trade".
  10. I'm having the same issue. I've tried to report this bug, but my thread just got deleted. EDIT: Nvm: OSBot may have an interruption of service because of the game update.This happens every Thursday since 2013, business as usual.
  11. Hey, I have an idea. When ever u are choosing a how ur outfit, make that slower(or random). Cuz now its looking very fishy...
  12. thanks for free vip dude.

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.