Leaderboard
Popular Content
Showing content with the highest reputation on 06/08/19 in Posts
-
Eagle Scripts' AIO MTA What is AIO MTA AIO MTA is a script that will help you gain magic levels, money, and the Bones to Peaches spell. What does AIO MTA support - All Rooms - Reward Buying - Reward Queue System - Profile System - Customizable Rooms Order Discord https://discord.gg/xhsxa6g Youtube Review This script has received a positive review from Eduardino on YouTube. If you'd like to check out his review, you can do so here! Availability Available for purchase here. Media Startup instructions General instructions Make sure to zoom-out your character as much as possible to ensure that all rooms are executed accordingly and in the most efficient manner. CLI startup The script's Id is 1029. The script's only CLI parameter is the profile name that you'd like to load. Beware: The name can not contain any spaces Reward item queue You can use the Reward item queue in two possible ways Scenario 1 If you add two Mage's books as follows: 1x Mage's book 1x Mage's book The script will gather all the points for the first book, buy it and then gather the points for the second book. Scenario 2 If you add two Mage's books as follows: 2x Mage's book The script will gather all the points for both books and only spend points whenever it's able to buy both of the books at once. Miscellaneous Cakes are (and will) not be supported as food for the graveyard room. Changelog V1.0 Initial Public Release V1.01 - Fixed food withdrawing amount for graveyard. The amount you choose in the GUI now actually gets taken into consideration. - Added the ability to choose a specific enchantment spell that should always be used rather than using the highest available one. - Added the ability to choose to stick to a single shape within the enchantment room, meaning that the script will not run between the shapes to get the current bonus one but rather stick to a single shape. V1.02 - Fixed Stamina Potion Withdrawing For Telekinetic Room V1.03 - Added wand upgrading V1.031 - Added failsafe for telekinetic room V1.032 - Added Lava battlestaff V1.033 - Fixed wand upgrading V1.034 - Added support for the new shop interface - Added PointsTracker & PointsCaching (To support the removal of configs regarding MTA points) - Fixed Telekinetic Observing V1.035 - Fixed points extracting after OSRS update V1.036 - Attempted to fix points extracting V1.037 - PointsTracker now takes purchased items into consideration V1.038 - Added support for OSBot's new UI V1.039 - Added more information on exceptions V1.04 - Removed Entity#isOnScreen V1.041 Fixed game update changes V1.042 Fixed Alchemy room after game update changes V1.05 Fixed Mirror mode issues with item purchasing in the shop. V1.06 Fixed wand buying. Script now properly buys them back to back. V1.07 - Fixed minor issue in telekinetic room with spell being selected and attempting to leave the room - Fixed multiple edge case issues with the reward queue item buying V1.08 More fixes to edge cases for reward queue item buying V1.081 Master wand changes V1.09 Changed area data in attempt to fix traversing issues V1.10 Attempted to fix issues with B2P buying V1.11 Attempted to fix issues with clicking portals outside of arena Attempted to fix issue of missclicking incorrect spell V1.12 Fix missclicking spell during alchemy room V1.13 Fix missclicking spell during telekinetic room V1.15 Attempted to fix supplying issues related to stamina potions V1.16 Add support for the new MTA game update V1.17 Attempted to fix points parsing issue when > 1000 Changed number of cupboards in algorithm from 8 to 6 V1.18 Fixed the algorithm for the Alchemy room Attempted to fix an issue with fresh accounts regarding the hat retrieval V1.19 Fixed progress hat retrieval on fresh accounts V1.20 Small changes to the progress hat retrieval V1.21 Script will stop instead of pause when it bought all desired reward items, to support script queuing V1.22 Added support for the new reward shop interface and the Rune Pouch V1.23 Resolved startup issues Script will in the future also work when some assets failed to load1 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
-
āāāāāāāāāāāāāā 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.1 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
-
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
-
Want to purchase? Click here! For trials please join the discord and request one using our discord bot! Easy To Use GUI By enabling the custom area you can actually chop any tree anywhere in RuneScape with full banking support! You can automatically sell your logs to the grand exchange and wake up in the morning to Gold instead of Logs! Just follow these easy to use instructions! Grand Exchange Support Instructions: Please follow these instructions for the GE support. Depending on your area you will be required to have specific items in either your bank or your equipment , the list follows: To go to the Grand Exchange for all areas EXCEPT Varrock West, Varrock East, Draynor, Lubridge and Falador, you will be required to have Varrock Tele Tabs in your bank to travel to the Grand Exchange. However if you are chopping in these areas and have a Varrock Teleport Tab you will still use it to get to the Grand Exchange. The requirements for Traveling back follows: Draynor: If you have a glory in your equipment you will use the glory, if not, you will walk back to Draynor. Falador: If you have a Falador Teleport Tab in your bank, you will use the teleport tab, if not, you will walk back to Falador. Seers/Catherby: You will be required to have a Camelot Teleport Tab in your bank to travel back to Seers or Catherby Castle Wars: You will be required to have a Ring of Dueling on your equipment to travel back to Castle Wars. Barbarian Outpost: You will be required to have a Games Necklace on your equipment to travel back to Barbarian Outpost. Woodcutting Guild: You will be required to have a Skills Necklace on your equipment to travel back to the Woodcutting Guild. NOTE: The Grand Exchange will not be supported if you are using the customized areas. Powerchop Instructions: If you would like to use the powerchopping feature with shiftdropping please ensure that you have these settings enabled. The bot will not check/change these settings for you. If you enable powerchopping without shiftdropping or without changing the in game settings it will not shift drop for you. Progressive Axe Instructions: If you use the progressive axe feature you MUST have the required axe for the levels in the bank or it will not work! If you use the progressive axe feature and you reach level 41 and you do not have a rune axe in your bank the bot WILL STOP! This is not just for level 41. This is for ALL LEVELS that an axe must be upgraded. If you use the progressive axe feature it will ignore the selected axe in the drop-down box This feature DOES NOT work with bronze axes. Only use Iron or better. Progressive Mode: If you have progressive mode selected the bot will run this order: Woodcutting level 1-15 Chopping Normal Logs at Varrock West Woodcutting level 15-30 Chopping Oaks at Varrock West Woodcutting level 30+ Chopping Willows at Draynor. The bot will automatically walk to Draynor with no user interactions! WARNING: If your combat level is under 15 the mage in Draynor can attack you! I suggest only using this feature if your combat level is 15 or above. Progressive mode will not have the GE Support but it will include the Stop Level feature. Many Preset Locations Supported: Normal Trees: Varrock West Lumbridge Oak Trees: Varrock West Varrock East Castle Wars Seers Falador Willow Trees: Draynor Seers Barbarian Assault Maple Trees: Seers Woodcutting Guild Teak Trees: Castle Wars Yew Trees: Grand Exchange/Varrock Palace Edgeville Catherby Seers Woodcutting Guild Magic Trees: Seers Woodcutting Guild I am open to include more areas if they are requested. Just let me know and I will work on including them! Bug reports: What is the bug? How did the bug happen? What does the OSBOT logger say? Injection or Mirrored? PROGGIES:1 point
-
For trials please join the discord and request one using our discord bot! Want to purchase? Click here! Very easy to use! Features: Completes Tutorial Island in under 10 minutes! Mass Account Support! - Walking to banks not supported if using mass account support. Supports Resizable! Recognizes closest objects for fast completion! Organized script structure to ensure quick fixes for the endless changes Jagex makes to Tutorial Island! Walks to banks after completion! CLI Support Instructions: If you want to go to a bank after completion just tick off the checkbox and select your location! If you wish to use CLI parameters follow the template bellow To use the Mass Account Support you must have a txt file in the OSBOT Data Folder called "accounts.txt" The accounts must be formatted as follows: Launch the script from CLI and use the paramater "load" and you must -allow norandoms and you must enter a "dummy" bot EXAMPLE: java -jar "Desktop/OSBot.jar" -login LOGIN -bot SOMEBOT -script 1053:load -allow norandoms Bug reports: What is the bug? How did the bug happen? What does the OSBOT logger say? Injection or Mirrored? CLI Parameters: The ID for this script is: 1053 Paramaters (Type in the following to go to selected bank): 0 - No bank, Log out after completion VWest = Varrock West VEast = Varrock East GE = Grand Exchange Edge = Edgeville Draynor = Draynor FWest = Falador West FEast = Falador East Lumby = Lumbridge Upper load = LOADING ACCOUNTS - No walking to bank supported Example Usage: java -jar "Desktop\Bot\OSBot.jar" -login osbotuser:osbotpw -bot osrsun:osrspw:0000 -proxy IP:Port OR IP:Port:username:password -script 1053:GE1 point
-
Molly's Tanner This script tans hides at Al Kharid for gold. Buy HERE Requirements: None! Features: - Hopping out of bot worlds - Stamina potion usage, the bot will use one dose prior to each run -Tans cowhides, and all dragon hides Setup: Start at Al Kharid, have coins and hides in bank and let it do work! CLI Setup: The script portion of your .bat file should be setup as followed: -script 839:Antiprofile--Potion--Hide Replace Antiprofile with "On" or "Off", replace Potion with "Stamina", "Energy" or "None". Replace Hide with one of the following: "Soft", "Hard", "Green", "Blue", "Red", "Black". Proggies:1 point
-
Molly's Chaos Druids This script fights chaos druids in Taverly dungeon, Edgeville dungeon and Ardougne. Profits can easily exceed 200k p/h and 60k combat exp/ph, this is a great method for training low level accounts and pures. Buy HERE Like this post and then post on this thread requesting a 24hr trial. When I have given you a trial I will like your post so you will receive a notification letting you know you got a trial. Requirements - 46 Thieving for Ardougne -82 Thieving and a Lockpick for Yanille - 5 Agility for Taverly(recommended) - No other requirements! Though I do recommend combat stats of 20+ as a minimum Features: - Supports eating any food - Hopping out of bot worlds - Recovers from deaths(respawn point must be lumbridge), includes re-equipping items on death - Potion support - Automatically detects and withdraws/uses Falador teleport tabs if using Taverly dungeon - Automatically detects and withdraws/equips/uses glories if using Edgeville dungeon - Supports looting bag Setup: Start the script, fill out the GUI, and be in the general area of where you want to run the script. CLI setup: Proggies: In the works: Known bugs: Bug report form, this is a MUST for problems to be resolved quickly: Description of bug(where, what, when, why): Log: Your settings: Mirror mode: Y/N1 point
-
Slice VPS services have been providing the runescape botting community with quality VPS's. Everything you need to start botting is setup for you right away. All you need is the remote desktop connection APP which is built-in on all pc's! Features: -Unlimited VPS devices if you need a new one i will set up one for you in 5minutes -Perfect for botting and trading in runescape or runescape private servers or anything just like any VPS -Great for bypassing mac-bans in rsps servers! -Ready after 5minutes of receiving payment! Packages Beginner Ram: 2 GB vCPU: 1 single core Performance: Low to moderate Price: 10$/month Medium Ram: 4 GB vCPU: 2 core Performance: Moderate Price: 20$/month Advanced Ram: 8 GB vCPU: 4 core Performance: Moderate to fast Price: 25$/month -Discuss for payment details -Read rules Rules: -I am not responsible for any illegal activity you do with the VPS Contact Skype in signature1 point
-
1 point
-
Should be fixed now, try using fire strike, I think it may be able to survive both fights1 point
-
1 point
-
For 1: https://osbot.org/api/org/osbot/rs07/api/map/Area.html Make an area of the chicken pen & check if the bones are inside this area.1 point
-
I just babysat this script on the Waterfall quest and I just had to say: This script is fkn lit! Very well made! kudos!1 point
-
I only need one Zulrah account. Would prefer 80 range/magic Anyone who has an account or would want to make me one can add my discord in my signature or post their offer bellow.1 point
-
1 point
-
1 point
-
1 point
-
1. check if the bones are in the chicken pen before picking them up 2. no you should be able to hit refresh and run the new version. 3. use cli to open the client, you can give a world as parameter1 point
-
Activated trial but the script is still not on the market just yet. Guys - I am just working on making the code more scalable so that I can respond to user suggestions and features updates more swiftly + easily, as you can tell there are a lot of features/combinations in the runecrafting skill, especially with master/worker mode and all the different equipment/items/consumables required. There is also a pending update for a failsafe in regards to talismans, should be released sooner rather than later ^^ I appreciate your patience and understanding.1 point
-
1 point
-
Summer garden still working great for me, if it breaks whenever rs updates I'll let ya know. But i'm loving the easy thieving and farming xp! *edit The attempts paint is wrong, In one click summer garden it wasn't displaying the failed attempts. In just regular summer garden just banking the fruits the counter is off too. But besides that the script seems to be running fine, will post here if i find anything else after running it longer.1 point
-
1 point
-
Past accounts (if you know of any): [member=username] reddit.com/u/i-z-a-d is banned on a multiple trading subreddit for scamming he is on https://universalscammerlist.com/search.php search his name āi-z-a-dā Current account: https://osbot.org/forum/profile/101555-i-z-a-d/ Reasoning: Discord user and website name is same https://www.reddit.com/r/GamingMarket/comments/bmx27w/selling_osrs_account/0 points
-
0 points
-
0 points
-
ill do it for 5m and I play up to 10 hours a day discord is ćÆććć«ć«ć· Hatake Kakashi#65670 points
-
0 points