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 05/07/15 in all areas

  1. Are you being serious? the screenshots don't lie? you took the money and went offline.
  2. 5 points
    I think we should develop a 'stupidity test' that you have to pass to be cleared to access the mirror client.
  3. Dear community, As a gesture to the community for the SDN related issues over the past 4 days we will be giving everyone the opportunity to get a VIP subscription for 50% of the price. Ever thought of: Trying out the Mirror Client mode? Test your skills at running a bot farm? Wanted to stand out like all the other VIP cool kids? Stand a chance to get a couple of 99's without getting banned using the Mirror Client mode? Then seize the opportunity before the 13'th of May and get your VIP for only $4.99! instead of $9.99. Sincerely, The OSBot staff P.S. Current VIP users were granted 10 extra days to their subscription automatically as a compensation for any experienced inconvenience.
  4. As I checked out the new Slayer Partner update, I tried to set myself as a partner.. I'm hurt
  5. I sometimes put toilet paper in the toilet before I take a dookie to ensure the water doesn't hit my bum. Science ;)
  6. There's nothing left to discuss. You have my paypal, all you need to do is click refund on the 2 payments. Thanks.
  7. 3 points
    Thank you for suicide botting 50h straight on mirror client and giving jagex more data to improve their anti bot technology
  8. Presenting Features Start anywhere in Yanille Supports all the good bones Bug Report Form: If you encounter any issues using this script, please fill out the below form and send to me via forum PM with the title formatted as "%Script Name% Bug Report" -----Bug Report----- OSBot Version: Mirror Mode?: Description Of Setup: Description Of Bug: -------------------- Progress Reports
  9. The opinion/theory below is going based off what I'm seeing. Please correct me if I'm wrong. If you write a skilling script, there's a very limited amount of things you can do to make your script unique compared to other scripts of the same type. There's really not too much to a script, and honestly, there doesn't seem to be much diversity between bots doing the same skill (pretty simple minded). Please criticize anything I've just said; I'm not TOO familiar with scripting yet. Skilling scripts as they are now can easily be perfected, and there's not much reason to create a script after perfection (all the functionality needed to achieve botting for that skill). There's only so many skills you can cover, and with things like the Node framework, making a script is pretty damn easy. Scripts are too single-minded (in my opinion). They focus on one thing (skill, quest, activity), which people then question why they can't bot for hours on end. Being an ex-runescaper, I know people can play for days at a time without getting banned (from what I remember, the most I've played was 78 hours, legit playing). There's not much room for anti-ban, and it seems people are only focusing on random timing and path traversing for anti-ban techniques. What do you think of having a library of skilling scripts to choose from (or creating your own), "binding" those to your main script, then allow your main script to handle transitions between activities (where you can implement anti-ban techniques, such as unlocking music tracks if you're near an area that has a track you haven't unlocked yet; human-like actions similar to that). EScript A script today would represent a subscript in this, and you could easily create and distribute subscripts (if you feel current subscripts arent to perfection). The syntax would look like: @SubscriptBind(subscripts = { FiremakingScript.class, WoodcuttingScript.class }) public final class MyScript extends EScript { //handle human-like logic; explained later } Your subscript would look like: public final class FiremakingScript extends Subscript<MyScript> { //can use getScript() to access script; recommended to store in field public void process() { //similar to onLoop; framework handles random timing } } Developers could program at 2 different tiers: cognition (human-like logic) and abilities (subscripts). They can implement what they feel a human-like bot would do (some may think unlocking music tracks is a stupid anti-ban technique. I actually used to always love unlocking tracks ), and create diverse scripts by using different combinations of subscripts. You might be wondering about the paint. It's an optional feature. Each subscript has it's own paint (I have yet to create a master paint system), which you can create by subclassing a Paint abstraction, then bind to the subscript: @PaintBind(paint = FiremakingPaint.class) public final class FiremakingScript extends Subscript<MyScript> { //... } public final class FiremakingPaint extends Paint<FiremakingScript> { //getModel() to access script details to be rendered public void render(Graphics2D g) { } } The paint acts as the view, the subscript acts as the model, and the script acts as the controller, so technically this is the Model View Controller pattern if you were interested in knowing. This allows you to keep your code clean, and allows subscripts to be isolated and redistributable. The idea of this API is to take developer's focus away from developing what has already been done (with a few minor added features) which lacks anti-ban support, and directs their focus towards developing different types of "personality" for bots. I have also been working on a Goal system, to simplify the cognition system. The idea is to write Goals for a certain Script (not subscript) which performs switching between subscripts as needed to achieve the goal. Goals will be executed linearly unless you specify your own GoalManager. A custom GoalManager allows you to switch between subscripts mid way, storing an image of the current node's state before switching. This will be the heart of the cognition system, and is currently under construction. Right now, cognition is handled by simple conditional branching, allowing the developer to implement whatever logic he feels would prevent bans (woodcut for 50 minutes or until you get a certain amount of logs, then firemake. while walking, look for music tracks you haven't unlocked yet and see if you're near any locations). The uniqueness of the bot comes from the creativity of the developer. Keep in mind that you don't want your logic to be repetitive. There are many techniques to ensure your bot doesn't perform the same pattern of actions continuously. I am adding an AntibanBind, similar to the SubscriptBind, allowing you to encapsulate AntiBan techniques (such as scanning the chatbox for things that could influence the bot into doing something else). AntiBan instances are independent of your script, and should provide functionality. It doesn't decide when the anti-ban actions are performed; it should know nothing about your script or subscripts that can't be accessed through org.osbot.rs07.script.Script. It's primary goal is to provide your bot's cognition with tools that allow it to perform actions a bot typically wouldn't do. Lots of philosophy to be uncovered there. The main difference between a subscript and an antiban is the responsibility: subscripts process logic, antibans provide logic to be processed. Please, don't go easy on me. If you see something you personally don't find attractive, let me know in detail. I strive for constructive criticism, so let me know what you REALLY think If feedback suggests an alpha model should be released, it will be done so tonight (excludes the Goal system, but might include the AntiBan system).
  10. 2 points
    Photoshop and ID with a birthdate on it? lol, or take your birth certificate and change the date on it hope you remember the date xD
  11. Dear Mirror Client BETA users, I know it is a tempting idea to see how long you can bot for with the Mirror Client before getting banned but this idea is not smart. Eventually you will get banned if you bot 24/7, regardless of the detectability of the new technology behind the mirror client. This will just offer information to their machine learning system about detecting/identifying the bot, which in the long run will benefit nobody. Please bot smart, not 24/7, take breaks and enjoy. Sincerely, The OSBot team
  12. The scripter made the script to work 100% like it does on standard. There's nothing wrong with the script nor the price, it's the Mirror client so please, stop blaming the script, there's nothing wrong with the price.
  13. Seems like the script loader issue is back ... I did contact Zach about this issue. I hope it gets resolved quick ^^
  14. I eat cold soup from a can because I'm lazy.
  15. SIMPLE COMBAT by Foulwerp What it does: Kills any monsters added to the list by name Eats anything with the action of "Eat" meaning almost all foods Will now stop if you are out of food and reach the low health Loots items put on list by name I made this due to the lack of decent combat scripts on this site. Most are broken or very poorly written. I'm releasing this open source so hopefully people can use it, learn from it, and add to it. If you use any part of it in your own script all I ask is that you give credit where credit is due. Change Log 1.1 Updated GUI. You can now press enter to after typing name in text box to add it to the list, or click the add button. If you click a name in the list it will remove it. Added Eating it will eat almost any food. As well as logging out when out of food. Not an optional feature. Added a simple paint to just show how much EXP was earned, and how much you are getting an hour. 1.2 Added Item Pickup by name only. Made it so that it shouldn't attack mobs if they are unreachable, such as outside a closed gate/door, or other side of a wall. You can keep GUIs open, allowing you to edit mobs and pickup items while the script is running. Download SimpleCombat.jar Source
  16. Hi, is Skrill safer than Paypal if it comes to people refunding their money after buying gold?
  17. Hi, I would really appreciate a 24-48 hour trial with this. Please take into consideration if you do give me a trial, I will 99.99% be buying this anyways, but thanks in advance. Also, if you do give me a trial, please don't add it to my account just yet, as I want to be able to access the fishing guild first. Much love, JPR.
  18. will ask for a free a trial once post count comes up and would defintely buy it though. edit: just seen ppl with lower post lol so... Request Template: - Script name:Blast Furnace (24h) - Your member number:167338 cheers, if accepted.
  19. 1 point
  20. Don't ruin it for all of us trying to get a personal gain. Bot smart, only few hours a day, etc. Mixed in with real play.
  21. I can do waterfall and fight arena very fast, are you 13 magic? Just pm me how much you pay not asking for much anyway. EDIT: DONE
  22. 1 point
    I still use Easel, was a tool made back in like 2011-2012, still works perfectly. It looks great tho
  23. You have 12h from this post to refund Swindle or you will be permanent banned from osbot
  24. Johnny Savage Sins
  25. Legit seller, dealt with him in the past and none of the accounts purchased have been banned yet for me.
  26. All my bots seem to run fine now, guess it was a mirror client bug. problem solved.
  27. 1 point
    This. Adding a daily limit with a slight variation in length would both stop people doing stupid 50+ hr botting sessions and also make the bot less detectable by preventing everyone botting the exact same hours a day, say a variation between 8-10 hours a day.
  28. Jagex is going to crash us down x(
  29. im on Sky broadband (UK) so i can go into my router settings and disconnect the internet, test the connection, re-connect and issues me a new IP. this is quite rare as far as ISP's go. most dont let you; i know virgin dont. have a look on the internet for your ISP and see if you can.
  30. Bullshit..mirror mode still get's you banned. You didn't even mention it depends on the script and the way you bot, so this is just a false advertisement and you're trying to make more money. Website goes offline multiple of times...pure evidence to you not being able to afford a proper server or you're probably being cheap and greedy about it and you just care about the money. All you're doing is coming up with the most bullshit and inconsiderate actions. Poor management. You people make atleast 7k-8k a month, prob even more with the ads and shit. You say statements and claim they are true, when in reality they are completely false. Seriously this is for you administrator's, you need to reconsider the management of the community. I can type a professional essay on what's going and missing in this community. No offence intended, but management can be way better. The bot is good, but you...the management is terrible, just working for OSbot to make money, nothing else. Yes OSBot is a business, but you administrator's make it so clear that you're here just for the money, that's it. Your goal is to satisfy the consumers, funny thing is you're not able to afford the proper and necessary resources to keep the community satisfied. EVEN WHEN YOU'RE MAKING ALL THESE THOUSANDS OF $$$. So it's either you're being greedy or you're too lazy to buy a decent server that would cost $800-$900 a month? $1500 a month? that's cheap for a business that makes 7k-8k a month, probably much more. I am aware of the other expenses as well. So please revise on what you're doing and get it together. What you need to do now, from my opinion, is get the right server that has DDOS protection so the site doesn't go offline. Or you're host is just shit. There's various other flaws as well, i'm disappointed. If you're going to consider my comment offensive and disrespectful, then be aware that I'm just saying the truth based on facts. Yes I know, it is hard to manage a community containing a ton of members, but that is no excuse to why you're not able to get the proper resources and have poor management. You decided to make a promotion with all these problems? how about get these problems out of the way first, then consider making a promotion. Me coming have to say this is ridiculous. To all the immature retards in this community, I'm not mad. This is something that need's to be addressed. ---NOT TRYING TO GET BANNED, I do enjoy using the bot and I still want to use it, however I wanted to say this real bad.---
  31. Proggy before system update
  32. gearing, change IP dude. im 99% sure its flagged. that many bans you should change IP if you can anyway. I change IP after 3-4 banned accounts. Seems to work for me.
  33. Hey when im fishing in karajma right after depositing the swordys it likes to run here for some reason. I took the picture real quick maybe next time i bank it might do it again and ill take a better picture Edit: Well. Next bank this happens. Glad i was watching. and for some reason. It tried chopping down a tree? not sure what happened there.
  34. Nice mate I do 24 hours with beaks though
  35. It was only assigned to people in the 'members' primary or secondary usergroup. I have edited the package discount and now it should show the 4.99 price for you.
  36. The struggle I wanted to get my bots going tonight, but don't want to spend the extra money on VIP if I don't have to.
  37. Couple times in the past hour it happened to click on "report player" and brought us up to the report screen. Perhaps add a failsafe to exit out of that report screen.
  38. 1 point
    Then your good. Just change your password, he won't be able to see it since you didn't download anything.
  39. 1 point
    Then I don't think you can be keylogged. If you changed the password you just have to wait until he logs out
  40. Let me guess, the account was primarily trained through afk NMZ. The previous valuation on that account seems a bit high for stats somebody could go get themselves in a relatively short amount of time. There are next to no quests done, and there are next to no skills on the account. I'm not trying to insult the account, I'm giving honest feedback. Good luck selling the account, don't think it's worth what SFM quoted.
  41. why would someone spend his time on a lazy kid like you
  42. Store occurance.get(i) in a variable to avoid excess accesses to the map. Same with length/2, to lower the overhead from calculations The mode method is pretty expensive. Try something a little less intense: int mode(int...numbers) { int highestNumber = 0, mostOccurrences = 0; int[] counter = new int[numbers.length]; for(int i = 0; i < counter.length; i++) { int currentNumber = numbers[i]; int occurrences = counter[currentNumber]++; if(mostOccurrences < occurrences) { mostOccurrences = occurrences; highestNumber = currentNumber; } } return highestNumber; }
  43. Someone said he was (going to) make one. Can't remember who said it and where I read it. Also, in the VIP section, there was a post about what scripts should be made for VIP-only, and construction was suggested a lot. I expect it to be up soon, but it might be for VIP only.
  44. 1 point
    Your username must accurately describe you.

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.