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.

Alek

Ex-Staff
  • Joined

  • Last visited

Everything posted by Alek

  1. Or just remove this plugin
  2. Alek replied to idcman's topic in General Help
    You're trying to load a script that has an error.
  3. I quickly threw together a new feature called "nointerface", which absolutely removes all interfaces and only gives you command line. This feature is targeted at very serious bot farmers who can completely rely on their scripts without any human intervention. What it looks like: You will not get any interface whatsoever, which should help a bit with screen clutter and improve slightly on resource usage. This feature would be available for VIP/Sponsor only as free members are limited to 2 bot instances. If this vote generally passes, I'll improve on this feature a bit by exploring some more opportunities to save resources.
  4. Thanks to all the scripters who spent the time and actually tested the dev builds, you are the real heroes. This stable release is a culmination of the other releases: http://osbot.org/forum/topic/111674-osbot-24102-shortcuts-tabs-and-scrolls/ http://osbot.org/forum/topic/111960-osbot-24103-more-webwalking-and-grandexchange/ Some of the highlights are: -GrandExchange SellItem -PathPreferenceProfile IgnoreItems, IgnoreObstacles -Teleports including scrolls, tabs, and rune methods are fully functional again -Additional shortcut links Specific to this update: Version 2.4.105 Changelog -Patched issue with available items container -Updated Deadman worlds -Item toString() override -Festivities update Happy botting, and try not rage quitting SDMM. :xboge:
  5. I provided pretty thorough documentation but people still ignore it. http://i.imgur.com/8ZCZeq4.png Specifically, I listed the illegal delimeters... Edit: I also hope you are not passing "317" as a script parameter for setting your world; I wrote a CLI flag for it.
  6. Alek replied to Juggles's topic in General Help
    The mem flag sets the maximum heap size with xmx. The JVM will get more memory if its needed. If you're getting OOM exceptions then it's probably an issue with your script.
  7. Search by sprite id or text like a professional
  8. Are you using a monitor with G-Sync?
  9. You called: widgets.interact(465,23,10,"-5%"); but in your screenshot it show it as 465, 24, 10. Also these hard coded widgets will probably break sooner than later, get used to searching for widgets instead of using static ids. Also in the future please post in the scripting help section. Moved.
  10. Entity is the super class, meaning that RS2Object and NPC both extend it. Don't use the super class unless you know what you're doing; the OSBot API makes a lot of convenient decisions based on the child type (especially in interactions).
  11. Yes, I can finally use this clip again. Skip to 0:36
  12. Don't start with a tutorial island script as your first script. There have been so many tutorial island scripts (even made by experienced scripters), and they almost always turn out with spaghetti code that breaks.
  13. I don't think you know what a ban wave is. When an anticheat adds a new cheat signature to their collection and then goes live, everyone using that cheat gets banned. So translating for botting, a ban wave would be like 80% or more of OSBot being banned. There is no ban wave. Edit: The Bot Nuke would be considered a "ban wave".
  14. Try out version 104 @@Lewis
  15. Nice casting; also use Java conventions.
  16. Difficulty: Easy/Intermediate Just in case anyone is interested in recursion, the same concept can be translated from C++ to Java. If you have any questions with specific file stuff in Java, I'll be happy to help. This can be really useful for scripters who intend to bot farm or anyone who needs to manage files with a large directory. The link is to my website. Article Link
  17. I've decided to start cleaning up Web Walking because it was becoming a bit unmanageable with all the devs having a hand in it. The biggest problem was having half-written code which was being used as placers. Anything that was deprecated or removed was not functional at all. Additionally I've added some new methods to give scripters really great control of web walking through PathPreferenceProfile, notably the ignoreItems method. Crappy Example: Scripter doesn't want to bring you through Karamja as a shortcut over a concern of the volcano exploding. Scripter sets to ignore 995 (coins) meaning that if there are coins in your inventory, they will be "ignored" in the path calculation. The web walker will say "oh wow this dude is broke, we can't bring him through Karamja" and find an alternate route. Also I added a sellItem method. Changelog: -Removed Anti-Dragon shield requirement for traversing Brimhaven Dungeon -All skill checks are based on Dynamic level -Added PathPreferenceProfile setAllowObstacles(boolean) -Added PathPreferenceProfile setAllowTeleports(boolean) -Added PathPreferenceProfile ignoreItems(int... ids) -Streamlined a lot of the bloated methods, cleaned up back-end -Improved GrandExchange buyItem -Added GrandExchange sellItem -Deprecated PathPreferenceProfile avoidAllItemLinks -Deprecated PathPreferenceProfile addItemLinksToAvoid -Deprecated PathPreferenceProfile ignoreAllQuestLinks -Deprecated PathPreferenceProfile addQuestLinksToAvoid -Deprecated PathPreferenceProfile addSkillLinksToAvoid Development Download: http://osbot.org/devbuilds/osbot%202.4.103.jar Happy Botting.
  18. Alek replied to nyan's topic in Spam/Off Topic
    One global mod since the summer? He's not even banned.
  19. Alek replied to nyan's topic in Spam/Off Topic
    Who was banned? The dev team and staff is the same; there are no ex-staff members that were banned.
  20. Alek replied to Eliot's topic in Spam/Off Topic
    We only accept requests from active members of the community.
  21. As IHB said, don't use spaces for local scripts.
  22. There is this great feature called screenshot. People can screenshot and report conduct to staff members so they can review conduct at a later time.
  23. -PathPreferenceProfile setAllowTeleports once again utilizes all teleport tabs and scrolls -Added 4 new agility shortcuts --Added Taverly Dungeon lesser demons shortcut --Added all Dense runestone shortcuts on Zeah I plan on doing some serious web walker cleanup which should eventually iron out some more issues and allow me to expand a bit further. Edit: Thanks to both @ProjectPact and @Chris for their generous support of teleport tabs to help me patch the issue. Also thanks to @Khaleesi for nagging me for about 6 months with the tab issue. Happy Botting
  24. Maldesto isn't a Developer. Also a lot more goes into a ban than just mouse movements. You could have "realistic" mouse movements and still get banned pretty quickly. Also collecting data on human mouse movements has been done countless times over the past 10 years on specifically botting; this is nothing new.
  25. Sec moving to the conspiracy theory forum.

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.