Jump 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 12/03/18 in Posts

  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. In this video, I write the beginnings of an "AIO" Fighter script which can be extended in future videos. Feel free to use the source code for any purpose. Source code: import org.osbot.rs07.api.model.Item; import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.utility.ConditionalSleep; import java.util.Arrays; @ScriptManifest(name = "10MinFighter", version = 1.0, info = "", author = "", logo = "") public class Driver extends Script { String npcName; @Override public int onLoop() throws InterruptedException { // 1. decide which type of npcs to attack if (npcName == null) { if (myPlayer().getInteracting() != null) { npcName = myPlayer().getInteracting().getName(); } else { return 500; } } // 2. attack them if (!myPlayer().isAnimating() && myPlayer().getInteracting() == null) { NPC next = getNpcs().closest(npc -> npc.getName().equals(npcName) && npc.isAttackable() && !npc.isUnderAttack() && npc.getInteracting() == null); if (next != null) { next.interact("Attack"); new ConditionalSleep(5000) { @Override public boolean condition() throws InterruptedException { return myPlayer().getInteracting() != null; } }.sleep(); } } // 3. eat food so we don't die if (myPlayer().getHealthPercent() < 50) { Item food = getInventory().getItem(item -> Arrays.asList(item.getActions()).contains("Eat")); if (food != null) { food.interact("Eat"); sleep(2500); } } // 4. (optional) loot and bank return 500; } } Previous tutorial:
  3. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Task/progressive based setup - Cutting logs - Stringing bows - Bolt tips cutting - Assemble bolts - Tipping bolts - Assemble darts - Assemble arrows - Celastrus bark cutting - CLI support for goldfarmers Custom Breakmanager: - Setup Bot and break times - Randomize your break times - Stop script on certain conditions (Stop on first break, Stop after X amount of minutes, Stop when skill level is reached) - Worldhopping - Crucial part to botting in 2023! Script queueing: - Support queueing multiple script in a row - All Khal scripts support flawless transitions in between scripts - Start creating your acc in a few clicks from scratch to multiple 99's - Flawless CLI support - Learn more here: How to use CLI parameters: - Example Usage: -script 1036:ScriptFile.BreakFile.DiscordFile SAVEFILE = Saved Filename BREAKFILE = Breakmanager Filename - SAVEFILE: Save file can be created in the GUI. Navigate to the tab you want to run and press "Save As CLI file". Please choose your filename wisely (No special characters) - BREAKFILE (Optional): Breakfile can also be create in the GUI, set the breaksettings you wish to use and press "Save new CLI BreakFile". Please choose your filename wisely (No special characters) - Final form (Note that with some bot managers you do not need to specify -script 1036): -script 1036:TaskList1.4515breaks (With breaks) -script 1036:TaskList1.4515breaks.discord1 (With breaks & discord) -script 1036:TaskList1..discord1 (NO breaks & discord)
  4. โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ 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.
  5. Setup Screens Smithing Mode Results & Show-off
  6. 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:
  7. I see, Well I think the new one is a bit more simple and cleaner ^^
  8. It's not necessarily bad but the old one was 10x better
  9. Gz on the release
  10. Yoooooooooooooo good shit Khal congrats on release
  11. 1 point
    I've been using for two days now. Got 83-85 so far so good..
  12. Good luck! I'm currently working on my skiller so will be interesting to follow your progress too!
  13. Could you add bracelet of slaughter / Expeditious bracelet support (re-equipping once one has ran out) Also it currently only tracks amount of kills when using a cannon, could you also add this without cannon?
  14. Thanks, much appreciated
  15. great script.. been using it alot low ban rate i just ecountered a little bug i hope for a quick fix soon when selecting seer's teleport as the script is done with a lap it always clicks on minimap walks abit then it clicks the teleport.
  16. Really nice that your explaining it with voice aswell. thanks was entertaining to watch
  17. 1 point
    Hey man! I believe there is a premium fishing trawler script in the store. I would imagine that a private script for a mini game might be pretty expensive.
  18. Yea mirror mode is definitely the problem. Thought this bot was supposed to work in mirror mode though.
  19. Goodluck, always love seeing skiller threads
  20. 1 point
    bought ur script using it. ill let you guys know how it is.
  21. 1 point
    Do you trials Fruity? Ended up just purchasing since it's the only one atm, hope everything is in working order
  22. have bought easily over 1.5b from him so far (need more btw hmu lol), always quick and easy. My primary go to for when i need gp.
  23. good luck, gonna be interesting to follow you!
  24. brb releasing mysteryyaiofighter Please make a paint 4 me too.
  25. Got me from 1-40 in about 6 hours with high alching. It did the different courses perfectly with no issues. Ill let you know if I get banned but it worked very good imo.
  26. 1 point
    Ran for hours and it was flawless. Thanks for a killer script.
  27. @Czar Possible feature in the later versions? The option to have multiple safe spots if they're in a square/line? So that the script can go to any of the selected safespots Thanks and keep up the great work.
  28. Hey @Czar - Does this bot support potions? Like consuming energy/super energy/stam pots?
  29. I don't know bc I don't use mirror mode, If you don't use it though you might not get that error, bc i've never gotten it
  30. I only know how to copy and paste log not how to find it in my computer so sorry for this. [INFO][Bot #1][12/02 06:09:29 AM]: >>>>>>> Increment State <<<<<<<< [INFO][Bot #1][12/02 06:09:29 AM]: .. : (i0s0) [INFO][Bot #1][12/02 06:09:29 AM]: closing bank, state finished successfully [INFO][Bot #1][12/02 06:09:29 AM]: >>>>>>> End <<<<<<<< [INFO][Bot #1][12/02 06:09:29 AM]: Total good: , [INFO][Bot #1][12/02 06:09:29 AM]: Total bad: [INFO][Bot #1][12/02 06:09:29 AM]: (i0s0) - Closing bank, last state of the inventory finished. [INFO][Bot #1][12/02 06:09:29 AM]: Lost mate [INFO][Bot #1][12/02 06:09:29 AM]: 2 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:29 AM]: 4 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:29 AM]: >>>>>>> Increment State <<<<<<<< [INFO][Bot #1][12/02 06:09:29 AM]: .. : (i0s0) [INFO][Bot #1][12/02 06:09:29 AM]: closing bank, state finished successfully [INFO][Bot #1][12/02 06:09:29 AM]: >>>>>>> End <<<<<<<< [INFO][Bot #1][12/02 06:09:29 AM]: Total good: , [INFO][Bot #1][12/02 06:09:29 AM]: Total bad: [INFO][Bot #1][12/02 06:09:29 AM]: (i0s0) - Closing bank, last state of the inventory finished. [INFO][Bot #1][12/02 06:09:30 AM]: Lost mate [INFO][Bot #1][12/02 06:09:30 AM]: 2 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:30 AM]: 4 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:30 AM]: >>>>>>> Increment State <<<<<<<< [INFO][Bot #1][12/02 06:09:30 AM]: .. : (i0s0) [INFO][Bot #1][12/02 06:09:30 AM]: closing bank, state finished successfully [INFO][Bot #1][12/02 06:09:30 AM]: >>>>>>> End <<<<<<<< [INFO][Bot #1][12/02 06:09:30 AM]: Total good: , [INFO][Bot #1][12/02 06:09:30 AM]: Total bad: [INFO][Bot #1][12/02 06:09:30 AM]: (i0s0) - Closing bank, last state of the inventory finished. [INFO][Bot #1][12/02 06:09:30 AM]: Lost mate [INFO][Bot #1][12/02 06:09:30 AM]: 2 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:30 AM]: 4 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:30 AM]: >>>>>>> Increment State <<<<<<<< [INFO][Bot #1][12/02 06:09:30 AM]: .. : (i0s0) [INFO][Bot #1][12/02 06:09:30 AM]: closing bank, state finished successfully [INFO][Bot #1][12/02 06:09:30 AM]: >>>>>>> End <<<<<<<< [INFO][Bot #1][12/02 06:09:30 AM]: Total good: , [INFO][Bot #1][12/02 06:09:30 AM]: Total bad: [INFO][Bot #1][12/02 06:09:30 AM]: (i0s0) - Closing bank, last state of the inventory finished. [INFO][Bot #1][12/02 06:09:30 AM]: Lost mate [INFO][Bot #1][12/02 06:09:30 AM]: 2 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:30 AM]: 4 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:30 AM]: >>>>>>> Increment State <<<<<<<< [INFO][Bot #1][12/02 06:09:30 AM]: .. : (i0s0) [INFO][Bot #1][12/02 06:09:30 AM]: closing bank, state finished successfully [INFO][Bot #1][12/02 06:09:30 AM]: >>>>>>> End <<<<<<<< [INFO][Bot #1][12/02 06:09:30 AM]: Total good: , [INFO][Bot #1][12/02 06:09:30 AM]: Total bad: [INFO][Bot #1][12/02 06:09:30 AM]: (i0s0) - Closing bank, last state of the inventory finished. [INFO][Bot #1][12/02 06:09:31 AM]: Lost mate [INFO][Bot #1][12/02 06:09:31 AM]: 2 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:31 AM]: 4 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:31 AM]: >>>>>>> Increment State <<<<<<<< [INFO][Bot #1][12/02 06:09:31 AM]: .. : (i0s0) [INFO][Bot #1][12/02 06:09:31 AM]: closing bank, state finished successfully [INFO][Bot #1][12/02 06:09:31 AM]: >>>>>>> End <<<<<<<< [INFO][Bot #1][12/02 06:09:31 AM]: Total good: , [INFO][Bot #1][12/02 06:09:31 AM]: Total bad: [INFO][Bot #1][12/02 06:09:31 AM]: (i0s0) - Closing bank, last state of the inventory finished. [INFO][Bot #1][12/02 06:09:31 AM]: Lost mate [INFO][Bot #1][12/02 06:09:31 AM]: 2 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:31 AM]: 4 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:31 AM]: >>>>>>> Increment State <<<<<<<< [INFO][Bot #1][12/02 06:09:31 AM]: .. : (i0s0) [INFO][Bot #1][12/02 06:09:31 AM]: closing bank, state finished successfully [INFO][Bot #1][12/02 06:09:31 AM]: >>>>>>> End <<<<<<<< [INFO][Bot #1][12/02 06:09:31 AM]: Total good: , [INFO][Bot #1][12/02 06:09:31 AM]: Total bad: [INFO][Bot #1][12/02 06:09:31 AM]: (i0s0) - Closing bank, last state of the inventory finished. [INFO][Bot #1][12/02 06:09:32 AM]: Lost mate [INFO][Bot #1][12/02 06:09:32 AM]: 2 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:32 AM]: 4 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:32 AM]: >>>>>>> Increment State <<<<<<<< [INFO][Bot #1][12/02 06:09:32 AM]: .. : (i0s0) [INFO][Bot #1][12/02 06:09:32 AM]: closing bank, state finished successfully [INFO][Bot #1][12/02 06:09:32 AM]: >>>>>>> End <<<<<<<< [INFO][Bot #1][12/02 06:09:32 AM]: Total good: , [INFO][Bot #1][12/02 06:09:32 AM]: Total bad: [INFO][Bot #1][12/02 06:09:32 AM]: (i0s0) - Closing bank, last state of the inventory finished. [INFO][Bot #1][12/02 06:09:32 AM]: Lost mate [INFO][Bot #1][12/02 06:09:32 AM]: 2 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:32 AM]: 4 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:32 AM]: >>>>>>> Increment State <<<<<<<< [INFO][Bot #1][12/02 06:09:32 AM]: .. : (i0s0) [INFO][Bot #1][12/02 06:09:32 AM]: closing bank, state finished successfully [INFO][Bot #1][12/02 06:09:32 AM]: >>>>>>> End <<<<<<<< [INFO][Bot #1][12/02 06:09:32 AM]: Total good: , [INFO][Bot #1][12/02 06:09:32 AM]: Total bad: [INFO][Bot #1][12/02 06:09:32 AM]: (i0s0) - Closing bank, last state of the inventory finished. [INFO][Bot #1][12/02 06:09:32 AM]: Lost mate [INFO][Bot #1][12/02 06:09:32 AM]: 2 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:32 AM]: 4 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:32 AM]: >>>>>>> Increment State <<<<<<<< [INFO][Bot #1][12/02 06:09:32 AM]: .. : (i0s0) [INFO][Bot #1][12/02 06:09:32 AM]: closing bank, state finished successfully [INFO][Bot #1][12/02 06:09:32 AM]: >>>>>>> End <<<<<<<< [INFO][Bot #1][12/02 06:09:32 AM]: Total good: , [INFO][Bot #1][12/02 06:09:32 AM]: Total bad: [INFO][Bot #1][12/02 06:09:32 AM]: (i0s0) - Closing bank, last state of the inventory finished. [INFO][Bot #1][12/02 06:09:33 AM]: Lost mate [INFO][Bot #1][12/02 06:09:33 AM]: 2 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:33 AM]: 4 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:33 AM]: >>>>>>> Increment State <<<<<<<< [INFO][Bot #1][12/02 06:09:33 AM]: .. : (i0s0) [INFO][Bot #1][12/02 06:09:33 AM]: closing bank, state finished successfully [INFO][Bot #1][12/02 06:09:33 AM]: >>>>>>> End <<<<<<<< [INFO][Bot #1][12/02 06:09:33 AM]: Total good: , [INFO][Bot #1][12/02 06:09:33 AM]: Total bad: [INFO][Bot #1][12/02 06:09:33 AM]: (i0s0) - Closing bank, last state of the inventory finished. [INFO][Bot #1][12/02 06:09:33 AM]: Lost mate [INFO][Bot #1][12/02 06:09:33 AM]: 2 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:33 AM]: 4 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:33 AM]: >>>>>>> Increment State <<<<<<<< [INFO][Bot #1][12/02 06:09:33 AM]: .. : (i0s0) [INFO][Bot #1][12/02 06:09:33 AM]: closing bank, state finished successfully [INFO][Bot #1][12/02 06:09:33 AM]: >>>>>>> End <<<<<<<< [INFO][Bot #1][12/02 06:09:33 AM]: Total good: , [INFO][Bot #1][12/02 06:09:33 AM]: Total bad: [INFO][Bot #1][12/02 06:09:33 AM]: (i0s0) - Closing bank, last state of the inventory finished. [INFO][Bot #1][12/02 06:09:33 AM]: Lost mate [INFO][Bot #1][12/02 06:09:34 AM]: 2 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:34 AM]: 4 State set (i0s0), label: ss: deposit_all and: empty can: true [INFO][Bot #1][12/02 06:09:34 AM]: >>>>>>> Increment State <<<<<<<< [INFO][Bot #1][12/02 06:09:34 AM]: .. : (i0s0) [INFO][Bot #1][12/02 06:09:34 AM]: closing bank, state finished successfully [INFO][Bot #1][12/02 06:09:34 AM]: >>>>>>> End <<<<<<<< [INFO][Bot #1][12/02 06:09:34 AM]: Total good: , [INFO][Bot #1][12/02 06:09:34 AM]: Total bad: [INFO][Bot #1][12/02 06:09:34 AM]: (i0s0) - Closing bank, last state of the inventory finished. [INFO][Bot #1][12/02 06:09:34 AM]: Script Perfect Fighter has paused!
  31. Yes i haven't ran it since i wrote that. Might do it again but i can't find where logs get saved on my computer for scripts. Where do i go?
  32. Are you using mirror mode? I've never had this issue and I bot there a lot actually
  33. Can I please trial.
  34. Yea i agree with above comments. I gave this script a week and some change of not using so hopefully it would get better. I tried every option it just isn't working anymore. I need a woodcutting script soon so hopefully you fix it. Not trying to be a pest its just super slow and laggy. Takes forever to start up and cpu usage is real high.
  35. accounts with all 50 +/- stats running smoothly - cheers
  36. can i have an trail i already have your ranging guild and perfect rock crabs. might buy this one to:) ty
  37. Having trouble saving scripts for specific pvm. As soon as I click "Save As" the program stops working. On a mac.
  38. @Czar You're making a website for this script? Let me know if you need help with it, I'm a web dev
  39. Using 40-60% cpu? as compared with other wc scripts that only use 10? something wrong? 2.5.28
  40. I think it's because you're using a safespot. Because of this after every action it checks the tile, sees you're not on the safespot and walks back. Same problem happens when combining a safespot with a cannon. I'm afraid it's not something in your script but rather in the way it's coded
  41. Finally the update became live But the function, where the bots picks up all items in one row (For my settings, i'ts arrows, big bones, and 500gp+ items). doesnt seems to work.. ? Which functions should i use? Here is a video showing the issue:
  42. Hey man, about the Frankenstrain teleports: I had food in my inv all the times i tried so it didn't go bank, but it wasnt near to the fight area so it also couldn't go fight. My bad. I found another small bug though (for real this time): When it's set to stop when a certain task is completed, it tries to logout but cant because its less then 10 seconds since combat, and will start attacking monsters again right after. This is undesirable when fighting in slayer caves becuase it will keep clicking monsters it cant attack. Using kill count doesn't work there either because it sometimes miscounts by a few kills. A simple solution would be a short cooldown timer before trying to logout on task end. Hope it's not too much to ask, i really appreciate the script and this would make it much more usable for slayer tasks
  43. If you can add revs with anti-pk, this would be the best script on the market.
  44. Jagex knows everything. They even know what kind of porn you jerk it too.
  45. doing quests in between doesnt really do much ive had a few banned after doing some hefty questing

Account

Navigation

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.