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.

Tyluur

Members
  • Joined

  • Last visited

Everything posted by Tyluur

  1. I'm looking to put together a team of developers that can operate with a base like matrix Examples: 1. https://github.com/CSS-Lletya/open727 2. https://github.com/Tyluur/redrune666-server/tree/main/src/org/redrune 3. https://github.com/Tyluur/lotica-server This would be paid of course. I need developers for client, cache, and server work. Contact me over discord me if you're interested in applying - we can take it to pms. Tyluur#1337 [B]Hiring for the next 2 weeks.[/B]
  2. Shoutouts to the first 100 members.
  3. Vouch got a bond from him.
  4. This is just a snippet, do whatever you want with it bitch!
  5. Since the API doesn't have inventory listening as of July 14th, 2014, I created my own. package com.tyluur.utility.listener; import org.osbot.rs07.api.model.Item; /** * @author Tyluur <itstyluur@gmail.com> * @since Jul 9, 2014 */ public interface InventoryItemListener { public void handle(Item item); } package com.tyluur.utility.listener; import java.util.ArrayList; import java.util.List; import org.osbot.rs07.api.model.Item; import org.osbot.rs07.script.Script; /** * @author Tyluur <itstyluur@gmail.com> * @since Jul 9, 2014 */ @SuppressWarnings("deprecation") public class InventoryListener { public InventoryListener(Script script) { this.script = script; updateItems(); } /** * The main tick event */ public void process(InventoryItemListener event) { List<Item> ourItems = currentInventory; List<Item> newItems = getNewInventory(); for (int i = 0; i < ourItems.size(); i++) { Item ourItem = ourItems.get(i); Item newItem = newItems.get(i); if (ourItem.getId() != newItem.getId() || ourItem.getAmount() != newItem.getAmount()) { event.handle(newItem); } } updateItems(); } private List<Item> getNewInventory() { List<Item> newList = new ArrayList<>(28); for (int i = 0; i < script.inventory.getItems().length; i++) { Item item = script.inventory.getItems()[i]; if (item == null) item = new Item(-1, -1); newList.add(item); } return newList; } /** * Updates our inventory item list with all the items in our inventory, and * clearing the list first of all contents */ private void updateItems() { currentInventory.clear(); if (script.inventory != null && script.inventory.getItems() != null) for (int i = 0; i < script.inventory.getItems().length; i++) { Item item = script.inventory.getItems()[i]; if (item == null) item = new Item(-1, -1); currentInventory.add(item); } } /** * The script this being ran on */ private final Script script; /** * The list of the items in our inventory, updated every time the * {@link #process()} method is called */ private final List<Item> currentInventory = new ArrayList<>(28); }
  6. Whats the bot world
  7. Tyluur replied to Tyluur's topic in Spam/Off Topic
    No harm done.
  8. Tyluur replied to Tyluur's topic in Spam/Off Topic
    I meant it as a challenge.
  9. Tyluur posted a topic in Spam/Off Topic
    Someone beat me
  10. I need a client startup screen created. All details in this google document: https://docs.google.com/file/d/0B2rgy_AOU0H0eWJvLTlXZFdEUE0/edit Contact information attached at the bottom of the page.
  11. Tyluur replied to Tyluur's topic in Archive
    ????????????????????????????
  12. Tyluur replied to Tyluur's topic in Archive
    It's been a month since this was posted... NOTHING HAS HAPPENED
  13. Tyluur replied to Tyluur's topic in Archive
  14. Tyluur replied to Tyluur's topic in Archive
    Laz is ignoring me on skype..
  15. Tyluur replied to Tyluur's topic in Archive
    I haven't received anything...
  16. Tyluur posted a topic in Archive
    So has anyone been paid yet?
  17. LMAO he hustled you all good.
  18. Tyluur replied to Tyluur's topic in Archive
    I thought it was a week. Get ur story straight
  19. Tyluur replied to Tyluur's topic in Archive
    People purchasing your script means you'll have to forever update it, So if you don't you'll probably end up with either being banned from the forums and some huge refund lol. It was already removed from the SDN. What am I updating?? Uhm it was buggy for over a week....... all I kept getting from you is "quit bitching" and "leave me alone, I'm busy".............. You don't care about your users or anyone who would buy your script....... I'm by prioritizing my script over real life things. Get it straight. There's also a difference between telling me what is wrong and nagging me repetitively. At the end of the day, it's your loss. You didn't want to wait till I made sure it was flawless again before pushing an update.
  20. Tyluur replied to Tyluur's topic in Archive
    Lol @ it being removed from the sdn. Was working on it for the past hour and the bugs are fixed. Goes to show how impatient kids are smh. I'll keep making gp off this myself then.
  21. Tyluur replied to Tyluur's topic in Archive
    Of course I'm looking at it. Don't take inactivity for 1 day as 'not looking at it'.
  22. Why's this allowed but my advertisement wasn't?
  23. Tyluur replied to Tyluur's topic in Archive
    Reload the script, it's been updated on the SDN
  24. Tyluur replied to Tyluur's topic in Archive
    That's caused by the bot misclicking I think.

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.