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

  1. Quality of Feedback > Quantity of Feedback >
  2. Script got released today so I will give away 5 free auth's ! To get an auth: 1. Like this thread ( Fuck y'all i want dat like ). 2. Comment 'Wiz is sexy'. 3. I will auth the first 5 persons . pce Auth list: 1. @Gilgad 2.@Scotty 3.@Hell Kid 4. 5.
  3. He doesn't sell bonds so he's still #3 In my book.
  4. MMing a bond trade must be a highlight
  5. So, after you-tubing Magic Trainign Arena and finding a bot vid on the internet it's sparked me to create a few videos for my bots. I think all the programmers on OSBot should start doing this! ) Working on King of the Dragons now. It's goign to have my voice, overview of features, and a few bots runnign at different dragons simultaneously. @Eliot also has one made for me. Haven't seen it yet though (Put it up:)
  6. 3 points
    yea bro, looks good
  7. 2 points
    I can't see the picture , someone gyazo/puush.
  8. my amazing drawing... Old Update
  9. 2 points
    I told him to not add the blue but noooooooooo Thanks for the comments guys
  10. excuse syntax errors, I don't have the client downloaded. private NPC getClosestNPC(String name, String action) { // not as pretty but less heavy method NPC closest = null; double lowest = Double.MAX_VALUE; for(NPC npc : getNpcs().getAll()) { final List<String> actions = Arrays.asList(npc.getDefinition().getActions()); final double distance = npc.getPosition().distance(myPosition()); if(actions.contains(action) && distance < lowest) { closest = npc; lowest = distance; } } return closest; } private NPC closestNPC(final String name, final String action) { // much prettier but more resourceful. final Filter<NPC> filter = new Filter<NPC>() { @Override public boolean accept(NPC npc) { return Arrays.asList(npc.getDefinition().getActions()).contains(action); } }; final List<NPC> filtered = new ArrayList<>(); for(NPC npc : getNpcs().getAll()) { if(filter.accept(npc)) filtered.add(npc); } final Comparator<NPC> comparator = new Comparator<NPC>() { @Override public int compare(NPC o1, NPC o2) { return o1.getPosition().distance(myPosition()) - o2.getPosition().distance(myPosition()); } }; Collections.sort(filtered, comparator); return filtered.size() > 0 ? filtered.get(0) : null; }
  11. I am, agreed that in combat situations (picking a target) getting the closest 100% of the time may not be the best choice in terms of detectability and whatnot. But try getting the closest banker at Varock west bank with the API stock method, it will always return the same banker (the most southern one) no matter where you are standing in the bank.
  12. 1 point
    Is #5 really going to win?
  13. 1 point
    Mayteeee
  14. Download the jar and see for yourself. I like this one better, but it's a 20mb gif XD
  15. Bonds bonds bonds bonds bonds
  16. I've done trades well over 1b RS3, but ok.
  17. people that make numerous accounts fairly often don't have time to do it on every account
  18. I've never understood why people couldn't just do tutorial island legit. :lol:
  19. Is it gonna have webcam as well? OT@THO, Pretty good idea, probably helps people decide. I have a video on my GTFleshCrawlers created since like 5 months ago xd
  20. From what I udnerstand, those rules aren't set in stone. Alek's reasoning behind that list of banned scripts (including farming packageS) was that he didn't want the market flooded with packages of shitty scripts that barely worked or werent being udpated. Something like what you're doing looks great. When you release the package there should be a fairly high monthly fee, and then the perk is that you could continue adding more options to the package. I'd love to work on this project with you tbh.
  21. You're certainly improving man, one day you'll be as good as me nah it's awesome due to the fact I have no clue how the fuck you people use effects without fucking the stuff up - when I try use effects I get like 10 eyes instead of 2
  22. 1 point
    Acerd won't be pleased
  23. 1 point
    @Swizzbeat's yew chopper.
  24. 1 point
    gratz my friend. Thats just for you now, enjoy : https://www.youtube.com/watch?v=9LJlx8mMQ88
  25. Its a lot about luck in my opinion. I got woodcutters banned within a day, and others are on the top highscores But of course a main account has a bigger chance to NOT get banned. If you skill/lvl and don't goldfarm you are more on the safe side.
  26. 1 point
    You change your signature more than a girl changes her clothes, silly billy But it is cool
  27. Ive broken all these rules and no bans c: Other then 2 woodcutters i suicded 24/7 didnt get ban till they reached 250+ rank
  28. 1 point
    Been looking at it for 5 minutes. It's really beautiful.
  29. Shh... I carried you the past two games we played. <_<
  30. Hopefully SSF makes it to V14 :p
  31. Here is an exclusive sneak peak at @Nick's future in ranked -
  32. http://osbot.org/forum/store/latest-grid/
  33. dced 4 times on wave 61 lololol, still trying
  34. ^this all my scripts need to do is complete their task. my private scripts are kinda funny. perfection is the first mistake of botting. + also i have never been banned using my own scripts
  35. 1 point
    where is mah $10. i will cut you
  36. 1 point
    The best signature I've ever seen. good job kinectic.
  37. 1 point
    Put an empty layer above the tree layer. Then click create clipping mask, this will make it so it only goes onto the object. Then just put the brush on brown, resize the brush to your liking and color it to whatever you want.
  38. We will work with @RoomScape to estimate a fair amount based off stats if he does not get any luck with recovering the account.
  39. Clearly they are fake considering - "I hate him for so many likes" - Removed. Dispute Closed.
  40. Yo why the FUCK are non-programmers postin in this bitch saying it's easy? FIRST OF ALL: Any project could be as complex or simple as you want to make it.... The general outline of this project might be simple, but leaves alot of room for cool ideas. The project never said you couldn't do something cool/compex with the meta-data you're generating. Second of all: Generating and chascing the meta-data in an efficent way is a challenge in iteslf. Maybe not if you're pulling data from 1 site, but multiple sites, parsing multiple types of data, and soon you're going to need a dataase and good way to store all that. Anyways, if it's so easy that you';re not going to bother putting any thought or code into the project why bother post?
  41. your ips monitor kills it, get a TN board with 144hz refresh. otherwise you have bad input lag and probably don't take gaming too seriously
  42. looks good and sounds good, just letting your know its not a great idea having a pc right on carpet if i was u i would put something separating the carpet and the pc :P
  43. Bought a nice banner for an RSC private server, great work.

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.