Jump 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 04/18/15 in all areas

  1. I'm in the US military. Non-weekends I work maybe about 30 mins on the client itself (I have uni+work). Friday is usually 10 hours, Saturday/Sunday 4-5 hours. It's a pretty stable paycheck as of now, but definitely not livable by any means.
  2. 4 points
    okay cya later virgin
  3. 3 points
    Pretty simple and basic, made from boredom, if you'd happen to like to use this, just hit me up.
  4. That's OK i'm a man, i'm what you need bae
  5. okay ill put this in easier terms. you buy shoes off the internet. they say size 10 but they send size 6. you wait tell the next day to call but you are busy at work then call them right when you get home. and they ask for you to buy their shoe extensions. so you buy the shoe extension but it makes the shoe an 8 instead of a 10. you call them and want your money back but they will only sell you more extensions.
  6. 2 points
    Vouch for this fucking amazing Script 40-80 in my macc and 40-90 in my bros acc :p this is damn amazing script :p straight 10hrs bot and no problem i vouch for this , i like the way u fixed thaat missclicking on guards :p thanks to jagex for relesing it Buy this script if u want 99range quick without hp
  7. ill let you out of your kennel for a day
  8. Will do, and bid noted. More than willing to accept PP from a trusted user
  9. Looks like a null pointer in your script's onLoop() I still get this report a lot. Unfortunately, my world hopping is working as intended which makes debugging this issue difficult.
  10. I don't think it's a very polite question to ask about their income. That's no one's business but theirs m8.
  11. Only the question #1 would be something I might maybe answer.. #2 & #3 are quedtions that will only make kids butthurt
  12. You forgot to remove the banana from the cog first so that it can spin freely.
  13. 2 points
    bye bro. hope you come back as soon as possible.
  14. I'd like to say you guys are awesome. I kind of had my doubts about this bot in the beginning but you guys are definitely becoming my favourite bot devs. Frequent updates, almost no restrictions for scripters (unlike other bots who restrict your hours when working on scripts which makes them shit for testing), classic API structure, great developer support and generally no arrogance amongst the staff. Will definitely be contributing here in the future.
  15. I'm going to be shooting to make 500 dollars just from goldfarming/selling vouchers and etc. I will post weekly updates in here. Going for a higher goal since i've completed my 500 doal. $858.00/$2,000.00 USD $1,142.00 USD TO GO
  16. 1 point
    Saw a post by @faintdrugs and decided to make something because I had a moment. Don't know if anything's wrong with it, if anyone sees a mistake feel free to call me out. Some Example Code: import org.osbot.rs07.api.filter.Filter; import org.osbot.rs07.api.map.PolygonArea; import org.osbot.rs07.api.model.GroundItem; import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; /** * Created by ~Anon on 31/03/2015. */ @ScriptManifest(author = "~Anon", name = "Ash Picker", version = 0.1, info = "Picks Up And Banks Ashes!", logo = "") public class Ashes extends Script{ final PolygonArea ZONE = new PolygonArea(/*tiles boardering area*/); String lastLoggedStatus = " "; String Status = " "; private enum States{ PICK, BANK; } @Override public void onStart() throws InterruptedException { log("Welcome To "+getAuthor()+"'s Ash Picker!"); if(!ZONE.contains(myPlayer())){ log("Please Start in ZONE!"); stop(false); } } @Override public int onLoop() throws InterruptedException { printStatus(); switch (getState()){ case BANK: Status = "Banking."; doBanking(); break; case PICK: Status = "Picking."; doPicking(); break; } return random(250, 500); } private States getState(){ if(inventory.isFull()){ return States.BANK; }else{ return States.PICK; } } private void doBanking() throws InterruptedException { if(!bank.isOpen()){ Status = "Banking: Opening Bank."; NPC banker = npcs.closest("Banker"); if(banker != null) { if (banker.isOnScreen()) { Status = "Banking: Interacting Banker."; banker.interact("Bank"); sleep(random(500, 900)); } else { Status = "Banking: Locating Banker."; if (banker.getPosition().distance(myPosition()) > 6) { localWalker.walk(banker); } else { camera.toEntity(banker); } } } }else{ Status = "Banking: Depositing."; bank.depositAll(); sleep(random(250, 450)); } } private void doPicking() throws InterruptedException { if(bank.isOpen()){ Status = "Picking: Closing Bank."; bank.close(); }else{ GroundItem ashes = groundItems.closest(new Filter<GroundItem>() { @Override public boolean match(GroundItem groundItem) { return groundItem != null && groundItem.getName().equals("Ashes") && ZONE.contains(groundItem); } }); if(ashes != null){ if(ashes.isOnScreen()){ Status = "Picking: Picking Up Ashes."; ashes.interact("Take"); sleep(random(500, 900)); }else{ Status = "Picking: Locating Ashes."; if(ashes.getPosition().distance(myPosition())> 6){ localWalker.walk(ashes); }else{ camera.toEntity(ashes); } } } } } private void printStatus(){ if(lastLoggedStatus != Status){ log("Current Status: " + Status); lastLoggedStatus = Status; } } } Note: I'm used to coding everything in the main loop and did my best to convert the code to a more manageable style for newer people
  17. thread has been updated. enjoy
  18. Way more than that. i sold an account that had worse stats for 9.5m
  19. I ain't scared of mod wealth ima keep pushing my GP off my mule my nikka mod wealth can kiss my black African ass.
  20. since apprently u can sell anything here Throw uR offers below
  21. depends on what you call "Runescape". The 2d version of runescape was made in the late 90s(1998+)
  22. The reason we cannot do this at the moment is because @Maldesto is on vacation and none of mods have access to these permissions atm. We will bring it up when he is back
  23. 1 point
    Well it actually worked haha .I thought it was a goner for sure.I got 2 day ban instead
  24. There should be #1 TWC rank in there , would def aim for one
  25. Lets keep the mod bloodline strong, I will give you 10M 07 bae
  26. 10gp you pay me 10gp
  27. Ya It does missclicks it sometimes, I can have it check it again afterwards. Ya , I have a fix for it Didn't push it yet. I'm fixing some other small things as well at this moment. Will be a update today. Khaleesi
  28. someone already posted it... its fake
  29. He's on vacation so i don't think he'll be able to I'll try to get a developers attention for you!
  30. got a warning for "trolling" I so cut , #cut4fearful @mods hit everyone with the same stick please
  31. 1 point
    l0l ITS ME A FRIEND CHICK0NZ 10 HURZ HAHAHAH HURR HURRR
  32. No she is mine. she gives me lovely hugs
  33. Omw to have your babies
  34. Good reason to not* do that lol You can right click report these days. We're not in the 20th century anymore
  35. Well that's terrifying thanks for the warning.
  36. @Eliot has been so generous to donate another prize to this event. For every point you get he will give you a 60 day auth for a dreamscripts script of your choice!
  37. 1 point
    When my account got deleted for botting I hit them up with a message and said I couldnt access my account anymore and ended up getting a 2 day ban instead of a perm because my account was pretty old and first offence ever on it. You should try it
  38. Rule #1 of botting. Never bot on account you care about.
  39. Yes, currently making a construction bot to train my construction to support this.

Account

Navigation

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.