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

    Members
    43
    Points
    4888
    Posts
  2. Nezz

    Trade With Caution
    22
    Points
    1688
    Posts
  3. Maldesto

    Administrator
    18
    Points
    19230
    Posts
  4. Deffiliate

    Trade With Caution
    14
    Points
    2346
    Posts

Popular Content

Showing content with the highest reputation on 07/16/14 in Posts

  1. 2 points
    Hello, I'm Dean. I'm new to OSbot, but not new to botting or runescape. Been playing since 04. Thought I would introduce myself and hopefully I'll have some good progress threads or some GP to sell and build my rep around here. Cheers!
  2. Hello community, this release features a patch for the pinball random solver which fixes an issue with the bots exiting the cave. Also the API has been merged with the latest commits of the API devs. Some fixes in the trading API were added. Thanks, Sincerely, Laz and the OSBot Team.
  3. 2 points
  4. Did somebody say top dog?
  5. 2 points
    I thought some people might make use of this for either custom interaction or checking if entity is visible. Don't mind the ghetto fire entity check. import org.osbot.rs07.api.Client; import org.osbot.rs07.api.model.Entity; import org.osbot.rs07.api.model.Model; import org.osbot.rs07.api.util.GraphicUtilities; import java.awt.*; public class Calculations { public static Polygon getModelPolygon(Entity entity, Client client, Model model, int gridX, int gridY) { if (model == null) { return new Polygon(); } if (entity.getName().equalsIgnoreCase("Fire")) { return entity.getPosition().getPolygon(client.getBot()); } else { short[][] screenCoordinates = GraphicUtilities.getScreenCoordinates(client.getBot(), gridX, gridY, client.accessor.getPlane(), model); Polygon temp = new Polygon(); for (int triangleId = 0; triangleId < model.getTriangleCount(); triangleId++) try { int triangleA = model.getVertexXIndices()[triangleId]; int triangleB = model.getVertexYIndices()[triangleId]; int triangleC = model.getVertexZIndices()[triangleId]; short[] pointA = screenCoordinates[triangleA]; short[] pointB = screenCoordinates[triangleB]; short[] pointC = screenCoordinates[triangleC]; Polygon aw = entity.getPosition().getPolygon(client.getBot()); if (pointA != null && pointB != null && pointC != null) { if (pointA[0] <= -1 || pointA[1] <= -1 || pointB[0] <= -1 || pointB[1] <= -1 || pointC[0] <= -1 || pointC[1] <= -1) continue; for (int xpoints : aw.xpoints) { for (int ypoints : aw.ypoints) { if (pointA[1] <= ypoints && pointA[0] <= xpoints) { temp.addPoint(pointA[0], pointA[1]); } if (pointB[1] <= ypoints && pointB[0] <= xpoints) { temp.addPoint(pointB[0], pointB[1]); } if (pointC[1] <= ypoints && pointC[0] <= xpoints) { temp.addPoint(pointC[0], pointC[1]); } } } } } catch (ArrayIndexOutOfBoundsException var13) { } return temp; } } } public boolean isVisible(Script s, Entity entity) { Polygon polygon = Calculations.getModelPolygon(entity, s.client, entity.getModel(), entity.getGridX(), entity.getGridY()); if (polygon != null) { Rectangle rectangle = new Rectangle(4, 4, 512, 334); return rectangle.intersects(polygon.getBounds()); } return false; } public Rectangle visibleRectangle(Polygon polygon) { if (polygon != null) { Rectangle rectangle = new Rectangle(4, 4, 512, 334); return rectangle.intersection(polygon.getBounds()); } return null; } You could do without the null checks as well.
  6. 2 points
  7. 1. You're stupid to bot on those kind of accounts. 2. Stop using multi accounts to bot multiple accounts. 3. Your appeal is retarded. 4. 5. 6. op is stupid
  8. It wasn't unique anymore when you started using it. had it before you.
  9. You forgot to say this would take you about 10 years to do unless you had an army of bots spinning flax for you..
  10. *grabs popcorn* Ditch Dylan until he pays you back.
  11. Hey krono, please stop assuming that i care about something like postcount, lmfao feedback is all that really matters. That was completely uncalled for. Thank-you
  12. 2 points
    Do you know what phishing is? LOL! ikr?? Some of those excuses are so bad and probably not even as bas as most of the stories they get. If I worked for Jagex I'd take appeals and bans. HIlarious fuckin stories to make my day. Each day the top 5-10 stories get their acc recovered no matter what lol.
  13. Hello community, as promised we're releasing OSBot 1.9.1 to support our older OSBot 1 scripts & customers. We apologize for having taken very long to release an update for OSBot 1. This new build will connect to our new faster SDN servers and contains backported random solver fixes. Although we're releasing OSBot 1.9.1, please note that you should BOT AT YOUR OWN RISK. This version of OSBot has not been tested and therefore it is advised that you babysit it and report any bugs on the forums. We will begin releasing more maintenance releases for OSBot 1.9.X but please note that scripts may or have already become outdated due to changing object ids, names, etc. Download: http://osbot.org/legacy/OSBot-packed-1.9.1.jar Thanks, Sincerely, Laz and the OSBot Team. *NOTE: The client is titled as 1.8.1 but this is simply a bug in the build, the real version is 1.9.1.
  14. I will be making free avatar gifs to get some practice and to get more known in the graphics section. They will look like this: Order form: Name: Colour:
  15. 1 point
    I was hacked and the only way I could have been hacked would have been through OSbot services. I only used 2 scripts Defnerds WC script and Simple AIO wc'er. I didn't think it would happen to me but it did. The guy logged on and said to my friend "I've been hacked, I'm quitting forever." This is annoying. Everyone should be careful.
  16. Asked this guy why hes butthurt. Well, i got my answer >.>
  17. 1 point
    I'm illuminati ********urr
  18. 1 point
    Illuminati is pretty much everywhere , Old cartoon , new cartoon , mcdonalds EVERYWHERE
  19. Hello community, this update features a fully working break handler that may be configured per RS account in the settings menu. Additionally, the following random solver were patched: Freaky Forester (had an issue with dialogues) Run away from combat (did not wait long enough before) Also some patches for the API including trading were added. Have fun botting! Pretty much every random event solver is operating smoothly. Sincerely, Laz and the OSBot Team.
  20. This has been taken care of, thanks for reporting!
  21. 1 point
    No virus's? Booted offline for 5 mins when they jumped on? Timmy got Phished.
  22. 1 point
    You have a rat on your computer most likely and I would presume it is FUD which mean no antivirus's will detect it for about 2 weeks.
  23. It's okay bro, he forgave him. .......... .....................
  24. I'll get to you tomorrow when I wake up. Yours is gonna be long >:c Too tired atm to write a novel. This is something you can improve on. That's not just an osbot lesson silly. That can be applied from anywhere from business to sports.
  25. Why would you carry on talking to someone who scammed you of that much money... You sir need to get your priorities sorted.
  26. Kevin is the bomb
  27. 1 point
    good guy james
  28. Smart/Dex/Divinity
  29. 1 point
    OSBot does not and never will hack you.
  30. you kinda asked for it lol, making a mm thread with a TWC, looks like a scam quit waiting to happen
  31. You didn't have to reply here, conversation over. It's in my title because i want it to be there.
  32. 9/10 Looks great maybe make a tad bit bigger though. If not possible then that's fine it looks pretty good. And you got your prof linked to it which is A+
  33. I dont get it, what makes them easier than competitors? Dont you just give money then receive a bond? Can you tell me how you make them the "easiest bonds" lmao
  34. Except @lolmanden wont scamquit ;)
  35. Smart is hot doe. 10/10
  36. You can get accounts that have been thrown together for GDK for 7M easily from people the have less than a tenth of of feedback. This has been quested by myself and has almost all the information you could possibly need as well as the opportunity to use the IP address it has always been played on. So I'd say it's worth more than 7M 07 GP for sure.
  37. 1 point
    Tell Flex to drop a bomb on this shit So many bombs, ring the alarm like Vietnam on this shit So many bombs, make Farrakhan think that Saddam in this bitch One at a time, I line them up And bomb on they mom while she watching the kids I'm in a destruction mode if the gold exists I'm important like the Pope, I'm a Muslim on pork I'm Makaveli's offspring, I'm the king of New York King of the Coast, one hand, I juggle them both The juggernaut's all in your jugular, you take me for jokes Live in the basement, church pews and funeral faces Cartier bracelets for my women friends, I'm in Vegas Who the fuck y'all thought it's supposed to be? If Phil Jackson came back, still no coachin' me I'm uncoachable, I'm unsociable, fuck y'all clubs Fuck y'all pictures, your Instagram can gobble these nuts Gobble dick up til you hiccup, my big homie Kurupt This the same flow that put the rap game on a crutch (West x6) I've seen ********as transform like villain Decepticons Mollies'll prolly turn these ********as to fucking Lindsay Lohan A bunch of rich ass white girls looking for parties Playing with Barbies, wreck the Porsche before you give them the car key Judgment to the monarchy, blessings to Paul McCartney You called me a black Beatle, I'm either that or a Marley (I don't smoke crack, motherfucker, I sell it) I'm dressed in all black, this is not for the fan of Elvis I'm aiming straight for your pelvis, you can't stomach me You plan on stumpin' me? Bitch I’ve been jumped before you put a gun on me Bitch I put one on yours, I'm Sean Connery James Bonding with none of you ********as, climbing 100 mil in front of me And I'm gonna get it even if you're in the way And if you're in it, better run for Pete's sake I heard the barbershops be in great debates all the time Bout who's the best MC? Kendrick, Jigga and Nas Eminem, Andre 3000, the rest of y'all New ********as just new ********as, don't get involved And I ain't rockin' no more designer shit White T’s and Nike Cortez, this red Corvette's anonymous I'm usually homeboys with the same ********as I'm rhymin' with But this is hip-hop and them ********as should know what time it is And that goes for Jermaine Cole, Big KRIT, Wale Pusha T, Meek Millz, A$AP Rocky, Drake Big Sean, Jay Electron', Tyler, Mac Miller I got love for you all but I'm tryna murder you ********as Trying to make sure your core fans never heard of you ********as They don't wanna hear not one more noun or verb from you ********as What is competition? I'm trying to raise the bar high Who tryna jump and get it? You're better off trying to skydive Out the exit window of 5 G5’s with 5 grand With your granddad as the pilot he drunk as fuck trying land With the hand full of arthritis and popping prosthetic leg Bumpin Pac in the cockpit so the shit that pops in his head Is an option of violence, someone heard the stewardess said That your parachute is a latex condom hooked to a dread West Coast Let me know what you think
  38. Ill push an update Pushed a revolutionary update! http://prntscr.com/4041gk

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.