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 03/11/16 in all areas

  1. #1 SOLD MAGIC SCRIPT #1 MOST FEATURES MAGIC SCRIPT ESC MODE, HOVER-CLICK, NEAREST ITEM CLICK, FLAWLESS JMod nearby and we still alive. Anti-ban and Optimal script usage Anti-ban: - Don't go botting more than 3 hours at once, take breaks! Otherwise the ban-rate is highly increased! - Bans also depend on where you bot, for the best results: bot in unpopular locations Banking-related spells are the lowest ban-rate (spells which require banking or can be casted near a bank, e.g. superheating, maybe alching, jewelry enchanting etc etc) since you can just go to a full world and blend in with other non-bots (humans), for example: world 2 grand exchange If casting spells on npcs, then unpopular locations reduce the banrate by alot, So make sure not to go to botting hotspots otherwise you may be included in ban waves. - Some good areas used to be (until some got popular): grizzly bear, yanille stun-alching, any overground tiles (upstairs etc) but once the areas are overpopulated, try to go to another location which is similar to the aforementioned locations. This is a very popular thread with many many users so if a new location is mentioned, the location will be populated very quickly so I can only suggest examples of good locations - Don't go botting straight after a game update, it can be a very easy way to get banned. Wait a few hours! If you ever get banned, just backtrack your mistakes and avoid them in the future: you cannot be banned without making botting mistakes. Keep in mind you can be delay-banned from using previous scripts, so don't go using free/crap scripts for 24 hours then switching to a premium script, because the free/crap previous script can still get you banned! For more anti-ban information, see this thread which was created by an official developer: http://osbot.org/forum/topic/45618-preventing-rs-botting-bans/
  2. 3 points
    post pictures of cats!
  3. 3 points
  4. Banned for botting? Getoutahere.
  5. https://www.twitch.tv/geniigames LOVE ME
  6. 2 points
    Ok guys from now after this thread, i will be posting a thread once I have 3 or more pieces to show. I apologize to all members of the community regarding me over posting in this section. I'm sorry. None the less hope you like this one.
  7. Since software is become more and more web-oriented, it's getting harder and harder to escape web-development. Same goes for mobile applications / integration. Not sure why you'd think those are below any skill level but ok. A degree can make up for the lack of a portfolio. If you don't have a portfolio then a degree is pretty much the only option to certify your knowledge. A degree not only certifies knowledge but also discipline and persistence, some corporations find those important, others not so much. If you have the passion, discipline and time to consistently continue learning on your own and are willing to work on a strong portfolio on top of that, then MAYBE a degree becomes a useless expense to you.
  8. confirmed this is @Acerd 's second account
  9. So does that mean I should or shouldn't take my tin foil hat off...
  10. Presume wrong... host issue
  11. ────────────── PREMIUM SUITE ────────────── ─────────────── FREE / VIP+ ─────────────── ──────────────────────────────────────────────────────────── ⌠ Sand crabs - $4,99 | Rooftop Agility - $5,99 | AIO Smither - $4,99 | AIO Cooker - $3,99 | Unicow Killer - £3,99 | Chest Thiever - £2,99 | Rock crabs - $4,99 | Rune Sudoku - $9,99 ⌡ ⌠ AIO Herblore - FREE & OPEN-SOURCE | Auto Alcher - FREE | Den Cooker - FREE | Gilded Altar - FREE | AIO Miner - VIP+ ⌡ ──────────────────────────────────── What is a trial? A trial is a chance for you to give any of my scripts a test run. After following the instructions below, you will receive unrestricted access to the respective script for 24 hours starting when the trial is assigned. Your trial request will be processed when I log in. The trial lasts for 24 hours to cater for time zones, such that no matter when I start the trial, you should still get a chance to use the script. Rules: Only 1 trial per user per script. How to get a trial: 'Like' this thread AND the corresponding script thread using the button at the bottom right of the original post. Reply to this thread with the name of the script you would like a trial for. Your request will be processed as soon as I log in. If i'm taking a while, i'm probably asleep! Check back in the morning Once I process your request, you will have the script in your collection (just like any other SDN script) for 24 hours. Private scripts: Unfortunately I do not currently offer private scripts. ________________________________________ Thanks in advance and enjoy your trial! -Apaec.
  12. RuneScape has multiple entity types NPC's Objects GroundItems Determining which one to use is way simpler than people think. NPC's will have yellow name tags in game Objects will have blue name tags in game GroundItems will have orange name tags in game Now when it comes to declaring variables what should we use? For NPC's we would use the NPC class. Our code should look like this NPC npc = ... For Objects we would use the RS2Object class. Our Code should look like this RS2Object object = ... For GroundItems we would use the GroundItem class. Our code should look like this GroundItem item = ... Why would we shy away from using Entity class to define any entity from the game? Well simply put Entity is just an interface and it might not contain things needed to any specific Entity implementing classes. Like RS2Object will have getType() method but Entity will not. The main place to use Entity class is when we are passing it to a parameter of a method and making your own lets say interacting methods. We would use Entity in our parameter to make it accept any Entity type. public void interactCustom(Entity entity, String action){ if(entity.isVisible()) entity.interact(action); else getCamera().toEntity(entity); } Of course again there will come limitations, which are when you are making a method for getting the type of an Object and logging it. Having our code look like this will not work and give us an error. public void getTypeAndLog(Entity entity){ log("[Debug] objects type: " + entity.getType(); } So passing Entity to our parameter wouldn't give us the method getType() which RS2Object has, so we would need to have RS2Object in our parameter So we would need to have RS2Object in our parameter. And our code will work if he have it look like this public void getTypeAndLog(RS2Object object){ log("[Debug] objects type: " + object.getType(); } I hope this guide helped you understand the types of Entities and how to use them correctly
  13. already been using it for quite a while
  14. VIP

    1 point
    buy a voucher ;) and redeem vip with the voucher
  15. Looks great. Definitely better than his last one. ;)
  16. 1 point
    I like the colours, and everything else but that font is too bold for me. o and please stop worrying about how much work you're posting, you're keeping this section alive.
  17. I know what you mean, but when you train with osbuddy, the client makes screenshot. When the account gets banned of macroing, you can show me the screenshots ;) you wont get kicked of the service
  18. 1 att 1 str 1 def 99 firemake. arson pker
  19. 1 point
    Thats actually a pretty interesting website
  20. 1 point
    gard darnit u were first
  21. Blizzard Is Making a HD Remake for Diablo II
  22. ikr? the 2 main games i played in my childhood were runescape and diablo 2, i played so, so, so much diablo 2 i also still played diablo 2 the last few years, made every possible build ever, pvp the shit out of d2, its just so much fun just like i know almost everything about OSRS, i know almost everything about D2 D2 > D3 anytime
  23. 1 point
    LOL xD After all the time website was down yesterday i wasnt able to do any testing what so ever. I have made a class for handling the boss selection(picking and chosing) i have updated GUI for the new entry method and all that jazz. just need to test/bug fix to be fairs Will keep yous updated
  24. 1 point
    Script udpated to V0.13: - Will now webwalk to all locations. - Humanlike random paths will be created to walk. - Gui improvements Preview: Update will be online soon! Let me know if you have any issues Khaleesi
  25. 1 point
    noted, will keep it up for a day or two before I sell. Thanks for the offer anything for you master.
  26. The bot will eat food for you, just make sure you have some in your inventory! (Will be adding the ability for the bot to get food out soon!) The bot will also run down to 30 wildy and glory out, or if you don't have glory and are wielding a dueling ring it will run to 20 and use a dueling ring to the dueling arena, or if you have teletabs it will run to 20 and use that, or if you have actual teleports to varrock or falador, it will run to 20 and use that as well. However, I don't recommend black chins until I push version 2.2 with a lot of fixes to black chin support
  27. Bare in mind I had my character aligned correctly with the targets, all options on, correct instructions exactly how I have been doing it the last 2 weeks I've been using this script stress free. Until I woke up today, osbot was down. I got on after it came back up, came here and tried to start it as I always do with the correct settings SET. It literally looks over there it's self and then just hovers over the inventory bag after clicking on it. EDIT: Yesterday I changed my hotkeys, I always leave esc mode on though because I use it whenever I'm closing anything frankly its super convenient. But I decided to just restore my setting because maybe that was it and that I guess was the issue its running okay again... Idk what that has to do with this bot running. Very strange... any thoughts? I still had correct setting and esc mode on?
  28. I see I am not the only one saying this. The bot doesn't even look at the targets it looks off to the left. Like I stated before I have been using this for awhile now and have had no issue until today. I haven't changed anything either. It continues to look the wrong way and say "moving". I am aware of how to run this. This has not been a issue until today, after Osbot went down.
  29. Posted a hotfix for karamja, walking is MUCH better now. Update should be visible immediately, since only the webdata nodes were modified - which are instantly updated, gl all ;) As for sacred eel, I will add that ASAP Anglerfish support has already been added :P
  30. I tried to start to start this today, no different than any other day. The bot just can't seem to get into the right spot to shoot. It just keeps saying moving.... Don't know what to do, very weird cause I run this just about every day since I have bought it.
  31. 1 point
    I am done with life
  32. wait i dont understand? you paid for script and still got banned?
  33. 1 point
    I think that the rib cage looks out of place to be honest.. Looks like they're a bit out of proportion and don't fit well, however if you wanted to I think you could make them work!
  34. 1 point
    I think the ribs just appear too small to match the body, otherwise looks nice though!
  35. buying darkscape gold 1c/10m legit offer
  36. i might buy this mind if i get a trial?
  37. Changed thread ownership and author of OP to @Khaleesi.

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.