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

    Global Moderator
    15
    Points
    23654
    Posts
  2. D Bolter

    Java Lifetime Sponsor
    4
    Points
    4842
    Posts
  3. LeBerry

    Members
    3
    Points
    17
    Posts
  4. Apaec

    Scripter III
    3
    Points
    11174
    Posts

Popular Content

Showing content with the highest reputation on 08/05/18 in all areas

  1. ๐Ÿ‘‘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
  2. 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.
  3. 150M osrs Pricetag for an account like this with 60a 80s?
  4. 2 points
    As tittle say, got dark days behind me, post joke , 3 best jokes win tommorow,no need to like spam bla bla. cheers Will give 3 twitch prime codes. 31 days member WINNERS- @D Bolter @Acerd @FuryShark
  5. I was able to successfully interact with a MySQL database from a script. I used XAMPP Control Panel v3.2.2 to handle Apache and MySQL locally. I used mysql-connector-java-8.0.11.jar as my SQL driver. I created a folder on my Desktop and put in the following: osbot-sql/ osbot-sql/lib/mysql-connector-java-8.0.11.jar osbot-sql/lib/OSBot 2.5.8.jar osbot-sql/Start OSBot with SQL Driver.bat The contents of the batch file is as follows: "C:\Program Files\Java\jre1.8.0_172\bin\java.exe" -cp "lib/*" org.osbot.Boot -debug The first bit "C:\...\..\..\" can be changed to just "java" if your running version of Java is compatible with OSBot. Mine isn't. If yours is, then you can simply do the following: java -cp "lib/*" org.osbot.Boot -debug Once the bot loaded, I then ran a simple test script to read from a table called "big_league" from my database. The test script is as follows: import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(author = "", info = "", logo = "", name = "SQL Test", version = 0) public class Test extends Script { @Override public void onStart() throws InterruptedException { try { String host = "localhost:3306"; String db = "big_league"; String user = "root"; String pass = ""; String connStr = String.format("jdbc:mysql://%s/%s?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC", host, db); Connection conn = DriverManager.getConnection(connStr, user, pass); ResultSet results = conn.createStatement().executeQuery("SELECT `name` FROM `item`;"); while (results.next()) { logger.debug(results.getString("name")); } } catch (SQLException e) { logger.error(e); } } @Override public int onLoop() throws InterruptedException { return 50; } } And it worked. It printed out the 3 item names I had stored in my database. If a query works, then insert, update, delete, drop, etc. will also work too. Note: Your script won't be approved for SDN release because: SDN compiler won't have those libraries, so ClassNotFoundException will occur. Developers don't want to add bloat to OSBot that only benefits a few users. Potential licensing/legal issues using external libraries commercially, or redistributing them.
  6. โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ 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.
  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. 1 point
    Released as VIP+ An advanced selection-configured ore miner supporting both Power-mining and Banking Features: Custom rock selection interface allows you to exclusively tailor the script to your needs Banking support - the script will calculate a route to any selected bank using the OSBot web Easy to configure re-sizeable setup GUI housing the custom rock selection panel: Powermine feature with support for both 'Mine-one-drop-one' and 'Drop when inventory is full' modes Randomised rock prioritisation means the script will never mine rocks in a repeating order Option to keep gems mined in inventory Dragon pickaxe / Infernal pickaxe special attack support. Smashing! Option to move mouse outside of the screen while idle (not recommended unless mining something slow!) Informative self-generating paint with hourly rate data to accurately track your progress Option to stop at a specific target mining level Requirements: A pickaxe for which you have the level to use, either equipped or in your inventory. If you wish to receive gems more frequently (1/86 instead of 1/256) while mining, consider equipping an Amulet of Glory. Setup Guide: Add the script to your collection via the SDN Start up OSBot (or refresh your scripts list), then run the script After the GUI (startup interface) shows up, enable human input by cycling the input button next to the pause/stop buttons Select the rocks that you wish to mine via the game screen: Make sure that the rock is not mined when you select it. Make sure the rock tile is outlined on-screen and the rock data appears on the GUI. You can remove rocks either by deselecting them in-game, or by manually removing them from the GUI. Currently selected rocks are highlighted in cyan. Disable human input once you have selected your desired rocks (Settings>[check] disable input) Configure the settings tab to your liking If banking, be sure to select the closest bank to your mining location. Note that the banking code relies on the OSBot web-walking system, which can sometimes take a few seconds to calculate a route. Start the script with the button at the bottom of the GUI Relax Screenshots:
  9. 1 point
    Anyone have some good book recommendations? Into non-fiction mostly. Not that interested in fiction or sci-fi, even though I've read some before. What's your favorite book?
  10. I'm going on a vacation for a few days and I'm pretty sure a specific person is trying to scam in my name! (No names mentioned) Always request a pm from me if you find a sweet deal made in my name. (I will not do any trades within the closest 10 days). My Skype name is Im.fishy and I very rarely deal on discord (my name there is not related to a fish.) If u want my discord pm me. Stay safe!
  11. Have fun on vacation!
  12. 1 point
    Phone camera sucks but hi
  13. 1 point
    Sure - trial activated!
  14. 1 point
    Like my cables?
  15. 1 point
    Lol been hearing a lot of talk about the similarity recently. I blocked him a while ago. He has so much stuff that I can spend forever talking about lol. I just leave him be. ATF? Title sounds like Danteโ€™s inferno lmao. The kids book? Sci fi magic?
  16. @Czar could you tag me when you updated it please?
  17. this script needs a fix, get stuck at bank
  18. Done gl guys I will make the script only switch to combat tab for dragon axe specials then
  19. Working well so far also support though discord channel was very helpful.
  20. 1 point
    I can do it for 16m. Hand done obviously. Discord lukkeis#7150 Skype rusho73
  21. Here is my entire console log. I am on duel monitors if that is making a difference. (I am also on Mirror mode) [INFO][08/05 02:44:30 AM]: Loaded 4 RS accounts! [INFO][08/05 02:44:30 AM]: Welcome to OSBot 2.5.8! [INFO][08/05 02:44:42 AM]: Updated injection hooks for client revision : 172! [DEBUG][Bot #1][08/05 02:44:42 AM]: Initializing mirror client bot... [INFO][Bot #1][08/05 02:45:36 AM]: Initializing 36 API modules... [INFO][08/05 02:45:36 AM]: Started bot #1 [INFO][Bot #1][08/05 02:45:36 AM]: [Break Manager] After botting for 248 minute(s), you will break for 63 minute(s). [INFO][Bot #1][08/05 02:45:36 AM]: Loaded 4 built-in random solvers! [INFO][Bot #1][08/05 02:45:38 AM]: Started random solver : Auto Login [INFO][Bot #1][08/05 02:45:45 AM]: Random solver exited : Auto Login [INFO][Bot #1][08/05 02:45:49 AM]: Started random solver : Auto Login [DEBUG][Bot #1][08/05 02:45:49 AM]: Login Code: 12 [ERROR][Bot #1][08/05 02:45:49 AM]: Unknown login response; script stopped! [INFO][Bot #1][08/05 02:45:49 AM]: Terminating script Perfect Crabs... [ERROR][Bot #1][08/05 02:45:49 AM]: Error in script onExit(): Perfect Crabs java.lang.NullPointerException at perfect.scripting.LoopScript.a(wg:408) at perfect.scripting.LoopScript.onExit(wg:347) at cOn.onExit(yk:2052) at org.osbot.rs07.event.ScriptExecutor.iiIiiiiiIiiI(kl:294) at org.osbot.rs07.event.ScriptExecutor.stop(kl:329) at org.osbot.rs07.event.ScriptExecutor.stop(kl:324) at org.osbot.rs07.randoms.AutoLogin.onResponseCode(om:268) at org.osbot.rs07.Bot.executeListenerEvents(wj:375) at org.osbot.rs07.event.RandomExecutor.run(ck:43) at java.lang.Thread.run(Unknown Source) [INFO][Bot #1][08/05 02:45:49 AM]: Script Perfect Crabs has exited! [INFO][Bot #1][08/05 02:45:49 AM]: Random solver exited : Auto Login [INFO][Bot #1][08/05 02:59:32 AM]: [Break Manager] After botting for 220 minute(s), you will break for 56 minute(s). [INFO][Bot #1][08/05 02:59:32 AM]: Loaded 4 built-in random solvers! [INFO][Bot #1][08/05 02:59:35 AM]: Started random solver : Auto Login [INFO][Bot #1][08/05 02:59:40 AM]: Random solver exited : Auto Login [INFO][Bot #1][08/05 02:59:44 AM]: Started random solver : Welcome Screen [INFO][Bot #1][08/05 02:59:48 AM]: Random solver exited : Welcome Screen [INFO][Bot #1][08/05 02:59:53 AM]: Terminating script Perfect Crabs... [ERROR][Bot #1][08/05 02:59:53 AM]: Error in script onExit(): Perfect Crabs java.lang.NullPointerException at perfect.scripting.LoopScript.a(wg:408) at perfect.scripting.LoopScript.onExit(wg:347) at cOn.onExit(yk:2052) at org.osbot.rs07.event.ScriptExecutor.iiIiiiiiIiiI(kl:294) at org.osbot.rs07.event.ScriptExecutor.stop(kl:329) at org.osbot.rs07.event.ScriptExecutor.stop(kl:324) at org.osbot.Mb.run(rz:204) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) [INFO][Bot #1][08/05 02:59:53 AM]: Script Perfect Crabs has exited! [INFO][Bot #1][08/05 03:02:07 AM]: [Break Manager] After botting for 239 minute(s), you will break for 55 minute(s). [INFO][Bot #1][08/05 03:02:07 AM]: Loaded 4 built-in random solvers!
  22. [INFO][Bot #1][08/05 01:10:06 AM]: [Break Manager] After botting for 245 minute(s), you will break for 63 minute(s). [INFO][Bot #1][08/05 01:10:06 AM]: Loaded 4 built-in random solvers! [INFO][Bot #1][08/05 01:10:31 AM]: Terminating script Perfect Crabs... [ERROR][Bot #1][08/05 01:10:31 AM]: Error in script onExit(): Perfect Crabs java.lang.NullPointerException at perfect.scripting.LoopScript.a(wg:408) at perfect.scripting.LoopScript.onExit(wg:347) at cOn.onExit(yk:2052) at org.osbot.rs07.event.ScriptExecutor.iiIiiiiiIiiI(kl:294) at org.osbot.rs07.event.ScriptExecutor.stop(kl:329) at org.osbot.rs07.event.ScriptExecutor.stop(kl:324) at org.osbot.Mb.run(rz:204) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) [INFO][Bot #1][08/05 01:10:31 AM]: Script Perfect Crabs has exited! [INFO][Bot #1][08/05 01:10:48 AM]: [Break Manager] After botting for 249 minute(s), you will break for 54 minute(s). [INFO][Bot #1][08/05 01:10:48 AM]: Loaded 4 built-in random solvers! For some reason I am unable to run the bot!
  23. Congrats on the release @Shrykur! I'm looking at this code and I'm like nope... Cba to learn that insane stuff lol
  24. Nice release man learned alot from looking over it.
  25. I actually didn't test how much per hour I was getting, I only made this script with the intent of getting from 5-20 crafting so I could bot sapphire rings, sorry my dude, if I get time tomorrow I'll add an overlay for it to display rings/hour
  26. No account gets banned for using just this script. Please stop trying to blame something that does it jobs in 10 minutes or less.
  27. The bot doesnt seem to find the gloves of silence in your bank, while pick pocketing knight of ardougne it freezes once the gloves of silence runs out and tries to replenish itself. I have 30 in my bank for the bot to replace itself. Some of the logs of the bot: https://gyazo.com/8d67c9ae0c6904673a9682ba8b01477c
  28. hey can i get the trial before i buy?
  29. Hey any chance I could have a free trial of this please!?
  30. just a question may be a bug, its switching between combat interface and the inventory interface dunno if this is a bug or its suppose to happen so just letting you know and it does look a bit weird
  31. Here's my story:
  32. trial please I might will buy script ??
  33. @Czar i'm having issues with thieving ardy knights.. sometimes if goes through an entire inventory of food before banking and sometimes it only uses half an inventory.... Other issues I'm having is the running back part from banking.. It will withdraw the food then sit there and not move
  34. Only had the trial, didn't want to swap gloves and gaunlets so i just used a bucket
  35. Done gl on trials guys
  36. u should be banned for that ugly ass picture
  37. Liked and Hearted! Could I have a trial?
  38. Does this work during the day too?

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.