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

  1. Maldesto Features: 16 Random Phrases Drops ALL inventory items 20 random Emotes Video: Download: http://up.ht/1pDFYtP
  2. Well. now thats weird. I have to say. Weirdest post I've ever seen.
  3. I've moved a few things and made a few new sections, so a few more things would be open and clear. I've moved the VIP/Sponsor/Donor down to the bottom of the forums. I've removed the pending section of the disputes, made 0 sense to have that instead of just 1 section for all disputes. I've made a few more adjustments, and more to come I'm open to any suggestions. Let me remind you, if you don't use a certain section for example, the market section, you can hover over the top right hand corner and click the - and hide it. So it will look like this, and hitting the + button will bring it back.
  4. be a man and jack off with your friends in the room
  5. Hey, before i start I've seen this one already on forums, as i remember our BrainFree mentioned it. Because my engrish is really bad, i will try to provide links instead writing how it works. So here it is one more time: Convex hull is generally tightest area of point set. So what we want to do is to calculate 2D points of our object, entity and make convex hull for it for perfect bounding polygon, it will be really helpfull on fighter scripts or any script that needs to interact alot, it will fail less time. Bounding box you were using: What we want to accomplish: As you see we have some blind spots on basic rect bounding box: Red - hulling will reduce them. Yellow - hulling will not reduce them (actually the one i want to show) It is not really necessary to remove yellow ones so w/e. The thing is we want to shink area a little bit to be more precise when interacting. So the algorithm is like this: /** * Making convex hull around points. * * @param points - the points * @return - the convex hull points points. */ public static short[][] hull(short[][] points) { int upperSize = 2; int lowerSize = 2; int pointsSize = points.length; short[][] lUpper = new short[pointsSize][2]; short[][] lLower = new short[pointsSize][2]; short[][] xSorted = points.clone(); Arrays.sort(xSorted, new Comparator<short[]>() { @Override public int compare(short[] o1, short[] o2) { return Integer.compare(o1[0], o2[0]); } }); lUpper[0] = xSorted[0]; lUpper[1] = xSorted[1]; lLower[0] = xSorted[pointsSize - 1]; lLower[1] = xSorted[pointsSize - 2]; for (int i = 2; i < pointsSize; i++) { lUpper[upperSize] = xSorted[i]; upperSize++; while (upperSize > 2 && !rightTurn(lUpper[upperSize - 3], lUpper[upperSize - 2], lUpper[upperSize - 1])) { lUpper[upperSize - 2] = lUpper[upperSize - 1]; upperSize--; } } for (int i = pointsSize - 3; i >= 0; i--) { lLower[lowerSize] = xSorted[i]; lowerSize++; while (lowerSize > 2 && !rightTurn(lLower[lowerSize - 3], lLower[lowerSize - 2], lLower[lowerSize - 1])) { lLower[lowerSize - 2] = lLower[lowerSize - 1]; lowerSize--; } } short[][] result = new short[upperSize + lowerSize - 1][2]; System.arraycopy(lUpper, 0, result, 0, upperSize); System.arraycopy(lLower, 0, result, upperSize, lowerSize - 1); return result; } /** * Checks if points turns right. * * @param a - the 'a' point. * @param b - the 'b' point. * @param c - the 'c' point. * @return */ private static boolean rightTurn(short[] a, short[] b, short[] c) { return (b[0] - a[0]) * (c[1] - a[1]) - (b[1] - a[1]) * (c[0] - a[0]) > 0; } (I ddnt made it as i remember but i cant find real author) What do you need to read to understand this algorithm: http://en.wikipedia.org/wiki/Convex_hull en.wikipedia.org/wiki/Graham_scan /** * Converting points to polygon. * * @param points - the - the points. * @return the polygon based on points. */ public static Polygon toPolygon(short[][] points) { Polygon result = new Polygon(); for (short[] point : points) { result.addPoint(point[0], point[1]); } return result; } How to implement : First we need to get screen coords: http://osbot.org/osbot2_api/org/osbot/rs07/api/util/GraphicUtilities.html#getScreenCoordinates%28org.osbot.rs07.Bot,%20int,%20int,%20int,%20org.osbot.rs07.api.model.Model%29 Then we make hull based on points: hull(screenCoordinates); Example for dumbs: Entity litara = npcs.closest("Litara"); short[][] screenCoordinates = Calculations.getScreenCoordinates(this, litara.getGridX(), litara.getGridY(), litara.getZ(), litara.getModel()); short[][] hull = Calculations.hull(screenCoordinates); g.draw(Calculations.toPolygon(hull));
  6. script is legit dropped my whole inventory as advertised
  7. Going best case scenario isn't what should be done. Just do 1 account running shrooms for 5 hours a day = 6 dollars and run like 3 times in 30 days and you make your money back x2 - 2 bonds, so you still profit in 3 proggies 1% chance of ban botting 6 hours 3 times a month. Yet you still are acting as you aren't making money. One time scripts make the market crash faster, and everything. You paying a small fee is worth it in the long run. More scripter updates and dedication to fixing it because if they don't people won't renew.
  8. You just have to try it. You can play it with random people online too. If someone posts pictures of it ill put it in OP, but pictures don't really describe much to the game. http://team.forsvarsmakten.se/english/# Post your best times, with a list of your teammates ! Some teammates I found to be good in this game were to be: @Acerd @Caam @Catastrophe @Pain See if they'll play with you If you think you can make it to the list, Message me
  9. Welcome. Your sig hurts my eyes
  10. I confirm this is the greatest script ever.
  11. 2 points
    OMG THANK YOU FOR THE REMINDER A WHILE BACK I BOUGHT A DECENT ACC, AND NOW I CAN USE IT FOR LEGACY :OOO
  12. err wanking is completely normal infact its prob wierd that u don't... WIERDO
  13. 2 points
    Can confirm @Nick likes men with big dicks. Harasses me over Skype on a daily basis, very unprofessional.
  14. I was beta testing it, and it's working like a beast :3
  15. Care by the line "all work done by hand", as I just got banned by his service from him and his so called "friend"
  16. Didn't shove the can up ass. 2/10
  17. 2 points
    spent over $1100 on tree in last 2 months edit; all money obtained from RS related things tho so np.
  18. This might beat SSF.
  19. Didn't make me cry, but made the eyes a lil watery and goosebumps form https://www.facebook.com/photo.php?v=901177599908653
  20. , can you confirm that the service was over with / completed on June 12th? Did you at any time after the 12th begin botting?
  21. 1. 24 2. No breaks 3. 7 days a week 4. Premium
  22. moved it to the top
  23. I don't like that you put the whole private section at the bottom. Makes me feel not important. Like "Let's put the sections that make us money, and the section staff uses at the bottom of the forums" rip
  24. You probably never instantiated sA
  25. I suggested something like this before and people shot it down...
  26. Hello, lets see if we can figure this out. The service was to be done legitimately by hand and no bots were to be used. It doesn't matter whether you did the service, or your friend. It is still your responsibility for trusting someone other than yourself with another user's account credentials. Since the account was banned for botting, you will need to refund the amount of money paid for the service and for any of the items can prove was on the RuneScape account. , I have removed the negative feedback runebotter left you.
  27. 1 point
    I knew it. My vader senses were tingling and they're hardly ever wrong.
  28. Since apparently it required five posts on my thread regarding what I posted, I've changed it. Please stay on topic.
  29. 1 point
    squirtle4emoticon
  30. I use something similar to that, I found moving entities or the player's movement itself cause enough inaccuracy where nothing more is needed. I also got better results when only a small portion of the entity was visible or entities with holes in them. Some modification is still needed to the points for some entities, such as fire, or ladders, objects that are half submerged underground. Mine removes any points that are below the position it's on.
  31. this is a script i can get behind 10/10
  32. Hey i will do 65$ Pm me if interested or if you want to discuss i can go higher
  33. 1 point
  34. I take back part of my statement, because customers actually benefit from monthly payments considering the scriptwriter will be keeping the script itself fully functional. Meaning, since they have an incentive scriptwriters will be working extra hard to maintain their income and I have completely faith in them. Hopefully we'll make the Friday release since this will be a big step for OSBot.
  35. I'm actually pretty sure that most if not all script developers like the idea to be honest with you. The restriction is necessary to protect the market from stupidity.
  36. 1 point
    Can I be your wizard apprentice?
  37. 1 point
    Whats good PolishCivil? ;)
  38. you can talk about that in the real-life section 99.9% of us are scrawns and don't even lift, so no reason to have a sports section
  39. 1 point
    This was happening in 2001 in runescape classic. In like 3rd or 4th grade some girl in our class had a boyfriend on the game and got us banned from playing at school haha.
  40. http://www.grammarbook.com/punctuation/periods.asp
  41. 1 point
    OP confirmed for sexting on RS
  42. ahhh the B5!!!! I will be getting one shortly Really? I think the color is nice. And that car has a V10 with a motorcycle transmission in it. VERY fun car
  43. Thanks dude Let you know If I have any more.
  44. 2. don't be @Eliot 3. don't be @RoomScape
  45. Not gonna lie, 99.9% of it goes on gambling/alcohol.

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.