Leaderboard
Popular Content
Showing content with the highest reputation on 01/03/19 in Posts
-
Khal Scripts X-mas/New Year Giveaway!! What can you win? I'm giving away 10 premium temporary scripts which you get acces too for 14 days! You can pick any public SDN script which I made. How can you participate? 1) Like this post 2) Spam this topic as much as you want! 3) At 3 january around 21:30 Gmt+1 I will reveal the winners! Scripts to choose from Rules: - This post needs to be liked by you in order to win - You can post as much as you want, but never twice in a row - You can only win once - You can't change script during the 14 days - Participating with multiple Osbot accounts will get you banned.17 points
-
THIS PROJECT IS DISCONTINUED - SOURCE CODE MAY BE FOUND ON GITHUB https://github.com/pim97/osbot_accountmanager - the account manager https://github.com/pim97/osbot_scripts_tasks - the scripts Hi, I am here to show my progress with my gold farming business that I started about a month ago. I think that it will be similar to the other one that's posted here. The goal is to define goals for my business, but also to inform other people about what is currently possible in the gold farming business when you dedicate your time to it. The ones that are green are ones that I have completed already and the ones that are red , I must do. Main program goals Automation This means that I want to integrate all my scripts with my database and my seperate java GUI. Automatic recovery This means that I want a script that automatically unlocks accounts that get locked. This is made with Selenium and Java. Automatic account creation This means that I want a script that automatically creates oldschool runescape accounts with a given proxy IP-address. This is made with Selenium and Java, No memory leaks in my main program This means that I want the GUI to not contain any memory leaks. Database goals Database This means that I want to have a database connected to my scripts, but also my GUI that loads all the bots and start and stops them when needed. Test environment This means that I want to have a test environment to test new scripts with a low amount of bots. Having a test environment Amount of machines running This means that I want to run at least one server with about 70 bots each. One server running Two servers running Three servers running Five servers running (31-01-2019) Ten servers running Docker automation (completed 24-1-2019) Investigate how docker could create new containers for this purpose and see if it's useful I am not going to use docker because of my dependancy on the Windows OS and because of the way my farm has been built. Total gold goals This means that I want to make a total of the following amount of gold with my business, this includes all the gold that I have farmed, including the amount of gold that's currently on accounts that have been banned. Making 50m in total Making 100m in total Making 150m in total Making 300m in total (24-1-2019) Making 600m in total (24-1-2019) Making 1b in total (29-1-2019) Making 2b in total Making 3b in total Making 4b in total Making 5b in total Gold goals This means that I want to make at least 10 million a day on all the accounts I currently have. Making 10 million a day Making 30 million a day Making 50 million a day Making 250 million a week (27-1-2019) Making 500 million a week Making 1000 million a month Making 2000 million a month Data (completed 24-1-2019) Making decissions based on the data that I collect on my accounts Make overviews/tables with data based on my accounts regarding ban times Bans Amount of osrs accounts been banned while farming. 1000 accounts banned 5000 accounts banned 10.000 accounts banned (24-1-2019) 20.000 accounts banned (24-1-2019) 35.000 accounts banned 50.000 accounts banned Scripts goals Automatic tutorial island This means that I want a script that automatically completes tutorial island. I've made an old copy of this open-source and can be found here: https://github.com/pim97/osbot_tutorial_island Automatic 7 quest points script This means that I want a script that completes a few quests to get 7 quest points. The following I have currently programmed: Romeo and Juliet Sheep shearer Doric's quest Cookings assistant Automatic mining This means that I want a mining script that's completely automatic from mining to selling it to the grand exchange. Automatic muling This means that I want to create a muling script that automatically mules the gold to a different account. Creating a fishing script This means that I want to make an automatic fishing script from shrimps to lobsters and muling it to a different account Creating a woodcutting script This means that I want to make an automatic woodcutting script from normal wood to oak and muling it to a different account. Having no Webwalking in my scripts This means that I do not want to use a single webwalking while using my scripts. Progress logs I haven't logged any progress so far yet, but I will post any updates here with images. Current setup 12-12-2018 I currently have 2 servers running 'Dual Xeon E5-2670 64GB 480GB SSD'. With about 70 accounts per machine. 16-12-2018 I've optimized the muling process and is much quicker now. 17-12-2018 Today I made it so proxies load automatically into the database and sets them to a server with the API that they offer. They return JSON with their API that I can parse back to objects with reflection in Java, this makes it so much more manageable for future machines. Also I've created a way to automatically create mules. Next step would be to have a second layer of mules between the 'trash' mules, so the 'main' mules get banned less often. I've also reached the making 150M in total. It's now possible to have 'SUPER_MULES' and normal ''MULES'. The workers trade to the mules and the mules trade to the super mules. The mules are automatically botted and the super mules are handmade. This is to prevent creating new mules every day by hand, which is very annoying. 22-12-2018 I rewrote the whole grand exchange task system for my scripts yesterday and today testing it out on production. 28-12-2018 I have done quite alot in the meanwhile, but haven't updated it here. I have rewritten and redesigned some classes, so it's more manageable when it expands. The project is getting bigger already I am currently using a Task system for all my quests & farming scripts and I have experienced some benefits but also some downsides to these. For example, when it's in a task, it's stuck in that specific task, it's at that point really hard to check for other things while in that task. I've been creating some OO classes to handle this somewhat at the begin and start of a task. It's okay for now but has to change in the future. I've also hit the 50M a day mark! 30-12-2018 Created a woodcutting script that cuts oak logs, with about a profit of 15k /h per bot with about 80 bots running for a total of: 1,2m per hour and 28m per 24 hours. (864m per 30 days). Here an overview of my current muling process: This is my current process with just one server. This is my future muling proces with multiple servers: All have different IP's, the workers trade to the mule till 1M cash, then the super mules trade at a total of 5M cash to the server mules. Once that is about ~ 50M I manually mule that to my manual mule. The automatic mulers are also created automatically. (tut island, walking to G.E., accepting trades from workers) New woodcutting script in action: Finished the server mules today 3-1-2019 There were some issues with the server muling, because I didn't test it enough, it broke the rest, so had to rollback some of my code with Github (thank god that I am using github). Now going to rewrite that code with my own local testing environment to prevent it happening again. I've also purchases my 3rd server to run bots on, so now a total of 240 bots running! 160 on mining and 80 on woodcutting! Theres also something new with creating account on OSRS and it will block your IP-address and will waste lots of captcha's so made a workaround for that in the database. Last week I farmed a total of 230M which is about 160$ and is not enough yet to cover my costs. (server, captchas & proxy costs) Here's a picture of one of my farms: https://i.imgur.com/38fnGhb.png 12-1-2019 I did some experimenting with rotating proxies from all over the world. With this rotating proxy, you get ~500.000 private residentials proxies, but all random when you connect to the proxy. You can usually set an interval before the proxy changes to the next one. I made an extra field in the database: country_code_proxy_usage, this sets the country that the account has. Every time it logs in, it will be with a different IP-address but located in the same area, this concept could work so was pretty hyped to see if it worked. The one issue I saw that a lot of proxies came from countries like India, China & Venezuela and just a few from Europe. This was issue number one because these proxies got banned very quickly. The other issue was that these rotating proxies weren't fast enough, even when I selected the fastest ones, it wouldn't work at all with creating & recovering the accounts, because the bytes allowed through these proxies were just too low do anything with it. And another issue was, even when you're logging in from the same country, it will still lock the account, so you'd have to select based on a much more specific area, and that with this rotating proxy service just isn't possible. So conclusion: I worked a few hours on this, but unfortunately, after making 45$ costs, this process doesn't work at all, but if it did, it would benefit me from a lot of bans (I've noticed an increase of bans on my machines the last few days, and that's becoming more and more of an issue.), so I have to find something else to decrease the ban rates, because now, my accounts sometimes get banned within 20 minutes of creation! And my guess was that it would come from proxies that are already banned over 300 times! So I tried with unique IP-addresses with the method I explained. I am still looking for something like this integrated into my software: Proxies running for like a week Then dump the proxies and buy new ones for that week, because they will get flagged and accounts will get banned too quickly. Proxies that are from Europe Proxies that don't come from a Datacenter, but from residential area's. But these requirements are too expensive when running more than 400+ bots (because of the residential requirement) But with my current proxy provider, I could create this so it's all automatic, but they provide me with a small subnet and I think that Jagex also flags subnets. 20-1-2019 My farm is still going strong, currently making about 35M a day, which adds up to 245M a week and 1B a month. Had some issues with my captcha API because it was sending requests to solve a captcha when it didn't need to. This, I solved yesterday, which reduced my captcha costs by about 3/4$ a day, that adds up to about 100$ a month more revenue. So was happy about that, here under the results. Now, in the evening, a maximum of 10 requests will be sent and before it sent about 80 requests an hour. This is a 800% decrease in costs in the evening. 24-1-2019 Edited some of my goals today. 27-1-2019 Currently, 480 bots running in F2P doing mining! Questions? If you have any questions about how this runs? Let me know and I will reply. It's not that much content right not, but it's a work in progress. There's a lot of trial and error going on right now, so the goal that I have farmed hasn't been consitent.4 points
-
I'm closing this then now, @TutIslander has added the worker to his thread and provided full proof that @Airborneaus was asked about the worker. @Airborneaus That screenshot was from a few minutes ago, just because he has a bot open does not mean he is botting your order. The service is to continue as planned without cancellation unless a larger problem arrives. @Airborneaus please keep in mind you are not to log in the account until completion as this will void your service without a refund. @TutIslander please be proactive in the future about adding workers to the thread to avoid future problems.3 points
-
Stealth Quester Can also be purchased with OSRS gold using vouchers from here 70 Quests Supported Alfred Grimhand's Barcrawl Animal Magnetism A Porcine of Interest Big Chompy Bird Hunting Biohazard Black Knights Fortress Client Of Kourend Clock Tower Cook's Assistant Death Plateau Demon Slayer Dorics Quest Dragon Slayer Druidic Ritual Dwarf Cannon Elemental Workshop I Ernest The Chicken Fight Arena Fishing Contest Gertrude's Cat Goblin Diplomacy Hazeel Cult Holy Grail Imp Catcher Jungle Potion Lost City Merlin's Crystal Monkey Madness I Monk's Friend Mountain Daughter Nature Spirit Pirates Treasure Plague City Priest In Peril Prince Ali Rescue Regicide Rfd Cook Subquest Rfd Dwarf Subquest Rfd Evil Dave Subquest Rfd Goblin Subquest Rfd Pirate Subquest Rfd Ogre Subquest Romeo And Juliet Rune Mysteries Sea Slug Shadow Of The Storm Sheep Shearer Tears Of Guthix The Ascent Of Arceuus The Corsair Curse The Depths Of Despair The Dig Site The Feud The Golem The Grand Tree The Knights Sword The Restless Ghost The Tourist Trap Tree Gnome Village Tribal Totem Underground Pass Vampire Slayer Varrock Museum Quiz Waterfall Quest What Lies Below Witch's House Witch's Potion X Marks The Spot Instructions Click on quest names to queue them. Quests are completed in the order they are selected. Quests that are already completed will be skipped. Previously started quests/partially completed are not currently supported! Allow the script to finish the quest from start to finish for best results. In order to use armour/weapons/spells during quests, gear presets have to be created first. Equip the desired gear and set the attack style in game, then press the "Load Worn Equipment" button at the bottom left of the GUI, then give the preset a name. Click on the "Set Gear" button on the right side of a quest to set the gear preset to be used for that quest. If you want to use a combat spell for fights, make sure you are wielding a staff and have set the spell on offensive autocast. Only normal spells are currently supported. Ranged is not fully supported at this moment. Make sure you set the desired attack style in game to avoid gaining wrong XP. After selecting the desired options, either press the "Start" button to begin, or save the current settings by pressing "Save Current Settings" and giving the quest preset a name, and later running it faster by pressing "Run Saved Preset". You can delete gear/quest presets by right clicking them on the selection dialogue Special Mentions The script will stop upon death on all quests, except for Waterfall Quest. It is strongly recommended that you have decent Hitpoints level (20+) before attempting quests that contain boss fights. The script may not be able to continue previously started quests. If you really have to restart the script while it's doing a quest, use debug mode to continue that specific quest. This feature is accessed by pressing the F4 key while the GUI is in the foreground (focused application). The GUI title will change to Stealth Quester (debug mode) while in debug mode, and when started will not go to bank or Grand Exchange so all required items are assumed to be in the inventory. Monkey Madness I has a hard-coded requirement of 43 Prayer and 25 Hitpoints Underground Pass has a hard-coded requirement of 25 Hitpoints, and will use a bow as weapon. By default the script will use willow shortbow & mithril arrows. This can be configured on GUI throgh the "Configure Settings" button on the right side of the quest. Protect from melee will be used during the paladin fight if the account has 43 Prayer. The script will not use any weapon or ammo you set in the gear preset for this specific quest, as they will be replaced with a bow and arrows, and the attack style will be set to rapid. The script can complete this quest with level 1 Agility. The ability for the script to complete the quest will be limited by available food sources if it fails too many obstacles prior to reaching Iban's Lair where unlimited food is provided. Beta Testing Mode Enabled via script GUI using F3 key during startup Make sure the GUI window is focused and press F3 The quests which are currently in beta testing stage will be displayed on the list of available quests Debug Mode Enabled via script GUI using F4 key during startup Make sure the GUI window is focused and press F4 Title will change to Stealth Quester (debug mode) This can be used to resume the script execution after being interrupted. It is not guaranteed to work in all cases, but will work for over 95% of quest stages. You can also use this if you don't want the script to check bank/go to Grand Exchange. This means that you must have all items required by the script (not by quest guides), including the specific teleports it uses. It may work in some cases without teleports, but there is no guarantee. Ironman Mode Enabled via script GUI using F5 key during startup Make sure the GUI window is focused and press F5 Title will change to Stealth Quester (iron man mode) The script features a special ironman mode where it will automatically gather all required items. This mode supports at the present moment the following 9 quests: Cook's Assistant Romeo and Juliet The Restless Ghost Rune Mysteries Ernest the chicken Hazeel Cult Clock Tower The Corsair Curse X Marks the Spot No Food Mode Enabled via script GUI using F6 key during startup Make sure the GUI window is focused and press F6 Title will change to Stealth Quester (no food mode) Can be used for high level accounts when you are 100% sure you won't need food on some quests. There are quests like Underground Pass, Regicide, Monkey Madness, Shadow of the Storm, Holy Grail, Dragon Slayer and possibly others where this will not work. The script will stop when it fails to find food in bank in these cases. CLI Features Script ID is 845. The script supports CLI startup with custom user defined parameters. The parameters in this case are the name of the quest presets created on the GUI (with "Save Current Settings"). eg. -script 845:questpreset Bug Report Template 1. Stealth Injection or Mirror Mode: 2. Logger contents (press "Settings" on top right corner of the client, then "Toggle Logger", copy & paste on pastebin) : 3. Description: Skills required to run all quests: 51 Agility 49 Firemaking 41 Cooking 36 Woodcutting 35 Runecrafting 31 Crafting 30 Ranged 30 Thieving 20 Attack 20 Mining 20 Smithing 18 Slayer 12 Hunter 10 Fletching 10 Fishing The script can obtain a total of 117 QP on member worlds and 41 QP on free to play worlds. Additional Info by @krisped2 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
-
I suppose I don't much see the purpose of even having a cache if it's randomly going to render itself unusable at some point. Especially when some point is directly after initializing the cache. Anyway I did some experimenting. To reduce memory footprint I changed RSBuddyExchangePrice from containing an internal Map<String, Object> to having distinct fields. This caused no difference in performance, however it should reduce the amount of memory each RSBEP uses by at least (110 * 2 + 32*10),, or just about 2Mb for all 4,000 (where 110 is the length of the json string and there are 10 string references). The second thing I did is that remove the Pattern.compile() call from the parse(String jsonstr) method to its calling method. I think it only needs to be called once, but the implementation was compiling it for each new item. This cut the time in half it takes to parse all 4000 or so odd items (which, mind you, is going from on average 16ms to 8ms...so..not a huge deal). Lastly, I changed the return values from longs to ints. This might be questionable, but I don't see any of the fields possibly breaking the int maxvalue. This tool saved me from having to map IDs manually (I prefer to do everything by name), so thanks so much for posting it when you did. I'm not trying to be a jerk or anything with these suggestions, just in the pursuit of making awesome things more awesome when I can. RSBuddyExchangeOracle.java RSBuddyExchangePrice.java2 points
-
Only took me 3 mins to find your username with that picture bro. G***oska, would advice you to post a different picture.2 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.1 point
-
A simple walking script, select your destination and hit start! Price: $1 Purchase Link: https://osbot.org/forum/store/product/675-explvs-walker/ CLI: No preset location: java -jar "/path/to/osbot.jar" -login OSBotUser:OSBotPassword -bot RSUser:RSPassword:RSPin -script 819:none With coordinates (they can be obtained using my map https://explv.github.io/) java -jar "/path/to/osbot.jar" -login OSBotUser:OSBotPassword -bot RSUser:RSPassword:RSPin -script 819:x.y.z Using location name: java -jar "/path/to/osbot.jar" -login OSBotUser:OSBotPassword -bot RSUser:RSPassword:RSPin -script 819:LOCATION_NAME List of currently supported CLI location names:1 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
-
Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports all 3 boats - Attack portals, defend knight mode - Repair mode (No HP exp mode) - Potions support - Sets auto casting spell after dying - Use Special attack weapons - Only attack monsters mode (Good for low cb players) - Uses quick prayer (make sure to setup before starting) - Worldhopper - Points spender - 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 589: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 manager you do not need to specify -script 589): -script 589:TaskList1.4515breaks (With breaks) -script 589:TaskList1.4515breaks.discord1 (With breaks & discord) -script 589:TaskList1..discord1 (NO breaks & discord)1 point
-
View in store $5.99 for lifetime access _____________________________________________________________ Key Features: Progressive mode - The script will traverse the xp-optimum course for your current level; walking to the next course as your level increases. Reliability - The script was developed and rigidly tested with superior reliability in mind. Human replication - Designed around human simulation - behaviour tuned to replicate common rooftop play styles. Alching / Magic Imbue - The script can be configured to High/Low Alch items, or cast Magic Imbue as it traverses the course. Target system - Can be optionally configured with a target. Once this target is achieved, the script will stop. Available targets (variable λ): Stop when λ agility exp gained. Stop when agility level λ reached. Stop when λ magic exp gained. Stop when magic level λ reached. Stop when λ minutes passed. Healing - The script will consume edible items in your inventory to restore health, stopping if you run out of food. Mark of Grace looting - All marks of grace are looted while the script traverses the rooftop. Randomisation - All thresholds (including but not limited to Run energy and Critical Hp) are dynamically randomised. Energy restoration - The script will consume energy restoring items/potions when needed, provided they are available in the inventory. Web-Walking - The script utilises the OSBot Web to navigate the OSRS map, meaning it can be started from almost anywhere. Course detection - If you are on/near a rooftop course before setup, the course will automatically be loaded into the GUI. Error correction - The script will detect when it has made a mistake (e.g. climbed ladder in seers' bank) and will attempt to return to the course. ...and many more! Supported Rooftops: (Level 10) Draynor ✓ (Level 20) Al-Kharid ✓ (Level 30) Varrock ✓ (Level 40) Canifis ✓ (Level 50) Falador ✓ (Level 60) Seers' Village ✓ (Level 70) Pollnivneach ✓ (Level 80) Rellekka ✓ (Level 90) Ardougne ✓ Things to consider before trying/buying: 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. 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 strongly recommend manually navigating your player to/close to the desired rooftop course. Progressive mode - the script features 'Progressive mode' which will cause the script to advance rooftop courses as you level up. Progressive mode relies on the aforementioned web-walking system for inter-rooftop navigation. Consequently, I would highly recommend monitoring the script as it traverses between courses to ensure the web-walking process correctly executes. Healing & Energy restoration - the script will automatically heal or restore run energy when needed. It will do so by consuming items in the inventory - this script will not bank. For optimal exp rates, I would strongly suggest keeping energy restoring items in the inventory (energy/super energy/stamina/fruits/summer pies/purple sweets/...). To prevent the script stopping prematurely, bring a few bites of food along. Using magic - The script supports the periodic casting of a magic spell while traversing a course to maximise experience rates. To determine whether or not you can cast a spell, the script checks your magic level as well as which runes are in your inventory and which stave you have equipped (if any). It is worth noting that, at this time, the script does not recognise any of the following items as rune sources, so avoid using them while running this script: Bryophyta's Staff, Tome of Fire, Rune Pouch. 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 agility experience! If you're interested in a trial, please follow the instructions on my trials thread which can be found here. Gallery: Review (by Eduardino): Start up GUI (Graphical User Interface): Paint (optional, movable and self-generating): User screenshots: Testimonials: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
-
Before buying, please ensure you check-out with the correct script. Swapping scripts is not possible. View in store $4,99 for lifetime use - Link to Sand Crabs script thread (better exp/h!) - Requirements: Camelot tabs / runes in main tab of bank Designated food in main tab of bank ~ 20-30+ combat level Features: CLI Support! (new!) Supports Ranged & Melee Attractive & fully customisable GUI Attractive & Informative paint Supports any food Custom cursor On-screen paint path and position debugging Supports [Str/Super Str/Combat/Super combat/Ranged/Attack/Super attack] Potions Collects ammo if using ranged Stops when out of [ammo/food/potions] or if something goes wrong Supports tabs / runes for banking Option to hop if bot detects cannon Global cannon detection Option to hop if there are more than X players Refreshes rock crab area when required Avoids market guards / hobgoblins (optional) Automatically loots caskets / clues / uncut diamonds Enables auto retaliate if you forgot to turn it on No slack time between combat Flawless path walking Advanced AntiBan (now built into client) Special attack support Screenshot button in paint GUI auto-save feature Dynamic signatures ...and more! How to start from CLI: You need a save file! Make sure you have previously run the script and saved a configuration through the startup interface (gui). Run with false parameters eg "abc" just so the script knows you don't want the gui loaded up and want to work with the save file! Example: java -jar "osbot 2.4.67.jar" -login apaec:password -bot username@[member=RuneScape].com:password:1234 -debug 5005 -script 421:abc Example GUI: Gallery: FAQ: Check out your own progress: http://ramyun.co.uk/rockcrab/YOUR_NAME_HERE.png Credits: @Dex for the amazing animated logo @Bobrocket for php & mysql enlightenment @Botre for inspiration @Baller for older gfx designs @liverare for the automated authing system1 point
-
Hey! Download link: http://osbot.org/devbuilds/osbot 2.5.33.jar This update brings some under-the-hood web walker changes. Please report bugs if you encounter them! FIXES: - Fixed World#isPvpWorld() - Fixed using the Grand Exchange in resizable - Fixed model calculations in resizable WEB WALKER: - Fixed trying to use ardougne teleport without having the quest completed - Added WebWalkEvent#setHighBreakPriority(boolean) to break out of the event during waits - Fixed the Stronghold of Security links MISC: - Minor bug fixes - The OSBot Team1 point
-
Hi guys, Want to touch muling topic regarding its strategy. How many mules you, what is the hierarchy, do you use same IP, how much gp you have on mule at max, have any of you mules have ever been banned? Currently I have two mules, both were played a little bit. One is running on same IP with bots and other will never be connected to same ip that was or are botted. Considering adding more mules as more trashy ones or just to diversify my wealth more and these ones to make more important one that do not trade with bots directly1 point
-
Can only play during lunch - but even then sometimes too busy. Usually only do mining/agility/wc on Samsung Galaxy 9 EDIT: FARM RUUUNS1 point
-
@Token Amazing script, inspiring. Ran 15 quests the other day without a flaw and the only reason it stopped was because of Christmas event which changed the npc's dialog. While I'm here I had a quick question. When we make changes to a script on the SDN, do we need to notify you in anyway after committing changes or is it automatic? Thanks1 point
-
1 point
-
Too long, didn't read. But I am pretty sure your problem is that your client is not in fixed mode. Always bot in fixed mode1 point
-
spam @Khaleesi in order to have a chance to win free trial scripts!1 point
-
1 point
-
Couldn't of said it better. Was a great read and I find it very impressive what you are doing, and I hope you achieve all these goals in order that you may realise your ultimate goal.1 point
-
This oracle processes the the summary.json from the RSBuddy Exchange website. public static void main(String[] args) throws IOException { // Load prices for now RSBuddyExchangeOracle.retrievePriceGuide(); // Load prices from yesterday RSBuddyExchangeOracle.retrievePriceGuide(System.currentTimeMillis() - (24 * 60 * 60 * 1000)); // ... } All the prices will be processed and cached, then accessed like: RSBuddyExchangePrice price; List<RSBuddyExchangePrice> prices; // Get item by name price = RSBuddyExchangeOracle.getItemByName("Dragon chainbody"); System.out.println(price); // Get item by ID price = RSBuddyExchangeOracle.getItemByID(4151); // Abyssal whip System.out.println(price); // Get item(s) by name containing price = RSBuddyExchangeOracle.getItemByNameContaining("Bronze dagg"); // Bronze dagger System.out.println(price); prices = RSBuddyExchangeOracle.getItemsByNameContaining("Bronze dagg"); // [ Bronze dagger, Bronze dagger(p++), Bronze dagger(p+), Bronze dagger(p) ] System.out.println(prices); // Get item(s) by name matching price = RSBuddyExchangeOracle.getItemByNameMatching("Rune kiteshield \\(.?\\)"); // Rune kiteshield (g) System.out.println(price); prices = RSBuddyExchangeOracle.getItemsByNameMatching("Rune kiteshield \\(.?\\)"); // [ Rune kiteshield (g), Rune kiteshield (t) ] System.out.println(prices); Running these returns the following: Have fun! RSBuddyExchangeOracle.java RSBuddyExchangePrice.java Test.java1 point
-
1 point
-
1 point
-
It was in the west green dragons pit still, with open inventory spaces. I was using glory/burning amulet mode, but this wasnt the first trip the script had made.1 point
-
Script is beautiful. But it just stopped after an hour or so. The status on the bot just said none Heres the log :59 PM]: Picked up: Green dragonhide [INFO][Bot #1][01/02 09:50:26 PM]: waiting for loot... [INFO][Bot #1][01/02 09:50:43 PM]: waiting for loot... [INFO][Bot #1][01/02 09:51:18 PM]: Ate at: 41 [INFO][Bot #1][01/02 09:51:18 PM]: Eating later at: 60 [INFO][Bot #1][01/02 09:51:21 PM]: Ate at: 60 [INFO][Bot #1][01/02 09:51:21 PM]: Eating later at: 53 [INFO][Bot #1][01/02 09:51:25 PM]: Ate at: 53 [INFO][Bot #1][01/02 09:51:25 PM]: Eating later at: 59 [INFO][Bot #1][01/02 09:51:49 PM]: Ate at: 59 [INFO][Bot #1][01/02 09:51:49 PM]: Eating later at: 59 [INFO][Bot #1][01/02 09:51:54 PM]: waiting for loot... [INFO][Bot #1][01/02 09:51:54 PM]: Started Looting Task [INFO][Bot #1][01/02 09:51:54 PM]: Walking to loot tile > 5 tiles [INFO][Bot #1][01/02 09:52:05 PM]: Loot is visible [INFO][Bot #1][01/02 09:52:05 PM]: Picked up: Green dragonhide [INFO][Bot #1][01/02 09:52:06 PM]: Loot is visible [INFO][Bot #1][01/02 09:52:06 PM]: Picked up: Dragon bones [INFO][Bot #1][01/02 09:52:07 PM]: Walking to loot tile > 5 tiles [INFO][Bot #1][01/02 09:52:19 PM]: Ate at: 59 [INFO][Bot #1][01/02 09:52:19 PM]: Eating later at: 69 [INFO][Bot #1][01/02 09:52:50 PM]: Antiban Compliance Execution: MOUSE_CLICK_RIGHT1 point
-
1 point
-
1 point
-
1 point
-
Not sure if this is a fix but try to run java with compability pack (Win XP S3 or VISTA). I had problems with launching clients, tried everything I could and only this saved me1 point
-
Well there could be ton of different factors. Maybe your account was flagged before, maybe you was unlucky and was detected as jagex ban wave come, maybe script broke at some point (Czar script so this is probably not the case XD ) aaaaand as people said before 6 hours a quite a lot. If you did that without brakes, it is called suicide botting so you were asking for a ban1 point
-
1 point
-
quick question are there any other quests planned to be added? if so what ones are you thinking on adding next? i absolutly love this quest. only issue i have had is with shadow of the storm still having a dialog issue. but besides that is amazing and thank you for all your hard work keep it up !1 point
-
1 point
-
Manual. Is your automated? How quick you get banned? Is it level 3? Is it logged all the time or logs only when its time to mule?1 point
-
1 point
-
I'm really happy to see this script healthy, easily the most advanced script we have (and daresay no other bot sites have anything as good as this). Keep it up. For the record, yes it did (when I used it) and apparently now still needs to be heavily babysat. That being said, all these people complaining about the item loadout are just using it wrong lol.1 point
-
1 point
-
Try right clicking to select ore to mine. Once you right click should turn green. Hope that helps!1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
For those interested, I ended up going with the following code: for (int rep = 0; rep < 4; rep++) { for (int i = rep; i < 28; i = i + 4) { if (inventory.getItemInSlot(i) != null) { inventory.interact(i, "drop"); } } }1 point
-
No, this feature was removed. If you need to move the mouse instantly then you can use: final void moveMouseInstantly(final MouseDestination mouseDestination) { Rectangle boundingBox = mouseDestination.getBoundingBox(); moveMouseInstantly(random((int) boundingBox.getMinX(), (int) boundingBox.getMaxX()), random((int) boundingBox.getMinY(), (int) boundingBox.getMaxY())); } final void moveMouseInstantly(final int x, final int y) { getBot().getMouseEventHandler().generateBotMouseEvent(MouseEvent.MOUSE_MOVED, System.currentTimeMillis(), 0, x, y, 0, false, MouseEvent.NOBUTTON, true); } And I'm sure if you spent some time making your own MouseEvent then you could have it at whatever speed you want. However, the setMouseSpeed feature was removed for a reason.1 point