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

  1. @Designer looks like you're out of business :P
  2. ^^ prices have changed. (1.2m) atm also my names now Dylan >.<.
  3. I'll do your graphics for whatever using MSPaint and google images. Prices: $1 avatar $2 script logo $3 signature $4 script paint First order of the thread is free. Act fast! TOS: 1. You will enjoy the art. 2. The art will enjoy you. 3. There are no rules. My portcullis:
  4. 2 points
    Dear community, In this release I have fixed several bugs that I came across whilst running OSBot 1 in the background while testing/working on OSBot 2. I'll work on some more fixes tomorrow. A bug with bank scrolling and withdrawing has been fixed. Multiple randoms received some changes and updates. Several other glitches. Download can be found here: http://www.osbot.org/ Sincerely, OSBot.org
  5. 2 points
    l337 hack with l337 posts? omg
  6. Plz come again. $1 thank you.
  7. client.instance.getUsername();
  8. I would say 17.99 for the first few purchases and then raise it once its proven to be flawless. Not that @Pandemic doesn't make flawless scripts but its always nice to get a small user base before making the price to high
  9. 24.99 Initial Fee + 9.99 Monthly ;)
  10. He's on vacation, that's why Toph posted that here haha.
  11. The client is terrible at the moment, so many bugs happening for no reason.
  12. Bye

    1 point
    Yeah.., Title says it all, Have to leave osbot as I have some personal issues. People who made osbot heaven: -Sherlock -Raflesia -Dannyali -Multipkk -Swizzbeat(yeahh you to) -Gilgad -Eric -H0ppy -Baws - Anne Cya guys , I have to talk to Alek what gonna happend to my scripts. ~Wiz
  13. w7Tuner Language: C# Features: -Kill processes -Kill services -Kill startup programs -Kill tasks -Delete temp files -Delete dump files -Delete log files -Delete thumbnails ..and many more advanced features! w7Tuner Crypter Language: C++ A simple tool to encrypt the update files which users download for the main program. Background: This software is in a really early stage currently, however I've been making great strides on its core. Unlike other "tuning" software, w7Tuner is the only application that targets other 3rd party applications. By modifying settings which will go unnoticed, it's typical to save hundreds of megabytes of RAM on the first run, along with gigabytes of hard drive space. The update feature is quite useful and compact. w7Tuner connects with my website on program startup, checks for a newer version, and gives the user the option to update if any new updates exist. This software doesn't need to be installed and will never be a part of system start-up or scheduled tasks. I found it a bit odd how other tuning software did this, when all that really does is hog more computer resources. Things to do: -Finish making GUI -Make website -Finish premium unlocker -Beta testing
  14. 1 point
    Because Jagex needs money. Gotta feed Mod Mark you know
  15. Expensive as possible, ain't nobody got time for hundreds of barrows bots in every world.
  16. Because people are more interested in buying pures than mains. Your friend neglected to tel lyou that if you make a pure and want to get alot of money for it you will need to do quests on it also.
  17. for you of course 20+fb for PP
  18. I'll ask Notorious for help ahahaha Seriously though 24.99 ftw
  19. System.whatever won't work so he's got nothing to worry about ;)
  20. That's a very good point, the other site has theirs @ $15 per month for just 1 instance, I always forget about their instance limit.
  21. Not to mention script quality isn`t what it was few years ago, "nexus-ibot" time. Bot Client`s too.
  22. 1 point
    look into runecrafting
  23. A slayer bot isn't complicated at all to build, just extremely time consuming. Just because you don't know how doesn't mean it won't happen. Nice purchase ;) but what troubles are you having death walking? Pre defined paths should work fine as long as the methods your using to walk it are coded correctly. Or are you instead using your own web walker of some sort?
  24. Jagex already does most of this in RS3
  25. i'm confused why are you so horny for feedbacks?
  26. We already have plenty of scammers, why do you want to get sythe members here lol
  27. Vouch, very legitimate user and would definitely use this service any day of the week.
  28. This is for Skype Premium, not for skype credit Premium you can share screens/video cam with multiple people and some other stuff :p https://support.skype.com/en/faq/FA10868/what-is-skype-premium
  29. Gave me a FREE skype voucher worth $120, thanks!
  30. his pretty legit thanks for the codes dude!
  31. 1 point
    Just sell the account.
  32. 1 point
    id pay 4 but 20m-40m
  33. trust wit my life
  34. Yeah I understand it's a bit fishy, but it's just under the circumstances that if something negative happens that impact me, I can act. It's by no means going to impact legitimate clients, it's more so to drain the potential client base of scammers. I've gone ahead and removed such statement from the Terms of Service, due to the valid point you made in the shout box! Thanks for wishing me gl too! Along with I've updated pricing to reflect a better value savings with the 100 day membership as before it was actually cheaper to buy the 35 days.
  35. I looked at site, looks quite fascinating. I hope you can expand your services :p
  36. Weed should be legal everywhere. Why? Because it should
  37. I am too! I've put my SDN upload request through, just waiting for Alek :P He usually processes upload requests on Friday, but I guess the downtime on the website caused delays for him.
  38. We'll have to do with this as long as it's not hooked, I needed this for my script and I decided to share it with you people. public Entity getInteracting(final org.osbot.script.rs2.model.Character<?> character) { try { final ClassLoader loader = provider.bot.I(); final Field field = loader.loadClass("aw").getDeclaredField("ao"); field.setAccessible(true); final int index = field.getInt(character.instance) * 1850266567; final XClient client = provider.client.instance; if (index == -1) { return null; } else if (index > 32767) { final XPlayer[] players = client.getLocalPlayers(); return new Player(players[index - 32768]); } else { final XNPC[] npcs = client.getLocalNpcs(); return new NPC(npcs[index]); } } catch (final Exception e) { provider.log(e.getMessage()); } return null; } Probably self explanatory but it uses the bots classloader to load class aw (entity/character/actor) and retrieve field ao (interacting index). It then changes the modifier of this field to public. If index = -1 (no interacting entity) it returns null, if the index is higher than 32767 (the size of the npc array), the interacting entity is a player and therefor it gets the player array (obviously unmodified) and subtracts 32768 from the index to get the index in the player array. If the index is not higher than 32767 (so 32767 and lower) it'll just get the instance out of the unmodified npc array and return a new NPC. Images:
  39. 1 point
    I love the Mosh Pits, fighting with different text colours and different text effects. I believe this was a reason why users wanted Oldschool Runescape back

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.