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 all areas

  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. Bought 100M RS3 from my main man @Probemas Time to rebuild! Click the picture of the Bond below to go to the Bond selling thread. Start net worth: 100M RS3 GP. Amount of Bonds sold during the lifetime of this thread: 615 [Last updated: 1:38 PM - 01/08/2014] AEST Selling Log So with my last thread where I started off with 4 Bonds I ended up making enough money to by the pair of headphones I wanted. I really don't care what you think about my choice, they have better build quality than the first edition as well as improved sound. Beats Studio Wireless V2 - Titanium Colour. Cost - $480 AUD So here we go again This time the aim is a new phone! 4G HTC One M8 16 GB - Gunmetal Grey Colour. Cost will be $680 AUD outright or $60 AUD a month on a plan. DO A RECOUNT
  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. http://i1190.photobucket.com/albums/z451/pipidaga/oki.png
  16. 1 point
    Jay Nice one brochaskichodiskochski!
  17. yeah the forums dead when like 1000+ different people come onto it everyday. yeah thats hella dead bro
  18. same thing happened to me, i can proof it by screen if anyone wants!
  19. jagex got salty then
  20. 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.
  21. Why would you ever want a text editor over an IDE? Also, the C(whatever) languages won't get you used to machine level....learn assembly for that.
  22. You spam in spam, more often than not, with completely useless or unoriginal topics & often off topic in other topics. I understand you're posting in spam, but you've far exceeded the line between just random chatter, to an annoying Netsukinahri and to clam down. 75% of the time I just skip over your posts cause I know they're irrelevant now When you advertised your questing and always put #1 there, even when you never had an order before and nothing to prove your worth, it was annoying. You told me if I had an valid reason for you to take that off your ad line you'd take it off and I gave you more than I can remember. I still have #3 questing service on another top tier site that I've been inactive on for like 3 years and still don't claim I'm #1 here. I don't know if you still do this cause I've been gone for so long, and you've supposedly quit too, but this also bothered me more than it should have. Almost like it was false advertising. I'm not calling you a bad quester, but calling yourself the site's top quester when there's clearly more prestigious workers all around you in every field, that worked hard to get where they were.
  23. The world is filled with insanity because of you. When did we get a Santa emoticon?
  24. You displayed a strong relationship during your super era, showing the fine line between friend and staff. You responded very well to mine another's emotional discomfort & could understand tolerance, as low or large they were. Plus I can beat you up.
  25. tell him he owes me 550k for a zammy mitre
  26. Smart is the nicest member by far.
  27. 1 point
    Nah dude, it was that Gold Generator and the Skill Changer you got from youtube.
  28. Is straight as it gets, but shit, $500k irl, That's a house and a fuckin fully sick commodore.
  29. I'm still curious as to why you advertise your bond selling service as the easiest? As a potential customer i believe i have the right to know whats separating you from other bond sellers that i might buy from. Is this too much to ask? If your service is actually the "easiest" then damn, i would very much like to purchase a bond from you my friend. Cut the hostility, im simply a consumer in search of answers
  30. I hope the car that is meant to be fast isnt a lancer :P
  31. Thanks i mainly just want to keep this as a log and for a bit of inspiration to keep it going. It'd be cool to see my daily progress you know?
  32. 1 point
    You're @terrible.
  33. Those poor, poor children from dysfunctional families... That's all I have to say about scamquitting fucks... The guy who talked to me from time to time @Dylan Does this: He actually thought it was good idea to try to scam me, rofl. Don't these people have ANY dignity or honor? I spit on all of you, and I hope (if it exists), that you'll all go to hell, motherfuckers.
  34. 1 point
    If you're trying to rap about real things such as; economic state and war. Then unfortunately as a 'rapper' you will progress nowhere. The music industry consists solely of no talent losers who rap about 'cash and bitches' and the idiots that fuel them. People like Hopsin and Immortal Technique remain underdogs despite the fact that they rap about life as opposed to conventionally nonsense. Maybe write a song where you utlise antistrophe and repeat the N word at the end of each successive line and talk about women in a derogatory way, and then you'll be considered a 'success' in the rap industry
  35. 1 point
    Please do this ^ Also the rap looks pretty nice, as long as you don't rhyme too many of the same words together, you'll be fine. Pretty much don't be Lil Wayne or any of the other garbage rappers and you'll be all good
  36. 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
  37. Registration Date: On or before May 1st, 2013. Post Count: 500 or above Ban History: Never to be temporarily banned from this day forward for breaking the rules/scamming. Activity : You will not get the rank for just falling into the above requirements you will need to be active. You can't abandon the forums for 1 month and come back and expect to apply and get accepted, you will need to be active and helpful around the community. We will monitor this also, if you leave for 1 month and it is revoked. We will have to see the dedication from you again before you receive it again. Staff: Has the right to deny anyone of the rank and revoke it at anytime. If we go into your record and see you have been warned numerous times for flaming, spamming, being rude to others, advertising, or any other rules broken we deem to be unfit for the group Veteran we will not accept you. You will have to clean up your act before getting into the group. Pm me with with the title saying " I meet the requirements for Veteran" If you meet them I will discuss it with the other staff and we will see where it goes, don't ask for it here. If you don't meet the requirements or use that title of the pm, I won't respond thanks! These are the only members that can apply for it, yet you have to meet the other requirements.

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.