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. I'll make a patch early tomorrow. Thanks for letting me know.
  2. Alek replied to j1251's topic in Resolved
    We're not psychic. Either post your code or ask the script developer what the issue is. In the script browser, press the "Info" button.
  3. Alek replied to Hey's topic in Resolved
    Seems like the gui is cutting off at the bottom where it would normally have a start button. I thought I fixed it on the most recent update but I guess not. I'll try patching this on the next update.
  4. I tested withdrawing from tabs and I'm not getting this error at all. Can you tell me which of your scripts are getting these errors?
  5. Where are you looking? How are you guys even still accessing that page? Look in the script browser. Press the play button in the client and click on the "Browse" tab.
  6. Thanks strbunix for reporting
  7. After the main bot gui broke shortly after I added the screenshot button to it (spoiler alert), I spent the last day re-writing many components of it. Additionally, I've added a bank check when attempting to cache it when another tab other than the first is open (thanks to @Novak). Changelog: Alek -Updated bank caching -Added bank "Castle Wars" -Removed VIP features from Debugging -Added Screenshot button to main bot interface -Re-wrote large parts of the main bot interface MGI -Added check to graphics drawing This was a pretty large update to the main interface. If you have any problems please let me know! Happy Botting -The OSBot Staff
  8. I really appreciate this thread, but I also have to acknowledge @Zach for his guidance and @Maxi for getting me to where I am today. Thanks to everyone
  9. Thought it was an intro to an osrs fletching script. Waited 5 minutes, no runescape.
  10. Why have you not made a gun yet?
  11. Well that's disheartening. I haven't updated the script in a while so hopefully I get some time this weekend.
  12. Is that script on the SDN? If so what is the name of it? I'm almost certain that's caused by a while loop which shouldn't be there.
  13. Alek replied to Sky's topic in Spam/Off Topic
    I wish I had more time to play csgo; I'll definitely get some clips after my exams are over to make you sit down
  14. Recently there was a large influx of banking reports and subsequently this update was released. Interaction events decided to randomly stop working and had nothing to do with the recent cache update. Hopefully I'll get some time around the holidays to clean up InteractionEvent a lot. Changelog: -Updated Bank withdraw/deposit -Added cache system to Bank close -Patched Bank close -Added 2 new comparators (NPCComparator, ObjectComparator) If you are continuing to have issues with banking, please let me know! V/R -The OSBot Staff
  15. I'll go over some of the banking api tonight and try to make a release if I find the issue.
  16. http://osbot.org/forum/topic/63062-osbot-1-scripts-discontinued/
  17. If anyone says OSRS graphics, then they obviously haven't played for as long as I have on them. RS HD release was the best thing to ever happen and it took them so long to do it.
  18. The Bank API is now the second class to undergo the interface value cache transformation talked about in previous releases. Please note that the withdraw and rearrange modes are deprecated and WILL NOT be updated when they break. Please ensure your scripts are using the new dynamic methods. This is a pretty large update to banking. If you have any issues please let me know immediately! Bank API Changes: -Deprecated: Bank.WithdrawAsMode Bank.RearrangeMode Bank.setRearrangeMode Bank.setWithdrawAsMode Bank.INTERFACE_ID Bank.INTERFACE_CHILD_ID Bank.SCROLL_CONTAINER -Added: Bank.MAIN_INTERFACE_ID_CACHE Bank.CHILD_INTERFACE_ID_CACHE Bank.REARRANGE_SWAP_CACHE Bank.REARRANGE_INSERT_CACHE Bank.WITHDRAW_NOTE_CACHE Bank.WITHDRAW_ITEM_CACHE Bank.BankMode Bank.getInsertMode() Bank.getWithdrawMode() Bank.enableMode(BankMode) -Retrieves values dynamically: -Bank main interface id -Bank child id -Bank swap modes -Bank deposit modes -Bank deposit inventory/equipment In other news: Preset collection comparators have been added; the first one being InterfaceComparator. Comparators are useful for sorting varying objects which in our case can be NPCs, Game objects, Interfaces, and other components we typically find while scripting. Specifically in this case, the Bank API retrieves interface ids for the various buttons dependent on their location within the window (specifically their getX() value). For instance: List<RS2InterfaceChild> children = new ArrayList<>(); Collections.sort(children, InterfaceComparator.yComparator); In this case, all the RS2InterfaceChilds are arranged within the list from least to greatest in getY() value. In the future I plan to apply similar comparators to NPCs with sorting by values such as height, polygon count, position, etc. Also for the new Bank API usage: bank.enableMode(Bank.BankMode.REARRANGE_INSERT) API Docs have been updated, clear your browser file cache if they haven't updated. Sincerely, -The OSBot Staff
  19. So today I managed to play another competitive match and since you guys wanted me to start posting some more clips, here you go: P.S. Yes we had a bot on our team from the start, yes we won anyways.
  20. Strange, I get no errors. Do you mind posting the full error here?
  21. Alek replied to Joseph's topic in Archive
    My favorite scripts are the ones where it walks to a botting location, but stops 4-5 times to check your stats in a random skill.
  22. Alek replied to computor's topic in Scripting Help
    skills.getDynamic(Skill.HITPOINTS);
  23. Thanks! As of right now I cannot unless I cache the completion status of each quest. If I go that route, I would most likely have a method along the lines of quest.update() which would re-cache everything. Maybe I can find a different path so I don't have to check the quest tab altogether.

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.