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

  1. RoomScape

    $100.00 Donor
    18
    Points
    10121
    Posts
  2. Anne

    Java Lifetime Sponsor
    9
    Points
    6983
    Posts
  3. Botre

    Members
    8
    Points
    5883
    Posts
  4. Basic

    Trade With Caution
    6
    Points
    3319
    Posts

Popular Content

Showing content with the highest reputation on 03/16/15 in all areas

  1. 8 points
    How did three people get infracted when there are no people above him?
  2. 6 points
    Why are you acting immature, is the real question.
  3. I think you need to calm down a bit and I'm more than happy to sent you on a little vacation if you keep this behaviour. Ban evaders should be reported in the correct section without other people to be able to post. The user registered with an IP that has been used by someone who scammed on here, therefor he is banned. It's not Pikachu if you were wondering because you have to be extremely illiterate to make such conclusions biased on the "same avatar". And beside that, RSDK is not linked to any other banned account so your assumptions are completely false. You have been warned. Closed.
  4. Dear community, Today we celebrate the two years existence of the OSBot forums. Exactly two years ago from now the forums were put online for the first time. In a few weeks from now the first release of the OSBot 1 BETA client was made two years ago and from there on the journey of OSBot started. Two years later and many faces have passed the revue, we are determined to get OSBot back to the top spot we once claimed in 2013/2014. Thank you all for being part of OSBot in good and bad times, it has certainly been a blast so far and may the future bring you glory. Happy birthday OSBot, a big thanks to all the developers and staff that have been working hard lately to get OSBot to the top spot again! Regards, The OSBot team
  5. A quick example of a ConditionalSleep class. The API one is great and I suggest you use that one, this is more for learning purposes. package org.bjornkrols.conditional; import org.bjornkrols.imported.MilliTimer; /** * @author Bjorn Krols (Botre) * @version 0.1 * @since March 16, 2015 */ public abstract class ConditionalSleep { /** * The time in milliseconds to sleep for per loop. */ private final int sleep; /** * The maximum (exclusive) time of sleep, in milliseconds, after which the sleep loop will be broken. */ private final int timeout; /** * @param sleep The time in milliseconds to sleep for per loop. * @param timeout The maximum (exclusive) time of sleep in milliseconds after which the sleep loop will be broken. */ public ConditionalSleep(final int sleep, final int timeout) { this.sleep = sleep; this.timeout = timeout; } /** * @return Whether to continue to sleep. */ public abstract boolean condition(); /** * Sleeps until the condition returns false or the timeout is reached. */ public void sleep() { MilliTimer timer = new MilliTimer(); while (condition() && timer.getElapsedMilliSeconds() < timeout) { try { Thread.sleep(sleep); } catch (InterruptedException e) { e.printStackTrace(); } } } } Implementation example: // Wait while moving or making fire. new ConditionalSleep(300, 5000) { @Override public boolean condition() { return script.myPlayer().isMoving() || script.myPlayer().getAnimation() == FIREMAKING_ANIMATION; } }.sleep();
  6. Here's your spam section back.
  7. No offence Roomscape but following your logic that means Cinnamon and basically any user who has ever had a pikachu avatar are all the same users which is definitely not the case.
  8. Past Accounts - @Rs Man Current account - @The Real Rs Reasoning - Same Ava, @Rs Man last online was 5 mins before @The Real Rs signed up. (see below in pics) Sorry if wrong just a hunch ^_^
  9. 2 points
    Scammers. gf bank
  10. Gilgad’s Account Making Guide! Contents Requirements for the Guide: List of all the Pures: NOTE: I do not list accounts that are deemed “Failures” in my books, sorry if your account is not listed. The Rushers The Tanks The Maulers (Tzhaar-Ket-Om) The Rangers The Initiates Melee Pures List of Packages For those of you that don’t know the most basic principal of questing/account making, it is packages, quest packages, item packages. EG: Mithril gloves package Desert Treasure package Attack Package Etc etc etc etc Anyway, I’ll be explaining each package up here that I will be using in my guide, and then I’ll just say under the account creation section “Mithril Gloves Package” It means go to the explanation of mithril gloves under the package section and do that. Starter Kit Attack Package Mithril Gloves Package Desert Treasure Kit Customising your own Account! Prayer How to make the Pures on the List Other Pures coming soon….. Secret Training Methods/Training Spots/Money Making Methods If you would like anything added or more info on anything, please post and I’ll see what I can do, I’ll admit this is a rough guide. ~Gilgad
  11. As always, please update your mirrorclient.jar mirrorclient.zip Major fixes include: Objects disappearing after entering new region Not being able to start multiple bot tabs with mirror mode Bot/Webclient freezing after one of them is closed Double key typing issue Possibly more New features: Very low CPU mode (Expermental, enable under performance debugging options)
  12. I was killing mammoths on my main legit, and they are actually around 45k exp/hour plus seed/herb drops. Would anyone see interest in one or no? Should say that the exp rate was withranged potions and 75 ranged with iron knives.
  13. 1 point
    Wrong section Use scripting help next time you need help ^^. (also: what precise said and gl)
  14. 1 point
    thx bro
  15. 1 point
    Excuse me. But what did I just watch?
  16. how do i update the script? also here is a 6h progress, flawless
  17. go go @Anne goo! and cmon srsly room? we all know i am the king of spam
  18. Oh botre boy you know 'em good
  19. I'm deffo going to change that ui Thanks
  20. I'm not a $500 donor though. ggwp
  21. Because I am roomscape And this is spam And I am king of spam. Btw, you have a good point about @Cinnamon. I think is @Cinnamon's alt account and he's now ban evading, but since he's a donor no one will check him. I think that should be addressed in a timely manner.
  22. I think everyone should take this thread seriously.
  23. How can someone getting banned be a problem with the script
  24. Can people please stop suiciding this? Read the pins dammit.
  25. Apologies for not seeing this through on the date I stated it would end, been busy. WINNER: Kuroko (Money will be sent through paypal)
  26. I'm pretty sure it's @Nike, @Rs Man and @Nike9 but to be sure I'll check his IPs through the ACP when I get home. Thank you for reporting this though, he's a major ban evader.
  27. Nice idea, quite a few items missing tho :P
  28. thanks for this, i never used a guide to make an account, but ima try this next acc project, thanks again
  29. Just because the words 'private script' enter a conversation does not mean money changes hands. Everyone quotes this rule in the wrong context and its becoming very annoying. You can post in the request section i guess or approach scripters and see if they're free
  30. Fuck it dude, just sell as much as you want and keep it all. What even are taxes
  31. about 80-100k if you sell the beer and do it fast 40-50k if sell as glasses
  32. God those switches are overkill
  33. 1 point
    Fixed it for you. And for all of these guys posting retarded stuff on a serious help thread: you're getting warned next time. Have a good day, sir.
  34. 1 point
    Free ma ********a @Nike He ain't do nothing wrong man, it was all a plan and set forth by none other than . I say we kick off his throne and free all ma ********as @Nike and and @Tyrant (although he did kind of deserve it x]) and all you other nameless nobodies. FREE NIKE 2k15 Join the movement else you is noob. Who's in? ------------ nikes story for newfags: he was ranked in a max main staking commision clan with another person he want on vacation when he came back his friend scammed for 400m the clan refunded the people scammed via clan rules but for some reason nike was still banned [this all occured thru rs and had no direct connection to nike on osbot]
  35. 1 point
    newfag noob is newfag noob.
  36. just bought it and ill try it now for 3 hours or so, ill post the progress.
  37. 1 point
    free nike 2k15!!!!!!!!!
  38. i agree to your TOS and i will use you to get me my torso!
  39. thank you for the great bot czar
  40. Oh my bad! I thought you meant rectangle as in an area. RS2Widget w = widgets.get(459,90);//459 is your parent, 90 is the child. We're setting w = to widgets.get(459,90) if (w != null&&w.isVisible())//checks to make sure the interface is open w.interact("Make X");//were interacting with 459,90 in the interface keyboard.typeString("" + random(28, 100000));//types in 28 -1000000 to give it variation. To get the parent/child, open up an interface and highlight over the one you want.The one that has the color box around it that you need(green, white, red)look where all the numbers are on the side of your screen and write them down. The one on the top is the parent and the one on the bottom is the child. Sorry if this is an awful explanation Actaully this still isnt what you wanted. nevermind. Going to leave it here though in case anyone see's any use in it.
  41. I've been selling bonds since before you were registered.
  42. 1 point
    Hey bought this script today. Using it with the mirror client, works perfectly. Just a suggestion; could you possibly add more anti-ban features such as checking xp, clicking on different tabs and more camera rotation? Seems like the only anti-ban implemented is a camera rotation that occurs once every minute or so. Other then that great script.
  43. mate it would be great if you put world hop because I bought this thinking it had it already like every good script should.
  44. Community, These rules are to be followed at all times by all staff members, sponsors, VIPs, Script Developers, and all other community members. No one is above rule breaking. Breaking any rule can cause your account to be infracted or permanentely suspended of OSBot. Rules 1. Offensive Language/Harassment There is to be nothing posted, said, or linked on the forum or live chat that could be seen as offensive by other members of the community. This includes, but is not limited to: > Discrimination in any way, including sex, religion, race or ethnicity, nationality, sexual preference, or spiritual beliefs; > Comments intended to hurt another member; > Any dis-respect towards other members of this community; This rule also applies to media. Harassing other members of the community, including staff members, is unacceptable and will result in 2 warnings point if after a verbal warning you continue to provoke/bother said individual, this includes hate threads, disrespectful PM's on the forum and skype, constant spamming on the other members topics etc... 2. Excessive Spamming No posts to be made that is completely unrelated to the topic or does not benefit the direct cause of the topic. We are lenient and will allow joking and mild trolling, however if done excessively with absolute derogatory intent there will be punishment. Double posts are not allowed, and will be removed. Excessive double posting will result in an warning or infraction. 3. Advertising It is not allowed to post any URL to another community, commercial website, or bot. Doing so will result in a warning. Excessively spamming of an URL will result in an immediate suspension of your account. Exception: A commercial website may be advertised if the thread poster has the "Advertiser" rank purchased on the OSBot store; however this website may not be another bot or bot community. 4. Personal Information/Hate threads No personal information of other member's is allowed to be posted on the forum, even with their permission. They must post it themselves if they wish for it to be. This includes, but is not limited to: > Names; > Personal photos; > Instant Messaging; > Phone numbers; > Addresses; > E-mails; > Name relations from other communities or anywhere else; Nothing is to be created that is directed towards a certain member or staff-member of the community in a hatred way. This will not be tolerated and will result in a suspension, if not permanent ban. 5. Pornographic Content No media, content, or talk will be posted regarding pornographic content. This means that no nudity is to be shown anywhere on the forum and talking about certain sites will result in a warning. 6. Gravedigging Gravedigging, posting in an old thread, is not tolerated without proper reason. A post is considered as gravedigging when the last reply is atleast two weeks old. 7. Client Links OSBot's client link is not to be posted anywhere on this community, any other community, or otherwise made downloadable without the direct permission from OSBot. This is our property, and legal action can be taken if re-distributed. 8. Script Sales Selling and buying of scripts is only permitted through our official store. Donations for projects are allowed, however they cannot be required. It should be made clear that the donations are going towards you for development and do not benefit OSBot directly. Authentication systems, script loaders, and distribution systems need prior approval from any Admin and/or Developer. These types of miscellaneous software are reviewed on a case-by-case basis and may be audited/reassessed at any point in time. Selling a single copy of a private script to a single person is tolerated. Releasing a private script a customer paid for to the public is also not allowed. Selling multiple copies of a private script will result in a permanent ban when caught for the script writer and the customers (if the customers are aware). Any way to get around this rule will be considered as "selling a private script" (Ex. Receving a percentage payment based on the users profit obtained by the script). The staff will not assist in any disputes with regards to private script transactions. Private scripts - We at OSBot will no longer deal with disputes regarding private scripts, unless the script writer is a Scripter 1/2/3. If you order a private script from a random user with no scripter rank on our forums and it doesn't work or isn't getting the support it needs, at the end of the day that is your fault for picking someone who is not qualified. The staff will instantly close with no punishment on either side with no script writer rank involved. 9. Script Content If you use someone else's work, you must have permission from them and must give full credit to their Intellectual Property. This is not just an OSBot rule, but is also illegal. Claiming someone else's script work as your own is a federal offense. 10. Malicious Content No content that contains malware, trojans, or viruses is to be posted anywhere on the forum. This includes direct intent to DDoS another member of our community, any other community, or any other website. This will result in a temporary ban, or IP ban depending on the situation; further action may be taken, as this is also a federal offense. 11. Feedbacks False feedback for the Trader Feedback System is not allowed. Feedback is also meant to be unique. This means that a single user can not give the same user multiple feedback in an unjust way to abuse the system. An example of this is buying/selling back to the same person over and over or trading in small increments and counting them as separate feedback. This can result in a full feedback reset or a ban. It is allowed to receive feedback for a service, as long as the service was either paid or there was risk involved. An example for risk is doing a firecape service for someone, on an account that contains more than 5M 07 GP. As we are aimed particularly at the RuneScape market, you are only allowed to give or receive feedback for graphics if there is at least $3 worth of goods (based off of common transfer rates) transacted. Feedback for free product will not be allowed. For further clarification on this rule, read here http://osbot.org/forum/topic/47264-feedback-rule-change/ If you use a middleman you may give him feedback but the middleman himself is not allowed to give feedback. 12. Market It is not allowed to tear apart a market thread. If someone wants to sell an account for $50, then it is not needed to post things like 'too expensive, wouldn't even buy for $20'. It is rude and unwanted. If you're not interested, then simply don't reply. 13. Criticism Rule If a staff member has made a decision that you feel is in some way incorrect or abusive, please report it to @Maldesto via private message. Please do not make a thread about the staff member in question, as this can cause minor chaos in the community. 14. Your Forum Account Making numerous accounts to bypass our VIP system is not allowed. If you are found doing this you will be banned on all alternate accounts even if you have premium scripts. If you are caught doing it after receiving a ban on the alternate accounts you will receive an IP ban. You are also not allowed to share or sell your forum account. This is not accepted and will result in a permanent ban. The use of Proxies/VPNs on the forum is prohibited. If you are using a VPN/Proxy that is linked to a banned member, you will be banned. Therefore we advise you to only use your own, real, IP address. 15. Name Changing You are not allowed to abuse the ability to change your forum name. This includes but is not limited to offensive names, replicating another users name (ex: ja5on or Jays0n), or inappropriate names. Violation of this rule will result in you losing your ability to change your name and your username will be reverted back to your login name. 16. Language This is an English only forum, you are free to use whatever language you want in private chat or personal messenger. Warning Type Warning Point(s) Excessive Spamming 1 Gravedigging 1 False feedback 1 Offensive Language / Harassment 2 Advertisement 2 Offensive Media 2 Malicious Content 10 Scamming 10 Market Rules The general market rules can be found here. Dispute Rules Note: Failure to follow them will result an in infraction and/or ban. You may only post if you are: >Original poster of the topic. >The person under dispute. >Involved in the trade and/or can provide valuable evidence. >Have permission from a staff member. Infractions Note: The following infractions will automaticly be given by the system, when you reach a certain amount of warning points. Infraction Warning Points 1 Day suspension 5 3 Days suspension 7 Permanent ban 10 These rules can be changed at any time at Administrator discretion to punish you for any reason said Administrator sees fit. Thanks for reading, @Maldesto & the OSBot team.

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.