Leaderboard
Popular Content
Showing content with the highest reputation on 04/22/18 in Posts
-
i have 3 registered accounts for different purposes so i can bot many different things even though i only need one account4 points
-
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.2 points
-
────────────── 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.2 points
-
Download: http://osbot.org/devbuilds/osbot 2.5.6.jar This release introduces Plugins. Plugins work the same way as scripts, except for three major things: 1. They don't execute any mouse/key events of any kind 2. When started, they do not disable human input 3. They cannot be paused These will be primarily targeted towards helper scripts such as a Jad helper, Zulrah helper, PKing helper, etc. If the community likes this idea, I'll fully integrate it into OSBot by giving the script selector a tab for only scripts and another tab for only plugins. For Developers: Instead of having your class extend Script, have it extend "Plugin" instead. Works exactly the same way. Changelog: -Fixed bug in ConditionalLoop -Improved banking actions (DOES NOT FIX MIRROR MODE) -Cleaned up Bank API (internal) -Added Plugins2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
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 headache1 point
-
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.png1 point
-
CURRENT RECORD: 201 HOURS RUNTIME 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:1 point
-
Before buying, please ensure you check-out with the correct script. Swapping scripts is not possible. View in store $4.99 for lifetime access Features: All spawns - Supports every multi-crab spawn point both along the south coast of Zeah and Crab Claw Isle All combat styles - Supports Ranged, Magic and Melee combat training. The script will not bank runes of any type Saving GUI - Intuitive, re-sizeable and fully tool tipped GUI (Graphical User Interface) allowing you to tailor the script session to your needs, with configuration saving / loading Human replication - Designed with human simulation in mind - multiple options to replicate human behaviour available in the GUI Setup customiser - Inventory customiser allows you to visually see your trip setup CLI support - The script can be started from the command line All potions - Supports all relevant potion types (including divine potions!), multiple potion types simultaneously and varying potion ratios Healing in a range - Dual slider allows you to specify a range within which to consume food. Exact eat percentages are calculated using a Gaussian distributed generator at run time Healing to full at the bank - When banking, the script will eat up to full hit points to extend trip times Safe breaking - Working alongside the OSBot break manager, the script will walk to safe place approximately two minutes before a break starts to ensure a successful log out Anti-crash - Smart crash detection supports multiple anti-crash modes (chosen in the GUI): Hop worlds if crashed - the script will walk to a safe place and hop worlds until it finds a free one, at which point it will resume training Force attack if crashed - the script will fight back and manually fight pre-spawned sand crabs until the crasher leaves Stop if crashed - the script will walk to a safe place and stop Ammo and Clue looting - Clue scroll and Ammo looting system based on a Gaussian-randomised timing scheme All ammo - Supports all OSRS ammo types and qualities Spec activation - Special attack support for the current weapon to maximise your exp per hour Auto-retaliate toggling - The script will toggle auto-retaliate on if you forget Move mouse outside screen - Option to move the mouse outside the screen while idle, simulating an AFK player switching tabs Refresh delay - Option to add a Gaussian-randomised delay before refreshing the chosen session location, simulating an AFK player's reaction delay Visual Paint and Logger - Optional movable self-generating Paint and Timeout Scrolling Logger show all the information you would need to know about the script and your progress Progress bars - Automatically generated exp progress bars track the combat skills that you are using Web walking - Utilises the OSBot Web alongside a custom local path network to navigate the area. This means the script can be started from anywhere! Safe banking - Custom banking system ensures the script will safely stop if you run out of any configured items Safe stopping - Safely and automatically stops when out of supplies, ammo or runes Dropping - Drops useless/accidentally looted items to prevent inventory and bank clutter All food - Supports pretty much every OSRS food known to man. Seriously - there's too many to list! ... and many more - if you haven't already, trial it! Things to consider before trying/buying: Mirror mode - currently there appear to be some inconsistencies with behaviour between Mirror mode and Stealth Injection meaning the script can behave or stop unexpectedly while running on Mirror. I would urge users to use the script with Stealth Injection to ensure a flawless experience! Since Stealth Injection is widely considered equally 'safe' to mirror mode and comes with a host of other benefits such as lower resource usage, this hopefully shouldn't be a problem. Using breaks - the script supports breaks and will walk to a safe place ready to log out approximately two minutes before a configured break starts. However, upon logging back in, your spot may no longer be open. If you configure the crash mode to be either 'Hop if crashed' (default) or 'Stop if crashed', this will not prove to be a problem. However if using 'Force attack if crashed', the script will attempt to take back the spot by crashing the occupying player and manually attacking spawned sand crabs. Be aware that players have a tendency to report anti-social behaviour such as this! Avoiding bans - while I have done my utmost to make the script move and behave naturally, bans do occasionally happen, albeit rarely. To minimise your chances of receiving a ban, I would strongly suggest reviewing this thread written by the lead content developer of OSBot. If you take on board the advice given in that thread and run sensible botting periods with generous breaks, you should be fine. That being said, please keep in mind that botting is against the Oldschool Runescape game rules, thus your account will never be completely safe and you use this software at your own risk. Setting the script up - I have done my best to make the GUI (Graphical User Interface) as intuitive as possible by making all options as self explanatory as I could, however if you are not sure as to what a particular setting does, you can hover over it for more information. If that doesn't help, just ask on this thread! Web-walking - alongside a network of paths, the script moves around with the OSBot web-walking system, using it when in unknown territory. While it has proven very reliable, there are naturally some areas for which the web-walker may struggle. As a result, prior to starting the script, I would highly recommend manually navigating your player close to the sand crabs bank, however in practice, anywhere on Zeah should be fine. Script trials: I believe that trying a script before buying is paramount. After trying the script, hopefully you will be convinced to get a copy for yourself, but if not you will have gained some precious combat experience! If you're interested in a trial, please follow the instructions on my trials thread which can be found here. Gallery: Start up GUI (Graphical User Interface): Paint (optional, movable and self-generating): User screenshots: Recent Testimonials: Starting from CLI: This script can be started from the command line interface. There is a single parameter, which can take two (and only two) values: 'gui' or 'nogui'. 'gui' will start the script and show the gui, 'nogui' will skip the GUI setup and start the script using your save file as the configuration. To start from CLI with 'nogui', the script requires a valid GUI save file to be present - if you haven't already, start the script manually and configure the GUI to suit your needs. Then hit 'Save configuration' and in future starting from CLI will use these configured settings. The script ID is 886. Example CLI startup: java -jar "osbot 2.4.137.jar" -login apaec:password -bot apaec@example.com:password:1234 -debug 5005 -script 886:nogui1 point
-
'the intelligent choice' by Czar Want to buy the bot, but only have rs gp? Buy an OSBot voucher here1 point
-
Setup Details No GUI, start at Al-Kharid Profits : 300k~550k/hr Supported Locations Al-Kharid Tanner Requirements GP, Intended hides for tanning Additional Info: Script will tan hides in the following order. Black>Blue>Green. Script will AFK when no hides are left in bank OR when there is no more gp. Bug Report: Client Version Issues Faced Screenshots/Logger/Mirror (If any) Current version: 1.13 | Pushed update: 1.14 Red dhide is currently not included due to low profit margin, however may be included. Stamina & Energy potion is not supported. Buy the premium version if you need those.1 point
-
1 point
-
I recently bought some proxies from @D Bolter and I was wondering if is it safe to create and use the account on a proxy but link that account to a mail used on another IP (Home), I want to link at least 3 accounts this way, diff proxy same mail/ip (using alias system from hotmail)1 point
-
You have a separate service thread, so there is no need to constantly spam 'I have awesome prices for you .........' on people's requests. A few times, sure. Constantly, nope. If people wanted to use your service, they would be able to check out your thread or profile and make that decision. Literally no need to say it on EVERY single thread1 point
-
1 point
-
I love this script, simple and easy to use. I have noticed that upon returning from a break the script sometimes doesn't detect that you have any runes left, causing it to log out and end the script. It seems to have approximately a 5% chance of occurring each time one of my accounts comes back from a break. @ProjectPact It may not be relevant but up until recently there was the exact same bug with Frostbugs Barrows script with it falsely identifying that an item was missing and ending the script a small % of the time after a break.1 point
-
1 point
-
did a trial awhile back, worked flawlessly just purchased no more portal leeching for me baybeeeee1 point
-
1 point
-
1 point
-
We will not approve sale listings from users who spammed to get to the bare MINIMUM requirement.1 point
-
I'm going for 100hr+, as it's really easy to log into another client and sell herbs + restock during break times. Exp/hr would make those proggies even better ??1 point
-
Oh it's working very well, just like normal there is always room for improvements. I haven't had scripts running this long since the iDungeon and neXus client scripts. Account is into the 70s in farming now. 37-50s only herbs, then herbs and melons.1 point
-
Got another one in Falador, Gem Shop (2944, 3334) to West Falador Bank (2946, 3369) [INFO][Bot #1][04/22 03:55:22 PM]: Walking to West Falador (2946,3369) [INFO][Bot #1][04/22 03:55:24 PM]: WebWalkingEvent; Terminated! Exceeded attempt threshold. [INFO][Bot #1][04/22 03:55:28 PM]: Walking to West Falador (2945,3369) [INFO][Bot #1][04/22 03:55:29 PM]: WebWalkingEvent; Terminated! Exceeded attempt threshold. [INFO][Bot #1][04/22 03:55:32 PM]: Walking to West Falador (2946,3369) [INFO][Bot #1][04/22 03:55:33 PM]: WebWalkingEvent; Terminated! Exceeded attempt threshold. [INFO][Bot #1][04/22 03:55:38 PM]: Walking to West Falador (2946,3368) [INFO][Bot #1][04/22 03:55:40 PM]: WebWalkingEvent; Terminated! Exceeded attempt threshold. [INFO][Bot #1][04/22 03:55:41 PM]: Walking to West Falador (2945,3370) [INFO][Bot #1][04/22 03:55:43 PM]: WebWalkingEvent; Terminated! Exceeded attempt threshold. [INFO][Bot #1][04/22 03:55:47 PM]: Walking to West Falador (2945,3370) [INFO][Bot #1][04/22 03:55:49 PM]: WebWalkingEvent; Terminated! Exceeded attempt threshold. Etc etc etc1 point
-
1 point
-
Bought the script, works perfectly. As said above if anybody has had chance to mess around with different setups and wouldn't mind sharing them that would be awesome1 point
-
1 point
-
I will have it removed once Dev's are done updating things.1 point
-
1 point
-
Been using this script for a couple weeks and I'm amazed with the quality. Botted an account from 1-90str within a matter of weeks. Even suicide botted a crabs a couple times and it worked flawlessly. If you're looking for a crab script, this one will do the trick1 point
-
You literally copy and pasted my comment, wacked ~25% off the price. All you do is make up BS prices and waste everyone's time. Go away!1 point
-
1 point
-
My suggestion is spend several hours reading the forums. You should find several guides tucked away somewhere. If you have any specific questions the search button is gonna help you the most. As far as a method 99.99% people here wont share what methods make them money. If they did market would get saturated and that good money maker wont be so good . Check the SDN you can find some public money making scripts for your use. Good luck!1 point
-
1 point
-
1 point
-
Here's a 5 and a half hour proggy, still going strong! One thing I've noticed at further out zooms is that is can frequently misclick on the doors and lock you out as a result, haven't experienced it since I zoomed in though!1 point
-
Today's Update: New Update (v216) Safespotting: - Handled by an event now, completely re-written - You can now decide when to move back to the safespot - You can now decide when to loot - No more getting stuck outside safespot, more stable now Looting: - Handled by an event now (optional!) - Loots items in a systematic way now, script will not progress until item is looted Cannoning: - Fight alongside cannon option tweaks - Appropriate delays added so no actions are skipped, e.g. no more attacking npc straight after trying to fill cannonballs. Breaking: - Script will either go to designated breaking tile or nearest bank. - Script will now logout while waiting for breaks to trigger. - Breaks are now overriden by the script. It will control the breaks. Another attempt at clue scrolls (need confirmation!) Newer items added to looting/banking list. Move mouse outside for crabs Magic mode now supports safespotting Fixed performance issues Added more saved options to setup Avoid fighting other npcs option is now enabled by default Slayer kills no longer 2x // 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 Had to re-write many parts of the script, thanks for all the feedback guys I really appreciate it Will be pushing the update after a final round of testing. Response to all user's questions/bug reports/suggestions:1 point
-
1 point
-
1 point
-
if that is why, I think they exaggerate, I am simply posting my offer to a service as I have usually done, and I have been doing the same thing for months. @Chris0 points