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. Alek replied to Alek's topic in Spam/Off Topic
    I looked at the same laptop but with a 5700HQ and DDR3L for $200 cheaper, looks pretty convincing.
  2. Alek replied to Alek's topic in Spam/Off Topic
    Think I can knock off a few hundred and still get about the same performance?
  3. Alek posted a topic in Spam/Off Topic
    I'm going to be moving around a lot over the next year so I'm looking to get a laptop. I really love desktops and as soon as I'm stable again I'll get another. Looking at a laptop with: i7-6700HQ (2.6 GHz) GTX 960M (2 GB GDDR5) 16GB DDR4 17.3" display Price: $1,200 Trying to keep the price on the low-side while still being able to work on OSBot, hacking, light gaming, etc. Are these decent specs for a laptop? Update 1: Found same laptop but with 5700HQ and DDR3L for $200, looks convincing.
  4. -Cleaned up InteractionEvent and made a bunch of adjustments. For those who are new to scripting at OSBot, InteractionEvent handles just about everything allowing you to rapidly develop scripts. A few checks which it makes: -Custom visibility checks, optimized for mouse destinations -Rotating the camera -Walking to the object if the camera adjustment fails/doesn't help -Various inventory checks such as if an item is selected -Equipment checks ... and a few other checks/handlers It seems about every month or so I'm working on this event because it's widely used among both new and experienced scripters. If you want anything changed/improved in this event, post in this topic. I'll work on this event (yet again) until Monday, after that I'm going to work on some new stuff. Let me know how this version works in the comments below, I'll keep a close eye.
  5. You can make a poll, but this is not even up for consideration.
  6. This is a pretty small update in comparison to the relatively large releases over the last few weeks. I'll be back from leave next week so expect to see some bigger changes around Thanksgiving weekend. @Alek's changes: -Public API (api package only) method parameters are no longer obfuscated -Booter disables proxies when mirror mode is selected --Proxy settings are dropped anyways when mirror is booted --Plan to remove the mirror mode message regarding proxies, move the text to the right hand side so debuggers don't overlap @Zach's changes: -Updated InteractionEvent camera and point calculations (dealing with trying to click on entities off-screen) -Improved depositAll() for Bank and Trade -Fixed some threading issues with Swing Have a great Saturday/Sunday -The OSBot Staff
  7. This is the proof you have from "two major botting sites": 1. Member with one post count posts on p****bot that he's getting instant-banned. Chris (administrator) had this to say: 2. ***** disabled their client because of claims of client detection. They then solicited feedback from their members with a form; many of which were not banned on OSRS/DMM, but instead banned on DS/RS3. Additionally, they were mainly concerned with botting Tutorial Island. From the looks of it, this is the closest thing which happened to what you are referring: https://www.reddit.com/r/2007scape/comments/3t09cv/ive_just_lost_complete_faith_in_the_jagex/cx20wsg A bunch of accounts got banned in one-go, that's how anti-cheat works. Signatures are built by grabbing a bunch of information to use against botters/cheaters/hackers in the future; when enough information is gathered that account pool is banned. This is nothing new, nothing to be scared of, this is routine business when botting, cheating, or hacking in any video game.
  8. Right click the menu item.
  9. Probably one of the most requested features, this should make it a little easier to start OSBot with pre-configured proxies. I really didn't want to work on this update because I'm a bit tired of working on GUI interfaces, so hopefully I can finally get back to more bot-related stuff. How it works: -In the booter click on the Proxy tab -Type in your proxy details, user + pass if necessary -When you click "Launch", the proxy will be saved for the next boot -Your last used proxy will be set as the first by default -Right click a proxy to remove it (will only save after launch) Proxy information is saved encrypted on your computer, the booter will decrypt the information on load. In addition the AccountSelector is a little bit smarter, making it easier to operate. Zach also worked on some model stuff for improved interactions and new Player API (prayer icon, skull, etc). Currently status: Stable Build Edit: It's possible you may start off with a proxy of "null:null", it's safe to remove this. If you get any serious, try deleting your proxies file located in "Local" OSBot folder. -The OSBot Staff
  10. Without using OSBot filters/DIY: You can do this by grabbing all the NPCs and then sorting the collection with a Comparator. Once you have this sorted collection you can iterate through them to check for everything else such as already in combat, health, etc. Of course you can do this in reverse and filter NPCs that aren't in combat, have high health, etc. and then go on to sort the collection.
  11. Alek replied to atoo's topic in Archive
    What's the name of the script you are using?
  12. Right clicking the bot in the menu closes it.
  13. Alek replied to tickhf's topic in Botting & Bans
    Ban rate is 10.9%
  14. Tell Henry I said hi.
  15. Look into layering Swing/FX components on AWT (in specific, Applet) and this idea gets thrown out completely pretty quickly. I was really limited in what I could do and explored a ton of options over a week.
  16. It was fixed for injection but not mirror; it will be patched in the next version when we have enough for another release.
  17. Making a community topic is not the correct way to report a bug.
  18. Tie reaches belt buckle < Check Button only center button < Check Cuffs showing but not over hand < Check You know how to wear a suit.
  19. Ask Maldesto. Edit: 2.4.1 released - patched various small issues Moved to stable
  20. Alek replied to jr8nasecar's topic in Archive
    You are not correctly setting your breaks. You will bot for <INSERT TIME> minutes before logging out. You will break for <INSERT TIME> minutes before logging in. I do not know how to make this interface any more clear.
  21. This release marks the final interface which was split from Netbeans, so that takes a tremendous load off of my plate. I took this opportunity to overhaul the design of our client interface which suffered from a few design issues. Specifically speaking, this new design allows for us to implement resizable mode because the logger and side panel (bot monitor) were re-worked. No ETA on resizable mode or even a promise to work on it, but the option is a bit more available now. The breakdown: 1. The side panel with a list of bots has now been moved to a menu with a "bot monitor" placed right on your current bot. It looks pretty snazzy in my opinion, it's also a bit easier to navigate. See the screenshot below for reference. 2. The logger has been completely removed from the client interface and it has received its own interface. Once again, this was mainly done with resizable mode in mind in case we decide to work on it. 3. Script function buttons are now "intelligent", this should help guide newer botters. For instance if your script is running, the play button will be disabled and the pause button and stop button will be enabled. There was a ton of code changed and I tried to be pretty careful, however bugs on a big initial release is inevitable. I'll be monitoring this thread closely; please let me know of any issues you encounter. Hope you guys like the changes -The OSBot Staff
  22. Alek replied to PieOverlord's topic in Botting & Bans
    11.2%
  23. In addition; the extra-paranoid can use a "Default" account which doesn't require your user/pass/pin at all. The details which you do save through OSBot are only stored locally and the files are encrypted.
  24. Only OSBot veterans will understand.
  25. Action has been taken.

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.