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. Raflesia

    Ex-Staff
    7
    Points
    1867
    Posts
  2. Anne

    Java Lifetime Sponsor
    5
    Points
    6983
    Posts
  3. Mackadizzle

    Trade With Caution
    4
    Points
    1054
    Posts
  4. ILoveBot

    Trade With Caution
    4
    Points
    111
    Posts

Popular Content

Showing content with the highest reputation on 08/31/13 in all areas

  1. I don't see any reason to uncensor the only 2 words on the list. We won't, and will never, allow discrimination of sexual preference, race or ethnicity. That most of you know the words, and use them yourself, is no reason for us to uncensor it. These words can seriously hurt someone. I don't see anything funny in calling people a 'fag' or '********', and I also don't see any maturity in that at all. You should stop thinking about yourself, maybe you deem it funny, or something innocent, but others don't, and take these words very serious. I know plenty of people that really have a hard time in their life, just because they are homosexual or have another skin color. I even know someone that comitted suicide, just because of his sexual preference, not because he hated being a homosexual, no, because of the bullying. I will close this thread now. We will never uncensor these words. For the members that didn't read my other post in this thread, the only 2 words that are censored, together with their synonyms are: '********' and 'faggot'.
  2. I see alot of services of people offering to sell hacked accounts from netflix, spotify, itunes and others, which real people actually pay for with credit cards and shit. This is a botting site, and a RS market site, but i dont think hacking peoples accounts and selling them for profit should be encouraged. First off its an invasion of privacy, and second, im pretty sure its illegal. I dont support it and i dont think anyone else should either Like this post if you agree, i want to get illegal shit off of osbot
  3. Agreed. We will properly imply a rule for this.
  4. First of all, even if the accounts are "hacked" how do you know for sure? If someone notices something odd on their account they should change their password immediately. Also, you can't stop people from selling certain things. For example: I'm selling minecraft accounts. I've seen someone else sell Spotify accounts. What rights DO YOU HAVE to make us to stop? How do you know that the runescape account you're buying wasn't hacked some way or another? My point is just because someone is doing something that you doesn't think is right, LEAVE THEM BE. IT IS NOT YOUR PROBLEM
  5. Disagree, who the fuck is gonna buy netflixes for you and sell them cheaper? Just because selling netflixes is easy doesn't mean you should hate on it.. And there is no proof them being hacked. And besides, people hack runescape accounts yet people sell them on here too, don't just think netflix and other stuff.
  6. Current Version: 2.0 Features: Chops and banks Maple logs in Seers Village. Nest support Latest Update: Release Script is FREE!! Directions: Start anywhere in Camelot with an axe equipped or in your inventory. Proggies: COMING SOON
  7. Hey Guys My first script all be it a very basic but useful one Some constructive criticism please There is currently no GUI or anything just a couple of chatbox logs with your bank value. I'm currently working on adding a list of items and there values and the items that it couldn't find on zybez. It may be a little slow at first getting the value of your bank especially if its full but i'm caching all the prices for 2 hours to hopefully make it a little quicker Download: HERE Also a thanks to: BlueGates and Sherlock for your help How to use: Start the script while standing in any bank and look at the log below the bot
  8. Hello all, today i created this for you guys please do not re-release, or take away my watermark. only edit layers with green colour groups. Enjoy DOWNLOAD HERE
  9. Amb. Yanille Willows I needed a Willow chopper to train the woodcutting on my low levels but also be able to bank. After I collected enough logs I just used this script for power chopping. I have a few account at Draynor which is the popular choice for willows but those 4 accounts got banned within a few days. That doesn't include the fact there are wizards attacking our level 3's! Description: Either bank or power chop willows just outside of Yanille. This is perfectly safe for level 3's since there are no monsters to attack and also not a lot of people to report you. Features: Banks Power Chop ANYWHERE WITH WILLOWS Ent detection ​Uses Run intelligently so that it doesn't waste time clicking run button 4 Step Anti-ban Logs progress report when scripts ends so you know when it stopped and what you gained! DOWNLOAD: New client caused some issues. I took down download it was up for like 30 minutes Versions v1.0: Initial release To-Do: - Create GUI for POWERCHOP or BANK - Add support for more axes. I need ID! Bugs: PROGRESS REPORTS: PowerChopping
  10. Chaos Temple Bone Burier My first and probably last script I made purely for fun. It picks up the bones in Chaos Temple and buries them when the inventory gets full, quite simple, eh? import java.awt.*; import org.osbot.script.Script; import org.osbot.script.ScriptManifest; import org.osbot.script.mouse.*; import org.osbot.script.rs2.*; import org.osbot.script.rs2.map.Position; import org.osbot.script.rs2.model.GroundItem; import org.osbot.script.rs2.model.Item; import org.osbot.script.rs2.model.PrimaryObject; import org.osbot.script.rs2.model.RS2Object; import org.osbot.script.rs2.ui.*; import javax.imageio.ImageIO; import java.io.IOException; import java.net.URL; import org.osbot.script.rs2.model.*; import javax.swing.*; import java.awt.Image; import java.awt.*; import java.awt.event.*; import java.rmi.server.LogStream; @ScriptManifest(name = "ChaosTempleBoneBurier", author = "Harha", version = 0.1D, info="Picks up bones inside the Chaos Temple and then buries them.") class CTBB extends Script { Position start = new Position(3236, 3605, 0) Area area = new Area(3231, 3612, 3244, 3603) enum State { PICKING, BURYING } def slot = null def buried = 0 def expGained = 0 def state = State.PICKING def startTime = null def nearestBone = null private final Font font1 = new Font("Calibri", 1, 12) private final Color color1 = new Color(255, 255, 255); void onStart() { startTime = System.currentTimeMillis(); if (client.getInventory().isFull()) state = State.BURYING log("Chaos Temple Bone Burier Started!") } int onLoop() throws InterruptedException { try { switch(state) { case State.PICKING: return onPicking(); case State.BURYING: return onBurying(); } return 20 + gRandom(100, 100); } catch (InterruptedException e) { throw e; } catch (Exception e) { e.printStackTrace(); return 100 + gRandom(200, 100); } } void onMessage(String message) { if (message == "You bury the bones.") { buried++ expGained += 4.5 } log(message) } void onPaint(Graphics g) { g.setFont(font1) g.setColor(color1) g.drawString(":: Chaos Temple Bone Burier by Harha", 325, 12) g.drawString(":: Bones buried: ${buried}", 325, 24) g.drawString(":: Experinece gained: ${expGained}", 325, 36) } int onBurying() { if (currentTab() != Tab.INVENTORY){ openTab(Tab.INVENTORY) } for (int slot = 0; slot < 28; slot++) { Item item = client.getInventory().getItems()[slot] if (item == null) { log("Unknown item at slot "+slot+", skipping...") continue; } if (item.getId() == 526) { client.getInventory().interactWithSlot(slot, "Bury") sleep(925 + gRandom(750, 1000)) } if (item.getId() == 1971) { client.getInventory().interactWithSlot(slot, "Eat") } if (item.getId() == 1917) { client.getInventory().interactWithSlot(slot, "Drink") } } state = State.PICKING } int onPicking() { if (client.getInventory().isFull()) state = State.BURYING if (!isRunning() && random(25) == 12){ setRunning(true) } else if (client.getMyPlayer().isMoving() == false) { GroundItem grounditem = closestGroundItem(area, 526) if (random(100) > 90) { client.moveCameraToPosition(grounditem.getPosition()) } grounditem.interact("Take") } sleep(500 + gRandom(250, 666)) } } Save as CTBB.groovy in your scripts folder.
  11. Okay just a quick story, my parents have been treating me the worst for almost 3 years now. I've been abused many times and threatened more than you can ever imagine. I dont really know what I should do . Commit Suicide or just stay strong. My friend offered me to live with him for a few days to see how it goes, but Im afraid my parents might do something. If you were in my shoes, what would you do? Thanks.. --------------------------------------------------------------------------------------------------------------------------------- I'd like to thank Everyone for their thoughts and honestly, I couldn't have been here today without the support from you guys and my friends. I am currently going to be living with my friend or a relative of mines in a few days. I've realized that I'm lucky enough to be here on Earth and that I have people that cares about me. I only have a few years left to become 18 and get a job to find my own place to live in. I may get a restraining order against my parents as well. So hopefully things get better in the future. P.S. I would like to thank Cortana, LithiumVolt, and Sherlock the most for their Support. Couldn't thank you guys Enough. Love you guys so much!
  12. 1 point
    Some of the active script writers have requested the ability to bypass manual pushing and code verification. This has become a burdensome process for some of the active ones, especially since it can take hours to complete the process and update the script on the SDN. I'm happy to say that we've reached a compromise and will authorize certain scripters to bypass the process, enabling their SDN scripts to be updated within 1 minute of them pushing an update. So, what does this mean for the end user? We're sacrificing code verification for our most reliable scripters and giving them the ability to more rapidly respond to any changes. Hopefully, that means more stable scripts for our end users.
  13. quit havent been on for a month i got job and school it has probs 500k bank i dont have paypal so i cant deal with $ dont have another rs acc so i cant take gp my bro plays league of legends so i want stuff for that game we can use a middle man or if u are very trusted i will go first i dont have mem on it. here are alot of pics i can log in to free to play world to show you its my account this is my 10th time trying to upload omfg here are just some pics i made from trying to upload. you get all the info!!!! http://puu.sh/4ffES.jpg http://puu.sh/4ffFh.jpg http://puu.sh/4ffFL.jpg http://puu.sh/4ffG4.jpg
  14. http://youtu.be/88-O8oNqdoE?t=20s Skip to 20 seconds:
  15. 1 point
    250 FREE LIKES- http://gramliker.com/index.php/ Sorry brah
  16. Gonna try this on my friend, ty
  17. my friend im starting to hate you even more DONT HAVE TO MAKE A THREAD ABOUT IT :l
  18. Doesn't mean we can't have a diverse market. People sell Minecraft and Steam games on marketplace, not just OS Accounts
  19. It seems as though you didn't draw half of the picture. I'll help you out, don't worry Masterpiece.
  20. Beastymaul for coder of the year
  21. the script still doesnt work can u plz fix it every since runescape got updated and since the bot got updated it doesnt work
  22. Thread closed, you can't just re-use someone else s script even if it is outdated, there have also been reports of malicious content, which will under-go further investigation.
  23. 1 point
    Thank you for the ban rates. Will watch out for the high risked ones.
  24. It's the eye of Vices. Here's a better look; http://prntscr.com/1oihq8
  25. 1 point
    Great guy, I know him. Vouch for this homeboy.
  26. Nice to see you've taken this script back in, I'm glad it now has shelter and food on the table
  27. Now that we have our awesome Chatbox Assistants, there should be chatbox announcements. The announcements should be lines of text that never leave the screen explaining important things such as "The OSbot client is currently down. Please be patient as our development team is working hard to get it running again. Thank you." This would definitely be helpful for all of the chatbox users and assistants because currently when the client does happen to be outdated, there are 300 questions a minute on when the client will be back up. Post if you support.
  28. It's a flipped version of this, which I like.
  29. 1 point
    This is just to see if Raflesia holds up. If he doesn't, it's war Make one, I'll be the first poster. I'll do it. If you're not the first poster im gonna petition for your demotion
  30. bought it too lol. what a waste.. btw this method will get your account locked, so if you're not the original, dont even attempt to try this garbage.
  31. Some people, unlike you kidd-o, actually have a presence in the community. They MATTER, because they produce and share content in a productive manner. They are helpful and useful. To say "bye" does not mean they have to delete their account and disappear from the botting scene. It means they are no longer dedicated to constantly being active, and are no longer prioritizing this community over other aspects of their life. Don't be an asshat man, nobody likes an asshat.
  32. I dont think that's an issue with the script, i can run 10 with no issues.
  33. Support! Great idea.
  34. 1 point
    Hi Popular, I have sent him a PM now as well. He has 24 hours to reply.
  35. Noob this was all in the humble bundle for $1 https://www.humblebundle.com/
  36. But the thing is, I don't even want to see someone saying those derogatory words. Nor would someone who gets offended by those words.
  37. Thanks man! and yeaah, I should hope a lot of people do all of them meantioned in the guide, it's just there for the newbies or the people not so sure on how to bot safely! Once again, glad you liked it.
  38. is there going to be a update? mine keeps clicking on the mini map

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.