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.

Leaderboard

Popular Content

Showing content with the highest reputation on 02/23/15 in all areas

  1. Today I finally got around to promoting some of our finest to the ranks which they deserve. @Divinity has been promoted to Script Manager. - You were a natural choice for us and there was nobody else who was more qualified than yourself. As a Super Moderator and OSD, you were ready to take on newer challenges and responsibilities. I was very reluctant to someone else other than myself stepping in, but now I am very eager to work alongside you. @Czar has been promoted to Official Script Developer. - I swear it was people spamming me 100x a day to promote you (just kidding I hate getting nagged). I knew you were ready, however your initial OSD Application was lacking distinction. After showing me some of the amazing projects you have previously worked on (and reflecting that in your application), you clearly defined yourself as a well rounded programmer. Continue your work and your skill set. Also you have 1 week to release your slayer script before you get demoted. @Valkyr has been promoted to Official Script Developer. - Your application was accepted on a pretty rare circumstance; acceptance based purely on your script source code. You discussed varying backgrounds in the field of programming without much physical proof (snippets, screenshots, etc.). This lead me to grading you purely based on your scripts, and I was pleasantly surprised to do so. You've really stepped above and beyond what I expect from a typical script; readability, cleanliness, strong OOP, and great packaging. The web-walking sealed the deal, welcome to the club. For the other applicants, I may or may not have already sent you a message on where you need to improve on. Please keep in mind that additional projects besides OSBot scripts is highly recommended. For me to accept your work, I'd like to see something tangible (screenshots, snippets, videos, etc). Once again, congratulations to all three. -The OSBot Team
  2. 5 points
    Grazt nub Serve us well. Or we will decapitate you.
  3. Due to the large spike in users over the last few weeks, we were able to gather a lot more information on a connection error certain members were experiencing. Furthermore, random event solvers have been disabled and cleared from your profile accounts until we can ensure each solver is fully functional. In the meantime, you can "dismiss all" random events or simply ignore them. @Maxi's changes: -Optimized general connection procedures -Wrote custom SSL handlers to successfully authenticate affected users @Alek's changes: -Disabled toggling random events --Random event settings are overridden on account profile load Remember to report bugs in the Errors & Bugs forum; we are very vigilant and rely on our members to make swift modifications as bugs become apparent. Happy Monday -The OSBot Staff
  4. I would like to thank my legs for always supporting me, I would also like to thank my arms for always being by my side, and last but not least I would like to thank my fingers because I always know I can count on them
  5. LAST UPDATE: MARCH 26, 2015 package org.bjornkrols.experience; import java.util.Arrays; /** * @author Bjorn Krols (Botre) * @version 0.1 * @since March 6, 2015 */ public final class ExperienceTable { /** * The maximum skill level in OSRS. */ private static final int MAXIMUM_LEVEL = 99; /** * A table holding the experience amounts for a specific number of levels. */ private static final int[] TABLE = create(MAXIMUM_LEVEL); private ExperienceTable() { // This class should never be instantiated. // Do not delete or make accessible. } /** * @return The total amount of experience required for the level. */ public static int getXp(int level) { return level == 0 ? 0 : TABLE[level - 1]; } /** * @return The level acquired by the amount of experience. */ public static int getLevel(int experience) { return Math.abs(Arrays.binarySearch(TABLE, experience) + 1); } /** * Creates the experience table. */ private static int[] create(int maximumLevel) { int[] table = new int[maximumLevel]; int experience = 0; for (int i = 1; i < maximumLevel; i++) { experience += Math.floor(i + 300 * Math.pow(2, i / 7.0)); table[i] = (int) Math.floor(experience / 4); } return table; } }
  6. interested in adoption? i'm avaiable and i've gone through all the bad periods of youth
  7. Well, drop your pants then so we can get started.
  8. ABOUT: Starting a little design contest, there will be a small prize of $10 to the winner, everything you need to know is below. GUIDELINES: Your limited to your imagination, however size limit is 400x150 and you must include the following text "What we do in life, echoes an eternity." ->Size Limit: x:400 y:150px ->Text: What we do in life, echoes an eternity." TIME: You have 3 days from now to PM your design. Extended to Wednesday 3rd. RULES: ->1 Design per person ->Do not show your work to others ->I can still make the final decision on who is the winner Once I've received all the designs, I'll start a poll and we'll let the community decide who wins. ____ To make things more clear here's a little update. It must be a signature however I can be a signature of any kind (3D text, abstract, smudge, clean and simple, gif. Heres some examples to get the ball running.
  9. NSFW Some users may find this extremely humiliating, disturbing and flat out wrong. Please view at your own discretion.
  10. uhh what is ur mouse doing, you cant see it in the gif unless im just retarded which is possible. xd
  11. It's funny when people blame the client when they're putting themselves in danger by BOTTING WHEN THE BAN RATES ARE EXTREMELY HIGH ATM.
  12. I would like a little girl until about 13, then I want a boy haha. I wouldn't mind either of them though, my wife and I are actually trying now.
  13. Confirmed, seen the pics.
  14. In before it's a joke and czar won't get OSD Gratz tho!
  15. 2 points
    Oliver u narcissistic bastard. l0l
  16. 2 points
    http://osbot.org/forum/topic/65861-precise-aio-cows-banking-3-locatons-4-methods-power-fighting-any-food/ http://osbot.org/forum/topic/65873-project-pacts-cow-killer-death-walk-amazing-paint-stats-flawless-easy-start/ I swear.
  17. It was a great pleasure serving as a Super and now i have the pleasure of working along side yourself. Look forward to learning & trying to keep the SDN well managed ^_^ Gz to the other two, well deserved
  18. 2 points
    Welcome to the inner-circle (*cough* evil empire *cough*).
  19. by Czar Buy now (only $8.99!) 143 HOURS IN ONE GO!!!!! update: this bot is now featured on the front page of osbot! More reviews than every other fishing bot combined! 100 hour progress report!!! How to use Script Queue: ID is 552, and the parameters will be the profile name that you saved in setup! This process is really simple, just to save you headache
  20. Blog Day 18 Thread optimizations. GUI tooltips. Scripts Data Frame bugfix (adding and removing script instances). Day 17.75 Fixed a minor bug in screen paintingAlso, a funny bts bug: Day 17.25 Object scanners now only scan when the script is logged in. Settings saving implemented. Settings loading implemented. Script now only paints to screen when logged in. Day 17 Data refreshing now only refreshes when the data panel is visible. Script now creates its own folder inside the OSBot directory. A folder for cached images is now created inside the OSBot directory. Minimap painting fancied up and optimized. Day 16.25 Todo list for Chop & Drop release. Logo. Icon. Image downloading and caching. Save last settings. Tool tips. Tutorial. Faq. Correctly link menu items. Start and exit messages. Day 16 * Fixed typo in GUI. * Chop center (used with radius) now updates when changing script settings mid-session. * Paint now draws chop center; * Script can now be started from the log in screen. * Skill and xp tracking now works properly when a script is started while logged out. Day 15 Added support to change settings while running script. I love this feature but it took some rewriting of the framework, but it's all good now : d Fixed Logs enum's toString() method. Minor Timer bug fixes. Optimized object scanning. Updated project: Day 14.75 The GUI is finished. The data painter is finished. The logic for powerchopping and dropping is finished. These are all subject to change ofcourse, but I'm ready to release a free prototype version of the script that will just chop and drop soon. Here's what the script's core class looks like: Also fixed a small bug related to JSpinner value parsing. Time for an extended test session Day 14.5 Script data painter finished. Day 14.25 Added support for radius & free roaming. Started working on a frame-style "paint" to display script data. (inspired by @Valkyr) Day 14 Nest detection and looting. Abstraction of a couple of events so I can reuse them more easily in the future. Added menu bar to GUI. lootNest = new LootEvent(this, "Bird nest") Day 13.25 More GUI stuff. Day 13 Started toying around with GUI stuff. Day 12.5 Big day: Finished framework (for now) (switched to an event/node based fw). Axe enum. A new efficient method to detect tiles you can make a fire on (message listening wasn't very accurate). I'm still not happy with the algorithm to find the best one though. Did some testing, a couple of minor bugs arose because of the switch to the new framework but other than that the script seems to perform better than ever. Added the following methods to my custom MethodProvider: public static boolean clickMinimapDestination(Script script, Position position) public static List<InteractableObject> getInteractables(Script script) public static List<Position> getInteractablesPositions(Script script) Wrote a custom ConditionalSleep class because why not. Day 12 Started working on a new framework for more efficient scripting. Archive Days 1 - 11
  21. Dear community, As most of you know Jagex released the Free to Play version of the OSRS game again today. I am very excited, because this will create many new opportunities for botters. With the past couple of months being about many releases of OSBot to strengthen the bot's stability, we have managed to expand our user base again. I am very happy about this and we should thank the entire staff team for all of their efforts! Thanks to @Alek @Zach @Maldesto @MGI @Divinity @Dex @Noah @Oliver @Anne @Basic and all ex-staff members who have contributed over the past months! But not only Jagex is bringing new things. We will be bringing some very nice things to the table in the time to come. The first thing will involve an entirely new way of loading the OSRS client in OSBot that will lower chances of Jagex being able to flag players as bots based on the client. Right now all bots out there suffer from the same issue, Jagex is able to flag bot users based on the client. This is not only the case for OSRS but also for RS3. On top of this, it will allow us to become the first bot in history that will allow users to use a proxy per tab, instead of a proxy per bot application. This new way of loading the OSRS client will be implemented in the OSBot 2 client as an option to use. This will stand for this feature its BETA. You will be able to use the old loading and the new loading, so if there is a bug you can report it and we can have it fixed for the official release. On another note, we will be bringing forward a special collection of new scripts. First of all, we will make available a collection of VIP only scripts written by some of the best script writers that will be newly introduced to OSBot soon. Secondly, there will be a special script collection written by the same script writers that will guarantee an overall level of quality and maintenance. These scripts will get implemented and become available over the coming months. We hope you are just as excited as we are for this all to be deployed! Sincerely, Maxi & the OSBot team
  22. Grat! Your paint is the best!
  23. Just bought the script, looking good so far. Thank you =)
  24. Thanks man, yeah I noticed that when I tested shrimps and got anchovies too, although I assumed everybody would just fish lobsters, silly me. Just testing the updates and I'm gunna push them. Thankfully, Divinity was hired as SDN manager which means updates are now quicker.
  25. I'll do both then
  26. NOTE I have 2 finals on Thursday and 1 paper for friday in other words I have to do a lot of irl work however i am free after Friday for the weekend and will do your requests then
  27. Congrats on release
  28. i don't use skype , go on osbot chat plz!
  29. Dear community, I am looking for people who are having the SSLHandshake exception. I have written a fix for it, but I need some users to test it before I release it. Please PM and I'll provide you with a test client. Sincerely, Maxi
  30. Not sure what I read exactly and I'm too scared to put much effort into thinking about it...
  31. Shit, @Oliver knows.
  32. Why Anne doesn't want to be straight and love me
  33. Hey, Good to see you like it. I'll check what I can do for the camera movements. I'll get the teleport fixed today, You can expect an update later today Will try to make it the best! ;) Khaleesi
  34. Will fix this minor issue in the next update, thanks for pointing out Version 2.66 - Fixed lobster counting - Made depositing and banking a little quicker, was too slow - Minor improvements to walking and path generation
  35. Would still bang Gratz noobski
  36. Makes phone calls. Sends texts. Very, very cheap and disposable. Participating in the smartphone race is absolute goyim-tier. Even if you were to purchase the latest smartphone today, it'll probably be outdated in a few months. In that respect, it's exactly like Call of Duty. If you aren't going to go full legacy because you need a map app or w/e, look for a cheap one that does what you need it to do. But if you absolutely must pad Apple's bottom-line, then go all out and give them one more reason to heighten the prices further.
  37. Thanks for the input! I always figured it was just better to have a login name because it's more personalized if you like the name then if someone sells you a name with an email login. Also a few of the names are decent so I figured somebody might be interested =)
  38. Yes its working now, 1 hour without bugs thanks for the fix.
  39. i sold 10 of these recently, however the MAIN selling point was that there was 0% chance of a recovery from me as there were never recovs, any security info .. and especially and most importantly no email set on them EVER. I hadn't even logged into them ^.^ goodluck with your sales i hope you are successful!
  40. And you thought I was lying....
  41. 1 point
    I WANT MY VET
  42. I remember that signature but I'm unable to find it. ;) Not at the moment but I will probably be doing some free work on osbot soon. I will post a thread once I'm ready. -- Added few more signatures that I was able to find.
  43. add bank support for karamja fishing please!

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.