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.

Laz

Suspended
  • Joined

  • Last visited

Everything posted by Laz

  1. Laz posted a topic in Releases
    Once again I released a malfunctioning release. We fixed our project builder to fix these issues in the future. Sorry for your inconvenience. Thanks, the OSBot Team.
  2. Laz replied to Aloha's topic in Archive
    RuneScape client updates are pushed automatically. It's when we release a new version of the actual bot that you'll have to redownload. We're going to change this in the future though so that all updates happen on the fly.
  3. Lupekid, the current public BETA had the issue with buggy walking fixed.
  4. Why

    Laz replied to Jamie7746's topic in Archive
    There's no repository. It hasn't been added yet. For now all scripts are local.
  5. That's not the current version. Redownload.
  6. Guys sorry for the delay. We're releasing the bot later tonight which is within a few hours. Sorry for the suspense. We're still adding support for a few things. We're almost done though!
  7. Make it so that it trades with another bot that only makes the bowstrings for dat gold farmin' status. ... JK don't do that lol.
  8. Ladies and gentlemen of the internet, I bring you good news today. The OSBot BETA will be going public tomorrow at 8 - 10PM EDT. We've decided we do not need any more delays although I do put emphasis on the word BETA! Features that will be fixed from private BETA: No more high-CPU usage (We've implemented a smarter model caching system) Configs have been added as well as the onConfig callback. currentTab() will have been fixed. Login issues will have been fixed. Account manager will have been added. Ground item support Secondary object support Again I can't stress this enough, the BETA is for fixing bugs and testing the new features. Our development team is dedicated and will have the bot fully nearly fully functional within a week. Thanks, Sincerely The OSBot Team. P.S. I'ed like to thank all the trial and official script developers for your support durring the private BETA. You guys are a big asset to this community and I hope you'll inspire other people as well. I have to say, we have some of the best script developers in the botting community!
  9. Yeah, I made sure I added protection lol.
  10. Yeah, Maxi will put them on the main thread.
  11. As all script developers should already be aware. We are hosting a private BETA for OSBot for all trial and official script developers. The BETA will be released tomorrow at 6PM EDT. Unfortunately for any non-script developers, you'll have to wait until Wednesday, April 3. It's only a wait of 2 more days. During this time period (March 31st - April 2), we will be testing our bot vigorously and adding to the API. We will have some random event solvers and some public scripts ready for April 3rd however! So get ready to start botting efficiently! Thanks, Sincerely Laz.
  12. Maxi will be promoting more people once we gets online. Just wait.
  13. Laz replied to Kyle1's topic in Gallery
    Change the icons (make them smaller as well), and change donor to VIP.
  14. Congratulations to velocity, our new script developer.
  15. -500/10 Because I love you
  16. Could be that the hosting service IP banned you. You won't have to worry about it as we're buying a new host any time soon.
  17. So I just finished the debuging menu. Thought I should let you guys see... Sincerely, Laz.
  18. It's Groovy, as stated in the ETA thread. We will be supporting Java too.
  19. Just did the injection for game messages. Here's an example script: @ScriptManifest(name = "TreeChopper", author = "Lazaro", version = 1.0D, info = "")class TreeChopper extends Script { def treeId = 66812 def chopping = false def currentTree = null int onLoop() { if(chopping && !currentTree.exists()) { chopping = false currentTree = null Logger.log("Chopped down tree!") } if(!chopping) { currentTree = closestObject(treeId) if(currentTree != null) { Logger.log("Closest tree : (${currentTree.getX()}, ${currentTree.getY()})") selectEntityOption(currentTree, "Chop down") } } return 1000 + random(2000) } void onMessage(String message) { if(message == "You swing your axe at the tree.") { Logger.log("Chopping down tree!") chopping = true } }}Obviously it's very basic and doesn't do much but click on trees. But it's just to show how our script API looks like.Sincerely, Laz.
  20. Laz posted a topic in News & Announcements
    I am scheduling our release for April 1st, and no, it will not be an April fools joke. Although our bot will not have all its features completed, it will allow our community to grow, our collection of scripts to grow, and for our script developers to get accustomed to the bot's scripting API. For script developers, we only be supporting Groovy for the scripting language. It is very similar to Java but simpler. We WILL be supporting Java in the future however! So if you feel you don't like Groovy, no worries. We also have plans to implement JRuby. The VIP script store will NOT be open by then. We do not have enough time to set it up for the release date. VIP scripts will be developed by trusted, and qualifying script developers. More info on this later. The script repository will most-likely not be open on April 1st but we'll be adding it within a week or two after release. The only random event solver in the bot on release date will be the login script. We will be adding more random event solvers within time. The RSBot script emulator will also not be ready by April 1st. Please keep in mind that even though all these features won't be available on April 1st, they will be added quickly. The reason we are better than our competitors is because we actually take the time to do things correctly. Thank you! Sincerely, Laz and the OSBot Team.
  21. Yes, that would be great. I'll be adding you to our pool of script developers. Stay tuned as we'll be deploying a developer version of the bot soon.
  22. Laz replied to Rob's topic in Archive
    Hi and welcome :p.
  23. Laz replied to deathishere's topic in Archive
    Hi and welcome! We will support local scripts, but we will not be liable for any malicious code in a local script that's not on our repository.
  24. Hi

    Laz replied to Aloha's topic in Archive
    Welcome to OSBot !
  25. Hello, and welcome to OSBot! We're a new botting community for old-school RuneScape. Although our software is still in development, you can expect the release of OSBot within approximately 2-4 weeks. Our team consists of two separate entities. A dedicated core development team consisting of three, very talented programmers. Our second team consists of a number of programmers who develop our scripts. I hope you enjoy your stay here at OSBot. Sincerely, Laz.

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.