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.

Alek

Ex-Staff
  • Joined

  • Last visited

Everything posted by Alek

  1. Sorry not interested.
  2. It's more terrible than you think. I'd have to re-write the right hand div to not extend past the last forum container, then expand the bottom "whos online/members chatting" container. Otherwise the two containers would overlap. It's also not some super simple thing because there is a lot of stuff that's integrated, blocks, pages, etc.
  3. I'd probably have to edit an enormous amount of code, so probably not
  4. This is the same theme.
  5. I've been writing a lot of custom code for the forums, just did the member colors for posts and your profile header.
  6. Yes I'm aware.
  7. Okay, I'll turn the forums offline until every little detail is perfected.
  8. NO.

    Alek replied to Sysm's topic in Spam/Off Topic
    We didn't do the upgrade for the hell of it.
  9. We've done one major forum version upgrade once in 3 years and it wouldn't really help bring the site back up any faster (considering I was only working on the theme). So a separate test server that would get used once every couple of years wouldn't be really worth it. All the normal botting services were still available.
  10. NO.

    Alek replied to Sysm's topic in Spam/Off Topic
    It's the same layout but for IPB4. Still working out the kinks.
  11. I'm not going to invest too much time in updating the Chatbox, since I'd have to be editing the raw files and not config files. Chatbox service is going down in April/May. I'm looking into mobile detection and the SDN right now. Edit: Recent Topics is having an issue right now. Thanks for reporting
  12. Post any issues you may have with the new forum upgrade below. I'll also be looking for feedback on the general design for about the next week. Issues I'm aware of: -Leaderboards not working -SDN page not accessible -Recent Topics not working
  13. The forum has finished upgrading. Sorry for the delay, there were some issues with getting the new theme to work. Over the next week I'll be dedicating some time to restoring forum features and fixing miscellaneous bugs. Please give your feedback below! -The OSBot Staff
  14. Not a chance in hell. I'd rather transform the CBA rank to a "Community Helper" rank and give them the power to edit the posts of new members.
  15. Alek replied to Anne's topic in Spam/Off Topic
    There, ??? was changed to ":???:" and all the default smiley faces are back. This community is going to explode when the IPB Chat module EOL happens in May and all the smileys disappear.
  16. Alek replied to Anne's topic in Spam/Off Topic
    Only active chatboxers noob.
  17. Alek replied to Anne's topic in Spam/Off Topic
    Noah's emote was removed because nobody used it. Jack's emote was removed because nobody used it; I offered to give Jack his emote back but instead he opted it for a new emote which I added. Unless I'm missing some default emotes, we have more emotes than we did before.
  18. Alek replied to Anne's topic in Spam/Off Topic
    Oh please! The Chatbox regulars come to me with cool emote ideas and I add them as long as they're appropriate. Maldesto of course has control over the emotes as well. This drama is just as bad as complaining about how many people showed up to Trump's inaugural; who the hell cares?
  19. 19 Jan 17: Finished basic login system, there isn't an interface for it because it would just waste time. Right now it just reads your credentials from a text file. If your username and password doesn't exist, it just creates a new account for you (will definitely change in the future). Since the only thing you can do in the game right now is move around, the only thing saved it your X and Y coords. The game is at a really good point. We have a basic map, the player can move around on the server, you can see other players in the same world as you, and your progress is saved. For now I'm going to take a week or two break to clean up a lot of the disgusting code I wrote.
  20. Using filters! Two ways: 1. getNpcs().filter(new Filter<NPC>() { @[member='Override'] public boolean match(NPC obj) { return obj.getPosition().distance(myPosition()) > 2; } }); 2. java.util.List<NPC> npcs = getNpcs().getAll().stream().filter(n -> n.getPosition().distance(myPosition()) > 2).collect(Collectors.toList()) Edit: Then you can use a comparator: npcs.sort(new Comparator<NPC>() { public int compare(NPC npc1, NPC npc2) { return npc1.getPosition().distance(myPosition()) - npc2.getPosition().distance(myPosition()); } }); So this will return the closest npc which is more than 2 tiles away.
  21. Strange, I drop my inventory horizontally when playing and botting and I haven't been banned for over 2 years.
  22. Because it drops it sequentially in array order.
  23. I wear many hats.
  24. I went through all of them yesterday. Looks like I forgot his, thanks.
  25. Just a quick patch to the Prayer API so it should be functioning again. The code was a bit older so I made a fix to potentially prevent future updates from re-breaking it. Also if anyone has accounts with any of the new Prayer spells, please PM me.

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.