Leaderboard
Popular Content
Showing content with the highest reputation on 12/17/19 in Posts
-
Hello, I just wanted to wish everyone a Merry Christmas and Happy Holidays. I am here to announce the biggest giveaway OSBot has ever done. This year I want directly to the guys who make this site possible, which is our Script writers and asked them to chip in this year and give up some FREE SCRIPTS. We will be giving away VIP packages as well. How to win? Simply Like the post and then comment on the post! The winners will be announced next weekend! We are giving away 20 VIP packages, in 1 month duration. OSBot donated 5 of those, @Charlottegave 5, @Malcolm gave 5, and @Sara has also given 5 as a last minute donation! Below is a list of the scripts with Script Writer, Script Name, quantity of giveaway, duration, and script thread link. @ProjectPact Script Factory - 5 Auths - 1 Month @Malcolm & @Juggles Ultimate AIO Slayer - 5 Auths - 1 Month @Chris Excellent Vorkath - 2 Auths - 3 Month Excellent Dragons - 10 Auths -1 Month Excellent Agility - 10 Auths - 1 Month Excellent Combat Helper Plugin - 10 Auths - Lifetime @FuryShark Fury AIO Looter - 5 Auths - 1 Month @Eagle Scripts AIO MTA- 5 Auths - 1 Month @ez11 ezCannon - 10 Auths - 1 Month ezCrabs - 5 Auths - 1 Month @Khaleesi Khal Wintertodt - 10 Auths - 1 Month Khal AIO RuneCrafting - 10 Auths - 1 Month Khal AIO Woodcutter - 10 Auths -1 Month Khal AIO Fisher - 10 Auths - 1 Month Khal AIO Agility - 10 Auths - 1 Month @Token Stealth NMZ - 10 Auths - 1 Month Stealth Quester - 2 Auths - 1 Month23 points
-
Hey, API CHANGES: - Added ItemDefintion#isPlaceholder() and ItemDefinition#getNonPlaceholderId(). - Added Magic#castSpell(MagicSpell spell, String action). FIXES: - Bank#filter(List<Filter<Item>> filter) will now ignore placeholders. MISC: - Minor bug fixes. - The OSBot Team4 points
-
Preventing RS Botting Bans V3 Written by Alek 1. Introduction This guide is Version 3 of my original guide released 4 years ago. I decided to focus more on commonly asked questions and general misconceptions about botting. Many of the topics are very technical and there are brilliant engineers who both bust bots and create them. The majority of botters who come here have little to no programming experience, or very little knowledge in subject areas such as reverse engineering. It’s very difficult to fully explain all key concepts, however hopefully this material will give you a base reference to draw your own conclusions. 2. How to not get banned The secret formula to botting is keeping a very, very, low profile. This game has been around for 15+ years, that is a TON of data to play with. Generally speaking: -Don’t bot more than 4 hours per day -Don’t bot more than 10 hours per week -Diversify your tasks -Don’t use a VPN/VPS/proxy -Don’t bot more than one account -Do quests -Don’t RWT/goldfarm -Don’t bot in hot spots, use places like Zeah You’re going to have a ton of people say, “oh I suicided for 11 years straight, never logged out, I make $500k/year”, etc. They simply don’t. Either they haven’t botted long enough or their claims are baseless. If you want to keep your account relatively safe then don’t bot longer than the times I recommended above. Time played is a key factor into profiling a bot, it’s been even talked about on official livestreams during live bot busting events. 3. Misconceptions The biggest misconception is that the company doesn’t have any automatic detection systems. Although the detection vectors improve over the years, there are official statements claiming that all bans are manually reviewed before being issued. THIS DOES NOT MEAN ACCOUNTS ARE NOT AUTOMATICALLY FLAGGED. Common situation: Suicide bot on the weekend without getting banned, account gets a ban on the following Monday or Tuesday. This is because your account was probably flagged over the weekend, then eventually reviewed for the final determination on the following business days. Another misconception is that if you “survived the weekend”, then you are safe. This is certainly not true, most anticheat will "flag and monitor". This means that you were in fact detected but the anticheat is watching your actions very closely to grab more information about what you are doing. Information from these monitoring sessions are used to quickly detect and ban in the future. For Runescape, one example is the use of bot worlds. Another non-Runescape example is Valve-AntiCheat profiling numerous hacks over the course of months and then issue behemoth ban waves all at once for games like Counter-Strike. 4. Antiban/Antipattern Scripters who include antiban/antipattern methods in their scripts are either naive, new scripters, or are trying to earn more sales by making false promises. Competitor clients further this perpetuation by forcing script writers to implement these methods. It’s a gimmick and overall you’re going to get banned whether you use these "special methods" or not. Some of these “special” (aka worthless) methods are: -Moving your mouse randomly -Checking your exp -Examining random objects -Moving your camera angle randomly -Implementing “fatigue” systems -Diversifying the way you interact with objects One of the special methods I’d like to talk about which was not listed above was randomizing sleep time between actions. This is especially special because there are numerous flaws with it. 1. Your computer doesn’t perfectly execute actions in the same time every time 2. Your script doesn’t perfectly loop in the same time every time 3. Your ping fluctuates causing a delay between the client and server 4. If the top three all remained constant, you could find the upper and lower bounds of the mean and use statistics to recreate the sleep time. Anti-pattern is a bit different, but a lot of scripters have been wrongly claiming their script having “antipattern” when they’re really using the same “special methods”. Examples of antipattern: - Talking to other players (Cleverbot) - Mixing up tasks (perhaps after accumulating X gold, go to the Grand Exchange and sell) The goal of anti-pattern is to reduce the chances of being manually reported by other players for botting. Although “antipattern” is more desirable than “antiban”, there is still no definitive proof of the impact it has in the total picture. 5. Client detection 5A. I’m going to keep this relatively brief because this is probably the most technical aspect of this guide. There is an overarching debate over Injection vs Reflection and it’s pretty silly. Both are detectable because both have different ways you can detect it. In the non-Java hacking world, this would be equivalent to something like ReadProcessMemory versus LoadLibrary. To better put it, reading memory from outside the process versus inside. There are ways to hide it, ways to find it, ways to hide against the ways to find it, and ways to find the ways how to hide it against from finding it. As you can see, it’s really cat and mouse and it boils down to implementation. 5B. Additionally, you can be detected for macroing without even using a client. You can banned for using Gary's Hood or AutoHotKey. Both of these use some sort of Windows API function like SendInput, from protected mode. This is how color-bots also get detected without injecting/reflecting the client. 5C. Mirror Mode adds some protection to users where the normal OSBot client can be detected. Think of mirror-mode as a safety catch rather than a comprehensive antiban measure; and yes mirror mode has genuinely protected users at least on one confirmed occasion. In summary, you will still get banned because mirror-mode only protects you from one aspect of botting and there are potentially hundreds of detection vectors. 6. Conclusion and final remarks Having good botting habits like I outlined in section two, and having a good script which is reliable and not prone to getting baited (locked behind doors, etc), is your safest bet. There are people who do “studies” and “research” but ultimately their results are inconclusive, non-definitive, and certainly only proves a correlation and not causation. There are too many variables to isolate to make any data worthwhile; ip address, computer, scripts, clients, botting locations, skills, account time, bot time, quests, RWT, java exceptions, client detection, the list goes on and on. Too many variables to isolate, too much that we cannot prove. The bottom-line is that the only people who know specifics about the anticheat system are the anticheat developers.2 points
-
Buy here: Features: This script allows you to train early range levels as fast and efficient as possible or to create very strong low hp pures due to the cannon not giving hitpoints expierence! The script will setup your cannon at the desired location, refill when empty and repair it when it is broken. Once you run out of cannonballs it will pick up the cannon and end the script. You can choose from several popular preset locations (check below for a list) or set your own location via the GUI. You can save your custom locations and simply load them when starting the script again. You can choose a custom refill threshold to appear more humanlike (by default the script will refill the cannon when empty). This refers to how many cannonballs should be in the cannon to trigger the script to refill. The script will pick a random number between the boundaries you set and if your cannon has less cannonballs remaining than this number the script will refill your cannon. Script automatically upgrades ranged gear if you have them in your inventory: studded gear + coif -> snakeskin + boots and bandana -> green/blue/red/black d hides High alchemy support! NOTE: Alching makes the script interact with the game a lot more often than just refilling the cannon and waiting. So make sure you adjust your botting/breaking ratio to account for this change in activity to ensure minimal bans. Requirements: Dwarfcannon set + Cannonballs in inventory. Dwarfcannon quest completed. Start script at cannon location. 55 Magic and runes to Alch. Items that you want to alch should be put on the inventoryslot that lines up with the location of the high alch spell. How Cannoning works and why you dont need ranging pots: The Dwarf multicannon always has a maxhit of 30, regardless of your stats, equipment or boosts. This is why cannoning is so good to train early range levels. The accuracy of your cannon is based on the accuracy of your selected attackstyle (staves count as meele weapons and being unarmed counts as using a crush weapon). This means to maximize your accuracy it might be better to wear a 2H sword instead of wearing a ranged weapon, if your range level is not high enough to wear the higher level crossbows. This means that your range level/accuracy or any range boosts have zero impact on your cannons accuracy if you dont wear a ranged weapon. As mentioned your maxhit is always capped at 30 regardless of your stats, and since your succesful hits will always roll a random number between 0 and your max hit (in this case 30) using boosts only changes the accuracy of your cannon. The accuracy of your attacks is based on your attackroll (based on your equipment, stats and boosts) against the targets defense roll (which is going to be low for the monsters you cannon). Your accuracy starts off high and as a result increasing your accuracy gives you dminishing returns. Your average hit is calculated as: (Maxhit * accuracy) / 2. In practice this means using a ranging potion at 61 range with a rcb + pure setup your accuracy & exp/h will be increased by less than 1.7%. At 80 range with a light ballista and a pure setup your accuracy & exp/h will be increased by less than 1% when using a ranging potion. TLDR: Max hit of cannon is always the same, accuracy starts off high and has diminishing returns = pots are not worth it. More information can be found here: https://oldschool.runescape.wiki/w/Combat#Damage_calculating How to start this script using your own custom locations (step by step and Video guide in the spoiler): List of preset locations: Ogres east of Castle wars Ogres at the Combat Training Camp north of Ardougne Hill giants at the Shayzien graveyard on Zeah If you have any locations you would want to see added to this list just let me know! Trials: Like this post and comment to get a Trial! Trials only for VIP/Sponsor users Contact/Bug reports: If you have any specific questions or would like to report a bug please send me a detailed message on this forum. For bug reports please include details on how to reproduce the bug if possible. Pictures (post your own and I will add them here!): updates: - v1.1: added custom refill threshold - v1.2: Script automatically upgrades ranged gear if you have them in your inventory: studded gear + coif -> snakeskin + boots and bandana -> green/blue/red/black d hides - v1.3: Script will hop worlds if there is already another cannon in your world until it finds an open world (relevant when starting the script or when logging back in after a break) - v1.4: added some failsafes so script wont stop because the client loads the inventory to slow after logging in - v1.5: Added high alchemy support. - v1.6: Improved worldhopping - v1.7: small fix because of api changes1 point
-
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
-
Progamerz AIO Cows Buy now($3.99): Store Or Like the post and comment below to get 24 hours trial Discord Server Features Screenshots CLI Instructions: Coming Soon: If you would like any feature added, comment below!1 point
-
Now Supports Dwarf Multicannon! AIO Fighter - Fight anything, anywhere. Price: ONLY $9.99 FOR A LIFETIME PURCHASE Only have RSGP? Buy an OSBot voucher HERE. COMMENT ON THE THREAD FOR A 1 TIME 24 HOUR TRIAL Features Fight anything, anywhere Multiple target selection Cannon support Custom area selection, define your own combat bounds. Supports all shapes and sizes. Task scheduling (e.g, swap to training strength when you reach 5 attack) Eating food / Drinking Potions with deviations Optional healing with Saradomin Godsword and Guthans Any special attack weapon of your choosing Advanced looting, choose what items are picked up and what happens to them (alching, burying, etc), replace items with more valuable items. Bank from anywhere on the OSRS map, customise your banking experience. (Limited to OSBot Web Walking) Support for all prayers Safespotting Dynamic paint for easy reading Customisable script run speed. Think it is too fast or too slow? Adjust it yourself! AFK Mode, let stuff attack you, and reset the zone when no longer being attacked Config saving and loading for easy script starting Ability to edit the settings while the script is running Supports Stronghold of Security Upcoming Features Online script management. Ability to pause / resume your scripts, and few their status from anywhere with an internet connection! Prayer flicking More when I think of it, or it is suggested. Hotkeys F1 Enables area definition mode, once it is enabled, you can shift click tiles in game to define your combat area. It is recommended you select the top left and bottom right tile of the area you wish to fight in. F2 Disables are definition mode F3 Sets your safespot to the tile you are currently standing on F4 Sets the reset position. This is where the script will run to reset the area on AFK mode so enemies are aggressive again. User Interface Dynamic Paint, auto adjusts the order based on EXP gained GUI FAQ How can I enable / disable the paint? You can simply enable / disable the paint by clicking anywhere in the chat box. What is AFK Mode and how do I use it? AFK Mode is a setting that tells the script to not attack any targets, but let them attack you instead. This setting is particularly useful for zones such as Sand Crabs. If you plan on using AFK mode and want your character to stay on a specific tile (e.g. in the middle of a pack of sand crabs), you should enable the Safe spot setting as well. How do I use my cannon? Ensure that you have your cannon, and cannonballs in your inventory. Step on the tile you want the cannon to be placed and press F5. This will mark the tile purple, and the script should automatically setup and maintain the cannon. I don't understand how to create a custom fight area, can you help? Start by clicking F1 while on the OSBot client, this will enable area definition mode. Once you have enabled area definition mode, you want to Shift + Left Click the tile to mark it as a corner, and then Shift + Left Click another tile to create your zone. Here is an example (Don't worry, the red tiles go away once you start the script) Progress Reports Disclaimer: Use this script at your own risk, I take no responsibility if your account gets banned or ruined.1 point
-
Stealth Builder Can also be purchased with OSRS gold using vouchers from here Features Automatically buys house if you don't have one Buys all required items from GE Restocks from GE when out of supplies Automatically switches items for best XP rates Builds all required rooms Hires and changes servants as it gains levels Builds beds and bell-pull for servants XP rates similar to human players Uses keyboard to select dialogue/construction interface options Instructions Set the desired level on the GUI and select one of the 2 modes available. The only difference between them is the fast mode will switch to Mahogany tables at 52, which is faster but more expensive. The script is designed to automate all tasks from fresh level 3 accounts, so it's recommended that you don't have a complex house layout with multiple floors. It's best to start the script at Grand Exchange, or in house if you already have the required supplies. Make sure you have enough money on the account for supplies. The script fetches supplies from the bank, does not use money pouch, therefore if manually setting up the bot inside the house, you should have a regular Saw (not crystal), regular Hammer, Coins and Teleport to house tabs CLI Features Script ID is 924. The script supports CLI startup with the following syntax: -script 924:parameter=value where at least the mode and target_level parameters must be specificed eg. -script 924:mode=normal;target_level=99;on_limit_break=true;take_breaks=true;min_break_frequency=50;max_break_frequency=100;min_break=20;max_break=150; List of parameters: mode=[true|false] target_level=[number] on_limit_stop=[true|false] on_limit_break=[true|false] take_breaks=[true|false] min_break=[number] max_break=[number] min_break_frequency=[number] max_break_frequency=[number] afk_sessions=[true|false] min_afk_frequency=[number] max_afk_frequency=[number] min_afk_duration=[number] max_afk_duration=[number] hop_worlds=[true|false] min_hop_frequency=[number] max_hop_frequency=[number] 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:1 point
-
$9.99 for lifetime access. Click here Want to pay with OSRS GP? Click here Latest update includes Email Notifications! Dynamic Sig and High scores Grab your own by going to my site and typing in your osbot name https://ultimatescripts.xyz/ Main Features: AIO Combat Script. Supports 99% of monsters. Slayer/Custom Area Mode-Attack up to 3 different NPC's at once Custom Monster Mode Progressive Mode where script will switch monsters Progressive Splash Mode with auto upgrading spells Ability to upgrade Weapons and Armors from Steel to Dragon! Pure Mode Automatically detects closest bank, 99% of foods supported, Prayer Pot support. Loot above X amount Guthan's healing supported. Cannon support Email Notifications! (read below for more details on all features) NPC's Supported: Slayer/Custom Area: Supports 99% of monsters with banking. Start in area. Preset Monsters: Barbarian, Chaos druid, Chicken, Cow, Goblin (Low), Guard, Hill Giant, Hobgoblin, Ice Giant/Warrior, Men & Woman, Monk, Moss giant, Rat, Skeleton, Zombie Custom Monsters: Supports 99% of monsters with banking. Use Explv Map. Found a bank not added? Message me and I will add it! Want to test it out before buying? Try the free version here: All Features Explained Bank/Food Tab: Ability to automatically find closest bank for you. Script supports 99% of foods in Runescape. Option to use food or not use food. Ability to control amount of food withdrawn. Default is 8-12. Ability to control what range of % you eat at. Number will change every time you eat for randomization. Default is 40-60% Prayer potion support Enter amount of Prayer potions to withdraw and when to randomly drink them. Ability to use potions and withdraw multiple types. Ability to control type of potion and amount withdrawn. Ability to enter items to keep in inventory when banking. (Useful for training magic). Enter items followed by a comma. Script automatically enters "Brass key" for Hill Giants Ex) Fire rune, Mind rune, Rune platebody, Staff of fire Monsters Tab: **Only use one of these combat tabs!** Slayer/Custom Area Start the script in the center of the area of your choosing. Enter the name of the up to three different NPC's in area. Set the attack radius. This creates a box in every direction of your starting position. If you are using the script to train slayer, you have the option to make the script stop after task is complete or return to nearest bank and then stop the script. Cannon Mode-Will refill and fix cannon. Stand on the tile you want to place the cannon. Script will pick up the cannon before breaks and place it again after. Option to not attack monsters while using cannon. **This script will not get new tasks. You must start it in the area of the monster** **This script will not support killing monsters which has a special requirement such using Ice Coolers on Lizards or Salt on Slugs, etc Preset Monster Ability to choose from multiple different runescape monsters. Ability to swap to up to 3 different NPC's at X combat level. Each Monster has 1-4 different spots that the bot can choose from. No two bots will have the same pattern. If script is started in one of the Monster areas, it will automatically recognize that and use that area to kill. Ability to stop script at X combat level. Ex) Train Cows 1-20, Guards 20-40, Skeletons 40-60 then stop script. If you only want to kill 1 monster, fill out just the drop down box and nothing else in this tab. If you want to kill 2 monsters, fill out all of NPC 1 and then drop down in NPC 2. If you want to kill 3 monsters, fill out all of NPC 1, NPC 2 and drop down in NPC 3. If you want the script to stop at X lvl, fill that out. Custom Monster Link: https://explv.github.io Video explanation if this seems confusing. Follow my exact steps. This part of the script allows you to progressively kill 3 different monsters of the area of your choosing. Similar to Preset Monsters(See above) but this time you will enter NPC name and the Area. For the area, you must follow the directions below. You will get something like this: Area area = new Area(#,#,#,#); Loot Tab: Ability to enter unlimited amount of items to loot. Ability to loot Noted items. Ability to make the script eat food to clear an inventory slot. Ability to TeleGrab items Ability to enter items to high alch. Select your own loot radius. Loot above X amount. *To enter items, type the name exactly how it appears in Runescape follow by a comma* Ex) Coins, Oak logs, Ranar weed, Fire rune, Rune platebody, etc Loot Table includes: Upgrade Gear/Attack Switches Tab: Can upgrade from Steel-Dragon scimitars. Can also upgrade to Brine Sabre if P2P. Can upgrade from Steel-Rune armor set. Script will determine if you have Dragon Slayer done to wear a Rune platebody. If quest is not complete, it will wear a Rune Chainbody instead. Checkbox for forcing the script to go to bank when you've reached the requirement for an upgrade. Ability to switch different attack styles. Pure Mode: Will only train Attack and Strength. You enter when to stop training attack and switch to Strength only. You enter when to switch between Attack and Strength. Ex) Switch to Strength only at 40 attack. Switch every 5 levels. This will cause the script to gain 5 attacks levels, then gain 5 strength levels and then gain another 5 attack levels, etc. Script will stop training attack at level 40 and only train strength. Splash: Script will auto upgrade spells if you have the runes and level to cast the spell. Script will never log out. Start near rats with no other settings ticked in script. Have all runes in inventory that you want to use. Switch every X Level: Enter levels gained to switch attack styles. Ex) Switch every 3 levels. Script will gain 3 attack levels, then gain 3 strength levels, then gain 3 defense levels, then return to attack and repeat this pattern. Switch every 5 levels: Script will switch every 5 levels. Switch every 10 levels: Script will switch every 10 levels. ***For weapon upgrades, you must have the weapon you ticked in the bank. *** For armor upgrades, you must have the full set in the bank. A full set consists of "Platebody", "Platelegs, "Kiteshield, and "Full helm". The only exception to this is having a Rune Chainbody if you have not completed Dragon Slayer. Misc. Tab: Option to bury bones. Guthan's healing mode. Options to use special attack. Enter percent you want to spec above. Fast Combat Mode: Least amount of checks, will attack monsters the fastest Only loot my kill Prioritize looting: Will loot even in combat. Attack your NPC after looting will find the NPC you were attacking before you looted and attack it. Ability to select running enabled and enter random % to run above. % will change each time after activating. Option to loot and equip your arrows you are using. Option to fight Caged Monsters Select your own Speed for the script. Ability to paint your current target on map. Ability to hover next monster. Ability to use teleports when walking. Ability to use jewelry teleports when walking. Ability to create your own custom break area.(This is similar to Custom Monster area. You must use Explv map for this and enter the area similar to that. Read Custom Monsters for an explanation). Save/Load Button: Save: You can save your current settings in the script. Load: You can load previous settings into the script. Extra Features built into script: Randomized sleeps before each action. Randomize click boxes for each action. Automatically detects when a break is coming and walks to safe spot. Mouse off screen to pretend you are AFK. Paint to keep track of your stats. Ability to close paint by clicking on it. More to come. Update Log: Proggies: Pictures of GUI: Bug Report Template Have questions? For fast support and latest updates, join the Discord! https://discord.gg/caDA4Qb If you have any suggestions, Monster recommendations, or other features you would like to see, please comment below.1 point
-
** $14.99 - 24 hour trials available - like and comment on this thread Don't pm me on OSBot or Discord to ask for a trial. Loot anything, anywhere, with this highly customizable script! PvP worlds, waiting on loot piles, drop parties across Gielinor, even popping balloons in the party room! Buy The Script Here Check out these videos on using Fury AIO Looter to make money! [OSRS] Botting To Ban #7: Looting ! Crazy Profit [OSRS] Botting To Ban #8: F2P Looting FAQs: What does x setting on GUI mean? Look in the GUI spoiler below for a detailed explanation of what each option does. What settings should I use? WHATS THE BEST??? Whatever works for you, try new things until you find something thats good. I made it as customizable as possible for a reason There is no "best" settings before you ask me. lol. If I told everyone the ""best"" settings then everyone would do that and it would no longer be the best. Experiment and see what works for you Where should I run the looter? Anywhere there is loot on the ground. Experiment. See whats making money. Known locations would be GE drop parties in highly populated worlds. PVP worlds in active areas (ge, lumbridge, varrock, etc). ZMI. Wintertodt. Skillers that drop their inventory like barbarian village fishers, rimmington mine iron ore droppers etc. It will even work in the party room to pop balloons GUI: CLI: Discord Server: POGRESS REPORTS:1 point
-
My first ever script, if you don't count the goblin killer @Chris taught me to make, or the tea thiever @Apaec taught me. Big shoutout to both. Mainly posting this to get some feedback. I took note of people saying that every iteration of onloop should execute one action, use conditional sleeps and limit regular sleeps. But I'm having issues of some actions happening very fast. I know you could adjust the return of onloop, but that might make other actions too slow. Would adding regular non conditional sleeps in those cases be fine? I did add 2-3, but I think I need more. Been running the script for around 8 hours with several trips to the G.E. Has not gotten stuck yet. Features: Smelts bronze bars and banks in Edgeville Walks to the G.E and restocks copper and tin ore Requirements: Bank should contain either coins or bronze bars (which will be sold to obtain coins) for restocking The amount of copper ore and tin ore in your bank should be equal. Don't think I added a check for what to do when one of them is below x14 and the other is not. Guess the script will just stand there You can probably start the script pretty much anywhere since the walking relies on the webwalk method, although I would advice you to start it in the GE - Edgeville general area. Download Source code:1 point
-
1 point
-
1 point
-
1 point
-
I'm going to message @Zach as he is the only one who can create git accounts and has been VERY VERY busy in real life the past 6-9 months. Where he can barely get an hour break from work besides sleeping.1 point
-
1 point
-
We actually have a upload request for rogue's den1 point
-
This script is stupid functional and packed with features. Going to be worth way more than the $ amount that it will sell for. Imagine being able to make your own custom script, tailored to your custom needs, with absolutely no programming experience required. Quite literally, changes the botting game, and will encourage script writers that use the OSBot API to step it up in terms of complexity and quality if they want to stay competitive and relevant. Good job Project, The sleepless nights have been worth it1 point
-
he's a scammer. Won't use a middleman with me. Was trying to make me go first. Saying mm's are scammers. Stay away from this guy.1 point
-
1 point
-
1 point
-
1 point
-
New Update (v135) - Added changes to speed in various spells (stun-alch and superheating) -- Added further improvements to mouse when superheating - Made improvements to stun-alch for both non-fast and fast mode - Added looting molten glass when casting superglass make - Added a patch for resized mode and casting spells Thanks for all the feedback guys, just doing a final round of testing and will be pushing the update. This version will automatically go live within 24 hours good luck guys ^^1 point
-
Revenant script would be neat. it would need to be premium though. Or a task based combat script with the ability to switch to different gear/npc's etc.1 point