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
    16
    Points
    23415
    Posts
  2. Oliver

    Ex-Staff
    10
    Points
    5204
    Posts
  3. Alek

    Ex-Staff
    9
    Points
    7878
    Posts
  4. Saiyan

    Trade With Caution
    8
    Points
    5105
    Posts

Popular Content

Showing content with the highest reputation on 12/13/16 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. -PathPreferenceProfile setAllowTeleports once again utilizes all teleport tabs and scrolls -Added 4 new agility shortcuts --Added Taverly Dungeon lesser demons shortcut --Added all Dense runestone shortcuts on Zeah I plan on doing some serious web walker cleanup which should eventually iron out some more issues and allow me to expand a bit further. Edit: Thanks to both @ProjectPact and @Chris for their generous support of teleport tabs to help me patch the issue. Also thanks to @Khaleesi for nagging me for about 6 months with the tab issue. Happy Botting
  3. 4 points
    If you use walking.webwalk then basically no. Try to create a WalkingEvent and set some break conditions
  4. I've decided to start cleaning up Web Walking because it was becoming a bit unmanageable with all the devs having a hand in it. The biggest problem was having half-written code which was being used as placers. Anything that was deprecated or removed was not functional at all. Additionally I've added some new methods to give scripters really great control of web walking through PathPreferenceProfile, notably the ignoreItems method. Crappy Example: Scripter doesn't want to bring you through Karamja as a shortcut over a concern of the volcano exploding. Scripter sets to ignore 995 (coins) meaning that if there are coins in your inventory, they will be "ignored" in the path calculation. The web walker will say "oh wow this dude is broke, we can't bring him through Karamja" and find an alternate route. Also I added a sellItem method. Changelog: -Removed Anti-Dragon shield requirement for traversing Brimhaven Dungeon -All skill checks are based on Dynamic level -Added PathPreferenceProfile setAllowObstacles(boolean) -Added PathPreferenceProfile setAllowTeleports(boolean) -Added PathPreferenceProfile ignoreItems(int... ids) -Streamlined a lot of the bloated methods, cleaned up back-end -Improved GrandExchange buyItem -Added GrandExchange sellItem -Deprecated PathPreferenceProfile avoidAllItemLinks -Deprecated PathPreferenceProfile addItemLinksToAvoid -Deprecated PathPreferenceProfile ignoreAllQuestLinks -Deprecated PathPreferenceProfile addQuestLinksToAvoid -Deprecated PathPreferenceProfile addSkillLinksToAvoid Development Download: http://osbot.org/devbuilds/osbot%202.4.103.jar Happy Botting.
  5. 3 points
    It's a lot like the Grand Exchange really, study the charts,watch for patterns, read up on news about the companies. That should be a good start. I'm a bit of a gambler so I wouldn't do too well I think. I profited a bit in the beginning but then just got careless and stopped caring much and lost some cash. Do your research and follow your own methods cause no one is gonna share theirs.
  6. NEW! supports new south + east shortcuts, new hopper (upstairs), and mouse invokes!!! (just like runelite!) 'the intelligent choice' By Czar 34-99 Mining on video!! Agility Shortcut Setup Window Preview 70 hours run time https://i.imgur.com/wiF6VPO.png
  7. 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.
  8. 2 points
  9. 2 points
    MY SUPER BASIC PROBABLY GONNA GET YOU BANNED WINE MAKER What it does: Make wine! How to: Start at any bank that has banker NPCs, make sure you have Jugs of Water and Grapes in your bank or inventory. Features: NONE! Maybe I'll add some "antiban" and paints who knows. DOWNLOAD: CLICK HERE SOURCE:
  10. Difficulty: Easy/Intermediate Just in case anyone is interested in recursion, the same concept can be translated from C++ to Java. If you have any questions with specific file stuff in Java, I'll be happy to help. This can be really useful for scripters who intend to bot farm or anyone who needs to manage files with a large directory. The link is to my website. Article Link
  11. Disputed Member: @PurpleWard Why it should be removed: I got the 2def accidentaly or more so I was setup to get it. Details: So I was told by a mod to dispute my negative feedback from long time ago, because he saw something fishy to me getting the 2def and the buyer getting banned almost the next day. So basically the guy ordered some quests on its pure, me not thinking much didnt check if it was longrange I attacked the quest NPC and got the 2def after one low hit. It was a small hit but it still got the 2def. The setup part came to mind when the guy got banned almost the next day and declined any compensation or rebuild of the acc. Possibly he wanted to do some damage to me or any other service provider in that matter, before he scam quit. Link to topic: It has been deleted long time ago.
  12. 2 points
    Hello , user just pm'd me saying he realised he added an impostor Sorry for his loss but you people cant ask for a simple pm verification or so? like please..
  13. United we stand. All hail the great diplomatic leader.
  14. Made you a new profil picture:
  15. l0l

    2 points
    My friend send me this. It's written in Finnish. It says It's so fucking lonely here at the factory. I would like to go home. What they pay me is a complete joke, and the printing gear is old. Help.
  16. It was this or move to Tri-Crap
  17. NEW: Released Chop & Firemake plugin Added 8 Forestry events!!!!!!!! Easy 99, Next! Map Chooser System Progress Results! Help How to use this with Bot Manager? Script ID is 631, and the parameters will be the profile you saved in the setup window, e.g. oak15.txt I want a new feature added? Make a post below and I am always listening, within reason! The bot is doing something I don't like? Make a post below and I will adjust the code to match your play style!
  18. The only Runecrafting bot you will need Purchase this INSANE bot here You can setup a master account (preferably your main account, can be any account) and a worker account (a throwaway bot account, or any account) will trade the master account and go to bank to get more runes etc. The main account (master) does not need to bot, and can be achieved through the normal RS client without a bot client. Supports: Air runes (1) (normal) & (abyss) Mind runes (2) (normal) & (abyss) Water runes (5) (normal) & (abyss) Earth runes (9) (normal) & (abyss) Mud runes (13) (earth altar) Lava runes (23) (fire altar) Fire runes (14) (normal) & (abyss) Body runes (20) (normal) & (abyss) Cosmic runes (27) (normal) & (abyss) Chaos runes (35) (normal) & (abyss) Astral runes (40) (normal) & (abyss) Nature runes (44) (normal) & (abyss) Law runes (54) (normal) & (abyss) Blood runes (abyss) & (zeah) Auto Arceuus Favour Solver Gets 100% arceuus favour for you Auto GE Restocking Sells runes, buys more supplies automatically Auto-equips chosen armour/robes Use Blood Essences Death Handler gets items from Death's office and repeats (Abyss) Glory mode, ferox mode, house spell/tabs Avoids pkers and hops worlds Uses mouse invokes for quicker runecrafting (stealth) Muling (BETA) will give money to your mules every X hours or profit Creates colossal pouch if you have the needle Results and screenshots
  19. Explv's OSBot Manager GITHUB: https://github.com/Explv/osbot_manager DOWNLOAD: https://github.com/Explv/osbot_manager/releases Changelog With the latest release of CLI capabilities for OSBot, this manager makes batch script loading easy. Any commit requests are welcome. Features: Completely Open Source: Take a look at the code, or modify it as you please. Simple GUI How to use: First go to to the Bot Settings tab, set the path to your OSBot .jar file, add your OSBot username and password Then go to the runescape accounts tab, and add any runescape accounts you want to use Then go to the scripts tab, and add any scripts you want to use. You can either use the script name (if it is a local script) or the script id (ask the script developer for this) Optionally add any proxies you wish to use on the proxies tab Finally, go to the configurations tab, and add some configurations. These consist of a runescape account, a script, (optionally) a proxy, and any other bot settings. To run a configuration simply select it and hit "Start", or press "Start All" to run all of them. Keyboard shortcuts: Ctrl-c to copy a row Ctrl-v to paste a row Delete to delete a row Mouse shortcuts: Double click to edit a row Right click to open context menu Importing proxies and rs accounts from files: RS account files must have the format username:password or username:password:pin Proxy files must have the format: ip:port or ip:port:user:password Screenshots:
  20. Molly's Chaos Druids This script fights chaos druids in Taverly dungeon, Edgeville dungeon and Ardougne. Profits can easily exceed 200k p/h and 60k combat exp/ph, this is a great method for training low level accounts and pures. Buy HERE Like this post and then post on this thread requesting a 24hr trial. When I have given you a trial I will like your post so you will receive a notification letting you know you got a trial. Requirements - 46 Thieving for Ardougne -82 Thieving and a Lockpick for Yanille - 5 Agility for Taverly(recommended) - No other requirements! Though I do recommend combat stats of 20+ as a minimum Features: - Supports eating any food - Hopping out of bot worlds - Recovers from deaths(respawn point must be lumbridge), includes re-equipping items on death - Potion support - Automatically detects and withdraws/uses Falador teleport tabs if using Taverly dungeon - Automatically detects and withdraws/equips/uses glories if using Edgeville dungeon - Supports looting bag Setup: Start the script, fill out the GUI, and be in the general area of where you want to run the script. CLI setup: Proggies: In the works: Known bugs: Bug report form, this is a MUST for problems to be resolved quickly: Description of bug(where, what, when, why): Log: Your settings: Mirror mode: Y/N
  21. The alignment one is really good as well. It's supposed to be a little bit off, right? If so, really nice concept.
  22. I've removed your stats picture. Block out some stats. Just blocking out the total level wont help much.
  23. sweet, just so you know i did start it with pouches after in inv and still didnt work also enabled it in settings. when you do this update can you grant me one more trial so i can test them both again and try natures, if all good ill purchase.
  24. Just looking for a rough estimate, when it comes to selling time I will actually detail more about the account. Monkey Madness Mith Gloves FIrecape Ancients Avas Device RS3: Barrows Gloves Shitton of quest cbf to capture all atm Firecape 99 mage, 99 str 95 hp 94 attk 82 range 70 pray 75 def STOPPED PLAYING IN 09-10
  25. You can vote no but you're forced to pick a > 1 $ donation option at the same time. Nice try fucking scamming piece of shit. Oliver4TWC
  26. 1 point
    you're late, and yeah this is hilarious :xdoge:
  27. Hey Czar, this sounds stupid, but can i get new trial of the "Perfect fisher"? Because i wasn't able to use it at all, because the osbot client was down whole yesterday. Would really really appreciate it, thanks.
  28. Is the script not working untill the update?? x
  29. 1 point
    Stop advertising for him.
  30. 1 point
    WHEN ARE WE GOING TO GET :THINKING:
  31. 1 point
    Posting to confirm both your guy's trials went out. Depends on your botting habits, I've recently added more antiban features.
  32. Or you could also create a separate class instead of using nested classes. I would look into a task based system if you want to be more organized. There's several tutorials on the site about how to do this. Basically each 'task' has its own class and then in your main class you just add a new instance of each task to the task manager, which loops through each task and executes it if it should be active, which is determined by a method inside each task class, usually isActive() which would return a boolean depending on the condition you place within said method. Then you can have a task / separate class for banking per say, and another for combat, etc. in Main.java: @[member='Override'] public void onStart() { Settings settings = new Settings(this); settings.setCallback(b -> { addTask(new SwapTask(this)); addTask(new TradeTask(this)); }); } in TradeTask.java for example: package com.loudpacks.script; import org.osbot.rs07.api.map.Area; import org.osbot.rs07.api.model.Player; import org.osbot.rs07.api.model.RS2Object; import org.osbot.rs07.script.MethodProvider; import org.osbot.rs07.utility.ConditionalSleep; import com.loudpacks.api.Task; import com.loudpacks.gui.Settings; public class TradeTask extends Task { private final Area RUINS = new Area(2386, 4829, 2415, 4855); private final Area INNER_RUINS = new Area(2404, 4837, 2395, 4845); private final Area PORTAL_AREA = new Area(2402, 4833, 2397, 4836); public TradeTask(MethodProvider api){ super(api); } @[member=Override] public boolean isActive() { return RUINS.contains(api.myPlayer()); } @[member=Override] public void onStart() { } @[member=Override] public void onLoop() { // code to execute when active } @[member=Override] public void onEnd() { } }
  33. those people dont have internet and speak with tongue clicks :xboge:
  34. 1 point
    it felt like an eternity.. its probably the worst thing in rs aside from runecrafting but i think it took like a day
  35. 1 point
    i did it for the learnable spell, bones to peaches
  36. Can i get a triaal?
  37. How much is your dad's credit card limit?
  38. Can you try the script again? The update was just registered very recently
  39. I have thought about the method and it will be something ill be adding in the future. ATM my aim is to make the script as stable as can be before i start adding more features. Stuff im looking to add in the future include: Barrows Repairing VIA Bob (Potentially through PoH too but that is a maybe) Going to the GE to buy supplies/Sell loot. I already have a stripped down version of this in my dev version and i am working on making it a key feature. CLI - Would be amazing if someone could run the script via a profile name Fair rings Imbue Heart Saradomin Brews + Restores for potentially longer inventories Ring switches, this wont be something i'm actively working on currently as there is a lot to think about and make sure its reliable but would be good to see quick kills from it Find better standing positions that would involve being hit less. If you see advanced zulrah killers they will tend to avoid fighting the magic phase at any opportunity to avoid being hit by unexpected range hits. Doing this would involve having triggers to change the variables for the phase. More to add i would assume

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.