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

    Scripter II
    9
    Points
    411
    Posts
  2. Czar

    Global Moderator
    7
    Points
    23417
    Posts
  3. Raindropz

    Trade With Caution
    5
    Points
    63
    Posts
  4. Malcolm

    Global Moderator
    3
    Points
    186890
    Posts

Popular Content

Showing content with the highest reputation on 02/22/19 in all areas

  1. https://i.imgur.com/ouWiXBX.gif
  2. Looks good, but may I suggest making it a more 'universal' method? I've edited slightly on here so there may be a few errors etc, but this gives you an idea. This way instead of editing the method everytime to edit it to your combat style, you can just select which style you want. You could even make an AttackStyle enum for readability, rather than using ints. public boolean switchCombatStyle(int combatStyle) { int style = getConfigs().get(43); if (combatStyle == style) { return true; } switch (combatStyle) { case 0: RS2Widget attButton = getWidgets().get(593, 3); if (attButton != null && getTabs().open(Tab.ATTACK)) { if (attButton.interact()) { // sleep until style equals desired. } } break; case 1: RS2Widget strButton = getWidgets().get(593, 7); etc break; case 2: break; case 3: RS2Widget defButton = getWidgets().get(593, 15); etc break; } return combatStyle == getConfgs().get(43); }
  3. Try rewriting to not use static ID's Could also check to make sure the tab is actually opened before looking to interact with a widget since getTabs().open should be a boolean ? Hope this helps!
  4. ๐Ÿ‘‘CzarScripts #1 Bots ๐Ÿ‘‘ ๐Ÿ‘‘ LATEST BOTS ๐Ÿ‘‘ If you want a trial - just post below with the script name, you can choose multiple too. ๐Ÿ‘‘ Requirements ๐Ÿ‘‘ Hit 'like' ๐Ÿ‘ on this thread
  5. NEW! Added Gemstone Crab! 81 Hours at Cows Brutal Black Dragon support Sulphur Nagua support Blue Dragon 99 ranged 99 Ranged at Gemstone Crab 81 Range F2p Safespotting Hill Giants Hotkey List // F1 = set cannon tile // F2 = hide paint // F3 = Set afk tile // F4 = reset afk tile // F6 = Set safespot tile // F7 = activate tile selector // F8 = Reset tile selector // F9 and F10 used by the client, EDIT: will re-assign as they are no longer used by client // F11 = Set breaks tile // F12 = Reset breaks tile User Interface Banking Tab Demo (handles everything with banking) You can copy inventory (to avoid adding individual items...), you can insert item names which have Auto-Fill (for you lazy folk!) and you can choose whether to block an item and avoid depositing it in bank, ideal for runes and ammo. Looting Tab Demo (From looting to alchemy, noted/stackable items too) You can choose whether to alch an item after looting it simply by enabling a checkbox, with a visual representation. All items are saved upon exiting the bot, for your convenience! Tasking Demo (Not to be confused with sequence mode, this is an individual task for leveling) You can set stop conditions, for example to stop the bot after looting a visage, you can have a leveling streak by changing attack styles and training all combat stats, you can have windows alert bubbles when an event occurs and an expansive layout for misc. options! Prayer Flick Demo (Just example, I made it faster after recording this GIF) There are two settings: Safe mode and efficient mode, this is safe mode: Fight Bounds Demo Allows you to setup the fight bounds easily! Simplified NPC chooser Either choose nearby (local) NPCs or enter an NPC name to find the nearest fight location! Simple interface, just click! Level Task Switch Demo (Switching to attack combat style after getting 5 defence) You can choose how often to keep levels together! e.g. switch styles every 3 levels Cannon Demo (Cannon is still experimental, beta mode!) Choose to kill npcs with a cannon, recharges at a random revolution after around 20-24 hits to make sure the cannon never goes empty too! Results Caged Ogres: How does this bot know where to find NPCs? This bot will find far-away npcs by simply typing the NPC name. All NPCs in the game, including their spawn points have been documented, the bot knows where they are. You can type 'Hill giant' while your account is in Lumbridge, and the bot will find it's way to the edgeville dungeon Hill giants area! Here is a visual representation of the spawn system in action (this is just a visual tool, map mode is not added due to it requiring too much CPU) Fight Area Example (How the bot searches for the npc 'Wolf') Walking System The script has 2 main walking options which have distinctive effects on the script. The walking system is basically a map with points and connections linking each point. It tells the script where to go, and decides the routes to take when walking to fightzones. Walking system 1 This uses a custom walking API written by myself and is constantly being updated as new fightzones are added. Pros: - Updates are instant, no waiting times - More fightzones are supported Cons: - Sometimes if an object is altered, the changes are not instant - Restarting the script too many times requires loading this webwalker each time which adds unnecessary memory (there is no way to make it only load at client startup since I don't control the client) Walking system 2 This is the default OSBot webwalking API - it is relatively new and very stable since the developers have built it, but is currently lacking certain fightzones (e.g. stronghold) and other high level requirement zones. It is perfect for normal walking (no object interactions or stairs, entrances etc) and never fails. Pros: - Stable, works perfect for normal walking - All scripters are giving code to improve the client webwalker - More efficient when restarting the script since it is loaded upon client start Cons: - No stronghold support yet - Some new/rare fightzones not supported yet - If there is a game-breaking update or an unsupported fightzone, it may take some time to add/repair (less than 24 hours usually) So which system should I choose? Whichever one suits your chosen fightzone best! There really shouldn't be any problems - the sole purpose of these options are for backup and emergency purposes, if the script ever messes up there is always the next option to select. Note: If the script ever fails, there will be immediate updates to fix the walking systems! Script Queue/Bot Manager: Script ID is 758, and the parameters will be the profile name that you saved in the fighter setup! Bug Report templates: New feature request - What is the new feature - Basic description of what the script should do - Basic actions for the script: 'Use item on item' etc. For when the script gets stuck on a tile (or continuous loop): - Which exact tile does the script get stuck on? (exact tile, not 'near the draynor village') - Plugin or normal script? - Did you try all 3 walking options? Script has a logic bug (e.g. dies while safespotting) or (cannon mode doesn't pickup arrows) - What is the bug - How did you make the bug happen - (optional) recommendation for the bug, e.g. 'make the script walk back' or something - Tried client restart? - Normal script or a plugin? - Which exact setup options are enabled? Afk mode, cannon mode, etc etc.
  6. 65 HOUR PROGGY!!
  7. This is an AIO (All-in-one) bot that has almost every thieving style except blackjack, ask for a free trial by liking thread or making a post! Vyres and elves are now supported! Both can make solid profit per hour, decent passive income! BIG THANK YOU TO ALL OUR SUPPORTERS! WE ARE THE MOST SOLD THIEVING BOT IN OSBOT HISTORY. MOST REPLIES, MOST USERS, LONGEST PROGGIES #1 Thiever | Most Overall Sales | Most Total Replies | Most Results | 10+ Years Maintained | 'the intelligent choice' by Czar SUPPORTS VYRES 224M made in a single sitting of 77 hours 1.1B made from elves and vyres!! ELVES SUPPORTED TOO! (NEW) 2.1m/hr, 6 crystals in 7 hrs 99 THIEVING MANY MANY TIMES, 35M EXP IN ONE BOTTING RUN!! 99 thieving in ~43k xp (12 minutes remaining)! Just got 99 proggy! Gratz to @iz0n THIEVING PET AT LVL 22 FROM TEA STALLS 11.5 HOURS, WITH PET TOO!! 610k/hr getting 99s on deadman worlds!
  8. by Czar Buy now (only $8.99!) 143 HOURS IN ONE GO!!!!! update: this bot is now featured on the front page of osbot! More reviews than every other fishing bot combined! 100 hour progress report!!! How to use Script Queue: ID is 552, and the parameters will be the profile name that you saved in setup! This process is really simple, just to save you headache
  9. NEW CURRENT RECORD: 294 HOURS RUNTIME! Shoutout to @Ruutihattu NEW: Sandstone mining + hopper support Humidify/water circlet/bandit unnote Ardy cloak tele support Setup Screen Preview Results 84 HOURS ON NEW LEVEL 20 ACCOUNT Suicided account with mirror mode near rock crabs, 81 mining! I will probably go for 99 Even supports Ancient Essence Crystal mining! Preview: Mine 1 drop 1 item drop pre-hover feature:
  10. - Amethyst ore crafting also supported - Prioritises use-item on items in inventory that are closest to one another - Stops script when you run out of materials (if you decide not to restock at GE) Gallery
  11. If you got your own method great but why does it say you've visited many times and visited yesterday?
  12. Go with 10-12 mins so it will last the whole time for each account that's created The provider I've used worked good (localproxies.com), but they have gotten sloppy with their service. Not sure I'd reccommend them anymore.
  13. 1 point
    I'm not sure how the bot managed to select an item in the first place... As for lovakenj, is it this one? If so, where abouts in the mine is the good stuff, and is that bank usable without any requirements?
  14. I had originally written it as a standalone one task thing instead of a more universal method so I decided to go ahead and take both of your suggestions into account: public void combatSwitch(style changeStyle) { switch (changeStyle) { case ATTACK: if (getTabs().open(Tab.ATTACK)) { if (getWidgets().get(593, 3).interact()) { new ConditionalSleep(3000) { @Override public boolean condition() throws InterruptedException { return getConfigs().get(43) == 0; } }.sleep(); } } break; case STRENGTH: if (getTabs().open(Tab.ATTACK)) { if (getWidgets().get(593, 7).interact()) { new ConditionalSleep(3000) { @Override public boolean condition() throws InterruptedException { return getConfigs().get(43) == 1; } }.sleep(); } } break; case DEFENSE: if (getTabs().open(Tab.ATTACK)) { if (getWidgets().get(593, 15).interact()) { new ConditionalSleep(3000) { @Override public boolean condition() throws InterruptedException { return getConfigs().get(43) == 3; } }.sleep(); } } break; } } Using: enum style { ATTACK, DEFENSE, STRENGTH; } Thanks again for the suggestions!
  15. Hey fellas. Just started botting and i signed up for a free 7 day premium VPN at Hotspot Shield. Honestly its the worst VPN experience i've ever had, im online for maybe 10 minutes and it starts to dc on osrs. Its random dc, but its only when im using the VPN. So my question is, is HotSpotshield a shit VPN and do i need another? If yes, which are good and fairly cheap?
  16. Copying that worked lol
  17. Having a hard time believing it since people add me all the time, are you sure? xardason#3668
  18. this is great it got one of my accounts up to 84 before i got it banned botting fishing rip the 16m i spent for the construction supplies lol but this is definitely a good script
  19. resizable game mode Actually I can change that anyways, the way the script is it wouldn't matter. Thanks for pointing out that I didn't change that.
  20. I've used Excellent a bit, but I usually only do like 30-45 minute agility sessions at a time to be safe.
  21. Talking to on Discord, can PM on site to confirm as well.
  22. You feel like shit. I know, I've been there before.
  23. If you want to make your f2p accounts last longer while combat training avoid: Cows Chickens Goblins Rats
  24. Its working now thanks @FrostBug
  25. Still messing with the dynsmic sig to get it right. For some reason it only sends data for some people. In 1.25 hopefully I fixed the issue
  26. 1 point
    Awesome. Please send me a PM regarding this and we'll get it sorted.
  27. 1 point
    User did not respond in ~24 hours. Removing. @Ludoxx Please post a dispute if you have any evidence next time.
  28. 1 point
    Every time I get it to the entrance it stops as soon as it walks in entrance. Script banks fine but doesnโ€™t do anything after, stuck at entrance one. I can supply an account for you to test with no problem. If you have a discord message it to me and we can do it that way.
  29. 1 point
    Could you add dragon harpoon support? please
  30. Been running this on a low level pure, 50ish range, with accumulator, steel darts, blue d'hide top/chaps/vambs. Used earlier versions of this script a year or two ago to get full void on my 2 main accounts, never been banned. Thanks for the great script Will post more progresses as they become available. Cheers edit: knives -> darts edit2: breaks are enabled during these progresses (random breaks, usually 8-11 minutes each hour).
  31. 1 point
    So far I've haven't experienced any issues with the hopper. Are you sure you're making use of the correct methods? Also, consider using a switch instead of multiple if statements. You should use something of this sort: int hopTo = -1; int rand = random(1,10); switch (rand) { case 1: hopTo = 1; break; case 2: hopTo = 8; break; //add remaining cases } if (hopTo != -1 && hopTo != getWorlds().getCurrentWorld){ getWorlds().hop(hopTo); } Here's an even better solution with an array instead of a switch int hopTo = -1; int[] worlds = {1,8,16}; //add your worlds here int rand = random(0, worlds.length - 1); //arrays start from index 0 hopTo = worlds[rand]; if (hopTo != -1 && hopTo != getWorlds().getCurrentWorld){ getWorlds().hop(hopTo); }
  32. YES! Hit me up with a trial
  33. 20% cut for the worker lol
  34. I got nailed last night too, they must have good detection on this particular bot, did all stats base 50 Nd rced for 4 hours total yesterday, 2 hours, 4 hour break then two hours again, 2 day temp ban.
  35. Script somehow didnt withdraw npc contact runes, and I got caught. First ban on an account ever, and I've botted serious hours over time, gf 2 day temp. Time to play Legit!

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.