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 03/19/14 in all areas

  1. Not always, there's 100s of lies which are still hidden. Stop trying to be so deep, it's stupid. My mom still doesn't know I threw my yogurt out at school when I said I ate it...many times.
  2. 3 points
    or cause ur masturbating a lot
  3. skype: pinkclay1
  4. I have to give some credit to , he had the idea at first, the link to his thread. Supports: Support the usage of staffs. For example: So if your using an air staff, and it's checking to see if you have the required runes, and amount of rune. It will neglect the air runes. This Snippet contain almost all spells. The spells that aren't supported are: The one that require a different staff that arent in the enum "Staffs". Example: Magic Dart The ones that require an item in your inventory. Example: Charge orb, Teleport to ape Atoll The Lumbridge home teleport. And any other spell outside of the normal spell book. if i get much love, ill add in more methods such as: interact with spell, interact wtih spell on invetory item, or interact with spell on entity. Or even support the spells that are supported atm. Change Log: Snippet: How to initialize it: First create a new RuneManager variable. The on the onStart() you make the new variable equal the RuneManager Constructor. private RuneManager manager; @Override public void onStart() { manager = new RuneManager(this); } How to use it: if (manager.containsSuppliesFor(MagicSpell.WIND_BOLT, Staff.AIR)) { /stuff }
  5. 2 points
    This is actually a very complicated and convoluted issue but I will tackle this issue. I believed in the green light, the orgiastic future that year by year recedes before us. It eluded us then, but that’s no matter—tomorrow we will run faster, stretch out our arms farther. . . . And then one fine morning— So we beat on, boats against the current, borne back ceaselessly into the past
  6. 2 points
    Why are you gay?
  7. 99

    2 points
    Decided to stop selling the fungi gathered on my main while testing my Shrooms script. Took me around 20 days (12 hours/day) to get enough fungi (111k total = 150$ worth of fungi...). Took me 1 week of herblore from level 50. #sexygreencape I still have to sell quite a bit of super energies but total profit should be around 20M. Time to crash the super energy market now
  8. when i read the topic i thought this about a few 100 mil lol ^^ Not sure but i think @RoomScape is a MM
  9. JUST TELL MOMMY THAT LAZ NEEDS TO DO SOMETHING OR HAVE PAPPA TAKE THR BELT OUT
  10. You threw out fucking yogurt?! blasphemy this kid is a monster.
  11. * Posts about lie they have had running for 10 years. * Truth gets revealed in post
  12. 2 points
    70% of the community is under 18 shaddup.
  13. This is perfect. Thanks for the contribution you two!
  14. keep the money plutoh you must really need it that badly, its just paper. sucks people dont have morals now a days.
  15. my lvl's thus far. ↓↓↓ and its over!!! took me a grand total of 76 days thanks for all the support guys!. << #ready2bededicated Donations: @solononforever - - (Shrooms) - @Arctic - @Dashboard -
  16. Buying green dragonhides price depends on amount add my skype Happy_mouse5
  17. Pretty much every day I wake up to see my bots logged out with the following message from Runescape: "Login limit exceeded too many connections from your address". Is there anything I can do to stop this from happening? Edit: Oh, and this was happening to me even when I was botting only 1 account.
  18. mate lent me 15m and i made it into this also i already paid him back so this is pure profit
  19. OSBot Community, Link: www.w7tuner.com About: This is a project which has been in the works for a while, and it's finally release day. So a quick run-down of W7Tuner, it's a tuning program (not a cleaner) designed to give both short-term and long-term computer performance improvements. It does this mainly by targeting third party software, which are each individually researched and handled for safety. The program runs similarly to my scripts, it's mainly free with premium components. Lucky for the OSBot Community, the free components are the ones which you will end up using the most anyways. Additional: There are bound to be errors with it considering that this is my initial release. I've done the most I could to test it; so if you run into any errors/problems, please screenshot and pm me. Is this program safe? W7Tuner is signed with something called a "Code Certificate". To get this certificate you must own a legal business (which I do), pay steep fees, and go through a rigorous approval process. When you run the program, you can see that I am a verified publisher: Please let me know what you guys think. Thanks for your time, I hope the initial release goes well! Post your "proggies"!
  20. 1 point
    how often are masturbate penis :~)?
  21. I am going to need references to "a autistic 5 year old" quality post to give you my perspective.
  22. Approved, sorry for any delays my friend.
  23. 1 point
    http://osbot.org/tos.html 11. The Website may not be used by minors under the age of 18 years of age. You may not use this Website if you are under 18 years of age. Before being able to download OSBot software, you must confirm that you are over 18 years of age. You warrant that you will not give such confirmation unless you are over 18 years of age.
  24. 1 point
    WHY DO YOU HATE ME
  25. Honest guy big thanks bought 2 bonds for 2,6m gave him 3,6m and he gave it back to me! much love to him from here :=)
  26. 1 point
    ufc fan here i train myself my fav fighter is junior dos santos and i watch every match i train mma btw and side sports are jiu jitsu and boxing
  27. 1 point
    instead of jizzbeating to pron, why don't you go get some? same logic.
  28. 1 point
    Tom brady wannabe
  29. 1 point
    Removed, sorry for any delays. Dispute Closed.
  30. Thanks for this. This is an awesome tool to have!
  31. The OSBot methods are slow and unreliable so I wrote my own. Thanks to @TheScrub for cluing me in on what interface in the bank had the items! public boolean bankContains(int item) { for (Item i : sI.client.getInterface(12).getItems(6)) { if (i != null && i.getId() == item) { return true; } } return false; } public boolean bankContains(String item) { for (Item i : sI.client.getInterface(12).getItems(6)) { if (i != null && i.getName().equalsIgnoreCase(item.toLowerCase())) { return true; } } return false; } public boolean rightClickBankItem(int item) throws InterruptedException { if (!bankContains(item)) { return false; } int slot = sI.client.getBank().getSlotForId(item); if (!sI.client.getBank().isSlotVisible(slot)) { sI.client.getBank().scrollToSlot(slot); } Rectangle rect = sI.client.getBank().getAbsoluteSlotPosition(slot); sI.client.moveMouseTo(new RectangleDestination((int) rect.getX(), (int) rect.getY(), (int) rect.getWidth(), (int) rect.getHeight()), false, true, true); return sI.client.isMenuOpen(); } public boolean rightClickBankItem(String item) throws InterruptedException { if (!bankContains(item)) { return false; } int slot = sI.client.getBank().getSlotForId(sI.client.getBank().getItemForName(item).getId()); if (!sI.client.getBank().isSlotVisible(slot)) { sI.client.getBank().scrollToSlot(slot); } Rectangle rect = sI.client.getBank().getAbsoluteSlotPosition(slot); sI.client.moveMouseTo(new RectangleDestination((int) rect.getX(), (int) rect.getY(), (int) rect.getWidth(), (int) rect.getHeight()), false, true, true); return sI.client.isMenuOpen(); } public boolean selectOpenMenuOption(String option) throws InterruptedException { if (sI.client.isMenuOpen()) { List<Option> options = sI.client.getMenu(); for (int i= 0; i < options.size(); i++) { if (options.get(i).action.equalsIgnoreCase(option.toLowerCase())) { return sI.client.moveMouse(new RectangleDestination(sI.client.getMenuX(), sI.client.getMenuY()+19+(i*15), sI.client.getMenuWidth(), 15), false); } } } return false; } public boolean withdraw(int id, int amount) throws InterruptedException { if (!bankContains(id)) { return false; } if (rightClickBankItem(id)) { if (sI.client.isMenuOpen()) { List<Option> options = sI.client.getMenu(); for (int i= 0; i < options.size(); i++) { if (options.get(i).action.equalsIgnoreCase("withdraw-" + amount)) { return sI.client.moveMouse(new RectangleDestination(sI.client.getMenuX(), sI.client.getMenuY()+19+(i*15), sI.client.getMenuWidth(), 15), false); } else if (options.get(i).action.equalsIgnoreCase("withdraw-x")) { sI.client.moveMouseTo(new RectangleDestination(sI.client.getMenuX(), sI.client.getMenuY()+21+i*14, sI.client.getMenuWidth(), 10), false, true, false); sI.sleep(MethodProvider.random(615, 963)); sI.client.typeString(Integer.toString(amount)); return true; } } } } return false; } public boolean withdraw(String name, int amount) throws InterruptedException { if (!bankContains(name)) { return false; } if (rightClickBankItem(name)) { if (sI.client.isMenuOpen()) { List<Option> options = sI.client.getMenu(); for (int i= 0; i < options.size(); i++) { if (options.get(i).action.equalsIgnoreCase("withdraw-" + amount)) { return sI.client.moveMouseTo(new RectangleDestination(sI.client.getMenuX(), sI.client.getMenuY()+21+i*14, sI.client.getMenuWidth(), 10), false, true, false); } else if (options.get(i).action.equalsIgnoreCase("withdraw-x")) { sI.client.moveMouse(new RectangleDestination(sI.client.getMenuX(), sI.client.getMenuY()+19+(i*15), sI.client.getMenuWidth(), 15), false); sI.sleep(MethodProvider.random(615, 963)); sI.client.typeString(Integer.toString(amount)); return true; } } } } return false; }
  32. I think today they bugged about combat bots in particular that's why it was a perma ban. 1/8 hunters got a 2 day ban. 2 of my combat bots got a perm banned. Luckily my other 5 combats survived
  33. 1 point
    So basically you refunded him because you didn't want to pay fees, yet you offered to and then once you refunded you wanted to trade again the exact same way you already traded him, but you wanted to make a big deal out of it? The feedback will stay unless overruled by other staff. You've done this numerous times, agreed to buy/sell something and backed out.
  34. 1 point
    Did you agree to pay fees, you need to show the whole conversation. If you agreed to pay the fees and changed your mind you will remain with the neutral feedback.
  35. Didn't know it gives items to craft, very nice!
  36. Here are some minor ideas: Int minimumXSuppliesToHaveInInventory; Boolean containsminimumXSuppliesFor; (this would avoid walking away from the bank with only let's say 5 casts to a combat spot only to return banking after those 5 casts) Int amountofcaststowithdrawwhenbelowminimum; Logic for banking (when bank is open). if (usemagic && !manager.containsminimumXSuppliesFor(MagicSpell.usedSpell, usedStaff)) { int idspecificrunetowithdraw = ?; // what if there are multiple types to withdraw? Array? int amountofpecificrunetowithdrawfor1spell = ? int withdrawamount = idspecificrunetowithdraw * amountofpecificrunetowithdrawfor1spell * amountofcaststowithdrawwhenbelowminimum; bank.withdrawX(specificrunetowithdraw, withdrawamount); }
  37. UND

    1 point
    #jizzbeat
  38. 1 point
    first of all, you shall never win unless the true lv 132 demon is slayed (demoted) achieve that and we shall empower all of osbot
  39. He had 3, but the third one was bad, so i told him to remove it for the time being. They are supposed to look like that when scrolling through images, when a final image is picked it will be clear. This is a runescape botting site, and you want it to look less medieval?
  40. bro your gonna recover it 100%
  41. Niglet please, I have yet to see an episode where I don't nut myself by the third commercial.
  42. how do you get the script onto osbot program, everytime i take the file move it to my desktop then move it to the osbot scripts folder and refresh it nothing shows up. this has been happening to me for the past few days and ive been trying to find a good combat fighter and nothing will show up in osbot program, anybody have any suggestions, this is getting really frustrating

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.