Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • qbots

    Scripter+
    • Posts

      615
    • Joined

    • Last visited

    • Days Won

      17

    Reputation Activity

    1. Thonking
      qbots reacted to Prime in Nex Scripts - Coder - Developer - Scammer   
      We've allowed Frost Bets over 72 hours' time to follow up and provide more information. He hasn't, so we'll conclude the case with the information we have.
      Nex was entrusted by partners/customers to create and maintain a Discord bot with gambling functionality. Nex intentionally backdoored said Discord bot with the intention of exploiting the backdoor on alt accounts to win money without his partners knowing. Nex scammed at least $1900 USD and 5 Billion OSRS GP, potentially up to 25 Billion OSRS GP (by his own admission). The amount scammed is potentially significantly more due to the nature of how hard it is to track the full amount taken; only one alt account was confirmed to belong to Nex. This is without taking into account the damages caused to the business from the reputation hit when it becomes known that one of its shareholders and developers rigged outcomes in his own favor.

      This goes beyond a regular scam, in which the victim immediately knows they've been conned when the other person refuses to honor their part of the deal (I.E., you paid and the other person ran off with your money). This is a scam, in which if it was not exposed by chance and negligence, would have gone on undetected and the scammer would have successfully scammed at least the monetary value of $5000+ and easily potentially tens of thousands without anyone knowing, without any repercussion. Nex made an attempt to repay for the scam, only after being caught and confronted with evidence.
      The nature of his repayment has not been made clear to us; the only confirmation is that he repaid at least $1200. It would be highly difficult to repay in full the extent of the damages and amounts taken with a scam like this, and even if we were to assume that Nex made an earnest attempt to repay in full, it is highly improbable that the full extent of the damages were compensated. Leaning towards leniency, we offer Nex the benefit of the doubt and assume he made some attempt to repay in full for the amount he scammed.

      It is important to note the highly insidious nature of the scam and the massive sum stolen (which would put even scam-quits to shame). It would be too lucrative to commit scams of this nature and to be able to get away with it by making attempts to repay only when caught; this behavior should absolutely be discouraged

      After much consideration, we've come to the following decision. Nex will keep "Trade with Caution" and we'd discourage any user from conducting any trade or business with him; any user trading him would be doing so at their own risk. Nex will not be allowed to sell any scripts (private or SDN) or coding solutions via the DreamBot forum or community. Although SDN scripts are highly vetted by the DreamBot team and can be trusted to be safe and secure, the DreamBot team has decided that Nex should not be able to sell any products on the SDN going forward; Nex' scripter privileges will be removed. For this decision, we have also taken into slight consideration the numerous, largely unresolved complaints from users on Nex' scripts.
    2. Thonking
      qbots reacted to Pandemic in Banned Forum and Script   
      Hey there, we've received chargebacks from one of your many accounts, and also you're only allowed one DreamBot account, not 57.
      Please stop evading the ban, and go somewhere else.
      Thanks
    3. Thonking
      qbots reacted to anomalous in GPT-4 wrote my first DB3 script for me.   
      Hello, new guy here.

      I thought I'd start by sharing my experience of completing a functional DB3 script using GPT-4.

      It's a simple random walk script that sends you wandering about aimlessly, but it works. The challenge was to get GPT-4 to do it instead of lecturing me about the immorality of botting video games and violating the publisher's TOS.

      It turns out all I had to do was to tell GPT-4 that I am just a student learning to code in Java and that I'm only using a private OSRS server. I was no longer reminded of my moral inferiority after this. 😂

      An additional challenge was to get GPT-4 to stop using deprecated code. Without careful prompting, it will produce DB2 code.

      Once all that was sorted out, here's what it came up with:
      import org.dreambot.api.input.Mouse; import org.dreambot.api.methods.Calculations; import org.dreambot.api.methods.map.Area; import org.dreambot.api.methods.walking.impl.Walking; import org.dreambot.api.script.AbstractScript; import org.dreambot.api.script.Category; import org.dreambot.api.script.ScriptManifest; import java.util.Random; @ScriptManifest(author = "YourName", category = Category.MISC, name = "Random Walker", version = 1.0) public class TestScript extends AbstractScript { private final Area gameWorld = new Area(3000, 3000, 3300, 3300); // Define the area of the game world where the bot will walk @Override public int onLoop() { // Simulate human-like random sleep if (randomSleep()) { return Calculations.random(3000, 6000); // Sleep for 3 to 6 seconds } // Walk to a random tile within the game world Walking.walk(gameWorld.getRandomTile()); // Sleep for a random time to mimic human behavior return Calculations.random(1000, 2000); // Sleep for 1 to 2 seconds } private boolean randomSleep() { int number = new Random().nextInt(100); // Generate a random number between 0 and 99 if (number < 5) { // 5% chance to sleep log("Random sleep!"); Mouse.moveOutsideScreen(true); // Move mouse outside of screen return true; } return false; } }  
    4. Thonking
      qbots reacted to MaximusPrimo in Bird catching for low hunter   
      camelCases red chinchomper account building script will do this for you leveling all the way to chins.
    5. Thonking
      qbots reacted to SubCZ in Latest client update has broke scripts   
      The script only uses DreamBot's API methods to send mouse events. You know this because you have access to the script's code. Perhaps DreamBot should have fixed the "invalid/incorrect" mouse events in its API instead of reallowing them? 
      It's unfortunate that many users lost more than 2 days of runtime, and that no responsibility is taken by DreamBot developers. It makes it seem likely that these issues will continue in the future.
    6. Like
      qbots got a reaction from yeeter in Simple Bot Manager   
      @ Bot Manager
       
      This is a simple tool that will let you put all your special configs and launch options in one place, and then start them with the click of a button.
      GUI:

      There may be bugs, but it's free and it "works" and it's something I've wanted added to the client for a while and figured I could make a simple one to suit my needs.
      Source: https://github.com/ExcoCat/-BotManager
      Be warned the code isn't pretty as I wrote it in like 20 minutes.
      JAR file isn't obfuscated so feel free to decompile it to check it out if you dont want to wait for the source
      Download: https://www.mediafire.com/file/ou8bzsadhgnctwb/BatCreater.jar/file
    7. Like
      qbots got a reaction from Pandemic in Simple Bot Manager   
      @ Bot Manager
       
      This is a simple tool that will let you put all your special configs and launch options in one place, and then start them with the click of a button.
      GUI:

      There may be bugs, but it's free and it "works" and it's something I've wanted added to the client for a while and figured I could make a simple one to suit my needs.
      Source: https://github.com/ExcoCat/-BotManager
      Be warned the code isn't pretty as I wrote it in like 20 minutes.
      JAR file isn't obfuscated so feel free to decompile it to check it out if you dont want to wait for the source
      Download: https://www.mediafire.com/file/ou8bzsadhgnctwb/BatCreater.jar/file
    8. Like
      qbots got a reaction from Zawy in Simple Bot Manager   
      @ Bot Manager
       
      This is a simple tool that will let you put all your special configs and launch options in one place, and then start them with the click of a button.
      GUI:

      There may be bugs, but it's free and it "works" and it's something I've wanted added to the client for a while and figured I could make a simple one to suit my needs.
      Source: https://github.com/ExcoCat/-BotManager
      Be warned the code isn't pretty as I wrote it in like 20 minutes.
      JAR file isn't obfuscated so feel free to decompile it to check it out if you dont want to wait for the source
      Download: https://www.mediafire.com/file/ou8bzsadhgnctwb/BatCreater.jar/file
    9. Like
      qbots got a reaction from Tweeboy in Simple Bot Manager   
      @ Bot Manager
       
      This is a simple tool that will let you put all your special configs and launch options in one place, and then start them with the click of a button.
      GUI:

      There may be bugs, but it's free and it "works" and it's something I've wanted added to the client for a while and figured I could make a simple one to suit my needs.
      Source: https://github.com/ExcoCat/-BotManager
      Be warned the code isn't pretty as I wrote it in like 20 minutes.
      JAR file isn't obfuscated so feel free to decompile it to check it out if you dont want to wait for the source
      Download: https://www.mediafire.com/file/ou8bzsadhgnctwb/BatCreater.jar/file
    10. Like
      qbots got a reaction from Nuclear Nezz in Simple Bot Manager   
      @ Bot Manager
       
      This is a simple tool that will let you put all your special configs and launch options in one place, and then start them with the click of a button.
      GUI:

      There may be bugs, but it's free and it "works" and it's something I've wanted added to the client for a while and figured I could make a simple one to suit my needs.
      Source: https://github.com/ExcoCat/-BotManager
      Be warned the code isn't pretty as I wrote it in like 20 minutes.
      JAR file isn't obfuscated so feel free to decompile it to check it out if you dont want to wait for the source
      Download: https://www.mediafire.com/file/ou8bzsadhgnctwb/BatCreater.jar/file
    11. Like
      qbots got a reaction from pharaoh in Simple Bot Manager   
      @ Bot Manager
       
      This is a simple tool that will let you put all your special configs and launch options in one place, and then start them with the click of a button.
      GUI:

      There may be bugs, but it's free and it "works" and it's something I've wanted added to the client for a while and figured I could make a simple one to suit my needs.
      Source: https://github.com/ExcoCat/-BotManager
      Be warned the code isn't pretty as I wrote it in like 20 minutes.
      JAR file isn't obfuscated so feel free to decompile it to check it out if you dont want to wait for the source
      Download: https://www.mediafire.com/file/ou8bzsadhgnctwb/BatCreater.jar/file
    12. Upvote
      qbots got a reaction from NurarihyonAlt in Simple Bot Manager   
      @ Bot Manager
       
      This is a simple tool that will let you put all your special configs and launch options in one place, and then start them with the click of a button.
      GUI:

      There may be bugs, but it's free and it "works" and it's something I've wanted added to the client for a while and figured I could make a simple one to suit my needs.
      Source: https://github.com/ExcoCat/-BotManager
      Be warned the code isn't pretty as I wrote it in like 20 minutes.
      JAR file isn't obfuscated so feel free to decompile it to check it out if you dont want to wait for the source
      Download: https://www.mediafire.com/file/ou8bzsadhgnctwb/BatCreater.jar/file
    13. Thonking
      qbots reacted to paxosa3296 in Free Script Should came with source code   
      Hey, I was checking some really nice code here but I notice that somes need a bit of love since 2016. Yikes.

      I was thinking about the fact that also these script could be better with other location for farming.

      What y'all think about that?
    14. Like
      qbots reacted to Aeglen in NEED HELP DEVELOPING & FINISHING THIS KARMAJA FISHING SCRIPT   
      That code is just the right amount of incoherent and dated I'd be willing to bet it was written by ChatGPT
    15. Like
      qbots got a reaction from AutoMan in @ Mixer   
      @ Mixer
      This is a simple script that mixes two items together.
      No paint yet, V2 will have a paint and a more user-friendly GUI

    16. Upvote
      qbots reacted to Zawy in 👑Dreamy AIO Skiller Elite👑 | All 23 skills in one script | 86 Quests | 12 Minigames | 22 Money making methods included | Misc scripts | Smart Desktop & Discord Notifications | Customised profiles |   
      | All 23 skills in one script | 86 Quests (F2P/P2P) | 12 Minigames | 22 Money making methods included | Smart Desktop & Discord Notifications | Customised profiles |
      ONLY $119,95 Lifetime for around $300+ worth of scripts.
      Grab a free trial now:

      Join the Dreamy Scripts Discord and get notified on updates,new releases & giveaways

       
      Welcome to Dreamy AIO Skiller Elite,
      Are you searching for a script that can train your skills, do minigames, make money and complete quests? Look no further.
      This script contains 23 skills in one script, 12 minigames, 22 amazing money making methods AND 86 quests.
      Please read all below to understand why this script is so awesome  
      Scroll down to see the MANY 99's people have reached with this script!
       
      The following scripts are included:
       Woodcutting
       Fishing
       Mining
       Cooking
       Fletching
       Smithing
       Crafting 
       Herblore 
       Thieving 
       RuneCrafting
       Prayer
       Construction
       Firemaking
       Agility
       Magic
       Attack
       Strength
       Defence
       Hitpoints
       Ranged
       Hunting
       Farming
       Slayer
       Questing (See below for the currently added quests)
       Minigames (See below for the currently added minigames)
       Money making(See below for the currently added money making methods)
      Misc (Dreamy Walker & Dreamy Stronghold completer)
       
      How to setup discord notifications:
      Example of the discord notifications

       
      How to setup profiles:
      Dreamy Woodcutting 
      Chop almost everywhere Task system Dropping Banking Bird's nest pickup! Very easy to setup Worldhopping when no tree in area Worldhopping when X amount of players in area Worldhopping after X amount on mins Upgrade axe option ( G.E & bank) Depositboxes support. Fletching logs to arrowshafts Stop settings (After X mins & Level)  
      Dreamy Fishing
      Preset locations Custom locations Dropping ( Random order) Harpoon special attack Discord notifications Stop settings Cooking fish (If a fire is nearby) Worldhopping after X mins(P2P & F2P worlds) Depositboxes support. Dreamy Mining
      Powermining Task system Custom locations Stop settings Rune,Amethyst & sandstone supported Worldhopping (P2P/F2P) Worldhop X amount of players in area. Worldhop after X amount of minutes. Dragon pickaxe special attack Save/load profiles Random dropping order Automatic Pickaxe upgrading (Will check the bank first then purchase the pickaxe in the G.E)  
      Dreamy Cooking
      Any location in OSRS is included. All fish supported. Human behavior. Stop settings at X level reached.  
      Dreamy Fletching
      Can fletch all logs. Strings all bows. Make all darts. Make all arrows. Make all bolts. Progressive mode. Profiles ( Quickstarting).  
      Dreamy Smithing
      Any location in OSRS is included. All bars. Smelting supported. Smihing supported. Human behavior. Stop settings at X level reached. F2P worlds supported, will auto-detect if you're in p2p/f2p world.  
      Dreamy Crafting
      Any location in OSRS is included. Any leather / d'hide. Bowstring / Whool. All gems cutting. All battlestaffs All jewellery All glassblowing Human behavior. Stop settings at X level reached.  
      Dreamy Herblore
      Cleaning ALL herbs. Make ALL potions. Make ALL unf potions. Smart inventory clicking( Vertical / Horizontal / Line ) Human behavior. Stop settings.  
      Dreamy Thieving
      Pickpocketing( Automatically coin pack opening). Steal from stalls supported. Smart safe spot system while stealing from stalls. customized eating(food,amount,eat at hp). Smart banking supported. Shadow veil (Have runes or rune pouch in your inventory) Human behavior. Dodgy necklaces. Stop settings.  
      Dreamy Runecrafting
      All normal altars supported. Ring of dueling(8) teleport method supported for fire runes. Energy/stamina/antidote++ potions supported. Choose between rune or pure essence. Human behavior. Stop settings at X level reached. Progressive mode. Pouches (in progress) Grand exchange supported, will buy more essence automatically. Please have enough gold in your bank. Dreamy Prayer
      All bones are supported. Task system. Gilded altar support. Own house support. Friend's house support. Phails unnoting supported ( Currently the only banking option ) Normal burying bones. Human behavior. Stop settings for friend's house, Out of bones using phails method. Stop settings at X level reached.  
      Dreamy Construction:
      Trains construction at Rimmington. Uses "Phials" unnote service. Stop settings (Level, Time run & out of planks).  
      Constructs:
      Crude wooden chairs Crude wooden bookcase Oak larder Oak kitchen table Oak chair Oak arm chair Oak table Teak chair Teak arm chair Teak table Mahogany table  
      Dreamy Firemaking:
      All logs supported. Custom locations. Preset locations. Progressive mode.  Stop settings. Human behavior. Dreamy Agility:
      Put any food in your inventory, the script will auto-detect your food. Start at the course area. Banking at closest bank from rooftop. Progressive mode works from Gnome -> Seers. Stamina is supported, Will log out and stop if out of stamina's. Stop settings if lap count is reached / level. Change the client name + icon to RuneLite. Profiles / Quickstarting! Worldhopping after X minutes. Purchasing graceful items. Courses:
      (Level 10) Draynor ✓
      (Level 20) Al-Kharid ✓
      (Level 30) Varrock ✓
      (Level 35) Barbarian outpost ✓ 
      (Level 40) Canifis ✓
      (Level 48) Ape Atoll ✓
      (Level 48) Shayzien ✓
      (Level 50) Falador ✓
      (Level 52) Wilderness course ✓
      (Level 60) Seers' Village ✓
      (Level 70) Pollnivneach ✓
      (Level 75) Prifddinas ✓
      (Level 80) Rellekka ✓
      (Level 90) Ardougne ✓
      Dreamy Magic:
      Teleporting Alching 1 Tick enchanting Stringing jewellery Humidify Planking Splashing Superheating Spinning flax Degrime Stop settings ( Automatically stop the script if no items are left in the bank ) Dreamy AIO Fighter:
      Attack almost every NPC(s) Multi attacking. Automatic looting table. Potions supported. Banking supported. Custom area's. Custom looting. Loot all items over X gp. Special attack supported. Bury bones supported. Quick prayer supported. Much much more. Dreamy Crabs:
      Able to kill Sand crabs/rock crabs. Banking supported. Food supported. Potions supported. Special attack supported. Combat style switching. Dreamy Quester:
      Currently 86 quests supported. IR friendly for most f2p quests(Script will gather items). Quests queue supported. Discord notification's when a quest is completed. Start the script with 300k in your bank or else the script can't use the G.E. Quests supported:
       
      The following minigames are added:
      Dreamy Pest Control.(Start at the Pest control bank) Dreamy Blast Furnace.(Start at the blast furnace bank) Dreamy Ranged Guild.(Start at the Ranged Guild) Dreamy Castle Wars.(Start at Castle Wars) Dreamy Nightmarezone.(Start at the yanille bank/nmz area. Dreamy Wintertodt.(Start at the wintertodt bank) Dreamy Tempoross.(Start at the tempoross minigame) Dreamy Trawlers.(Start at the trawler minigame) Dreamy Motherlode mining(Start at the motherlode mine) Dreamy Chompy(Start at castle wars bank with Ogre bellows in your inventory). Dreamy Mahogany Homes (Items required: Varrock teleport tabs,falador teleport tabs, ardougne teleport tabs,skills necklace,planks,saw and hammer) Dreamy Defenders.  
      Dreamy Money making:
      Air orbs (Start in edgeville with glory(6) and supplies in your bank). Tab Maker(Start at the castle wars bank or your house with the required items). Tanner: Start at Al-kharid bank with coins in your inventory. Plank maker: Start in varrock east bank with coins in your inventory. Plank collector: Start at Barbarian outpost. Enchanter: Start at any bank with cosmic runes in your inventory and required staff for the spell. Cannonballer: Start at Edgeville with mould in your inventory. Climbing boots collector: Start at Start at Barbarian outpost with coins in your inventory and games necklace(8) in bank. Item combiner: Start at any bank with required items in the bank. Bow stringer: Start at Lumbridge bank with flax in your inventory or bank. Shopper: Start with shop open at ANY location. Winegrabber: Start at falador with law & water runes in inventory(Air staff equipped). Spider's eggs collector (Start at Ferox enclave with duel rings & skills necklace in your bank, this script NEED atleast 43 prayer). Dreamy Tinderbox collector Dreamy Dough maker Spider's eggs collector Sewers (Have a knife and food in your bank/inventory).  
      Dreamy Hunting:
       
      All birds:
       Crimson swift  Golden warblers  Copper longtails  Cerulean twitches   Tropical wagtail  
      Butterflies:
       Ruby Harvest  Sapphire glacialis  Snowy knight  Black warlock  
      Chinchompas:
       Grey chinchompa   Red chinchompa  
      Kebbits:
       Spotted kebbit  Dark kebbit  Dashing kebbit  
      Features:
      Birds Chinchompas Butterflies Kebbits Smart trap system Anti-crash Dropping Banking Stop settings (After X mins & Level) Dreamy Farming:
      Tithe farming minigame (Currently 8 rows added, more coming later.).  
      Dreamy Slayer:
       
      Features:
      All Mazchna tasks. Anti-potions support. Item finisher. Will use different teleports. Stop script when run out of items. Items needed:
      Waterskins(4) Food Lumbridge teletabs Camelot teletabs Varrock teletabs Salve graveyard teletab Coins Lit candle lantern Spiny helmet Necklace of passage Earmuffs Insulated boots Mirror shield Mort'on teletab Bag of salt Icecooler   NPC list
      Banshee Bat Bear Catablepon Cave bug Cave crawler Cave slime Cockatrice Crawling Hand Desert lizard Dogs Earth warrior(Warning: WILDY TASK, block this if you do not want the script to do this task) Flesh crawler Ghost Ghoul Hill Giant Ice warrior Kalphites Killerwatt Mogres Pyrefiend Rockslug Scorpion Vampyre Wall Beast Wolf Zombie Hobgoblins Shade Skeleton  
      Note: Please make sure you have atleast more then 10+ salve graveyard teletabs in your inventory and the slayer Enchanted gem)

       
      Dreamy Spidines:
      Start the script at Port kharard bank.
      Features:
      Kill spidines in tower of life. Stop script when run out of items. Items needed:
      Raw sardine. Red spiders's eggs. Food.  
      Dreamy Scarabs
      Instructions:
      Start the script at the Sophanem Dungeon bank. This script will need a bullseye lantern for the cave.
      Features:
      Customised food / Eat at %. Customised looting. Potion support(Range/prayer/super combat). Special attack. Multiple scarab locations(2 spots/1 spots). Stop settings. Dreamy Druids
      Instructions:
      Start the script at any bank.
      Features:
      Customised food. Customised looting. Potion support(Range/prayer/super combat). Special attack. Multiple Chaos Druids locations(Edgeville, Falador & Ardougne). Stop settings. Dreamy Monk robe collector
      Instructions:
      Start the script anywhere with atleast 31 prayer.
      Features:
      Collects monk robes in Edgeville.  
      Dreamy Cadava Collector
      Instructions:
      Start the script anywhere.
      Features:
      Collects cadava berries in varrock.  
       
      Dreamy Stronghold completer:
      - Completes stronghold for 10K & boots. Perfect for new accounts.
       
      Dreamy Walker:
      - Walk to places in the game.
       






      @dutchminer


       


       





       








       

    17. Thonking
      qbots reacted to Nuclear Nezz in GScripts - New - Active   
      Hello DreamBot Community!

      I'm happy to announce that I am opening up a private scripting shop!
      After working with some people I know outside of RS Botting, we began scripting together in our free time. These are people who I know well, and have personally vetted their abilities as programmers. They also have the benefit of vast RS knowledge, having been playing the game since 2004 and 2005. For this reason, I spoke to them about opening up a private scripting shop.
      Any and all scripts created are reviewed by all 3 of us, ensuring code quality.
      You can find us in our GScripts Discord where we have a ticketing system for new script requests (or anything, really). Feel free to ask any questions you want answered.

      We'll also have a temporary 20% discount for being a new script shop!

      The G-Team
    18. Thonking
      qbots reacted to mb23 in Banned   
      Bought VIP & Premimum script, ran the bot for maybe 30hours over the course of 5 days and have received a 2 day bot bust ban?
      Just wondering how the bans work, is my next one a perm ban if i continue botting or will it be another temp ban.
      Also will my VIP for dreambot Automatically renew as I'm wanting to cancel it 
    19. Like
      qbots got a reaction from ohitserf in @ Crabs   
      Thanks friends  I plan on being somewhat active with free scripts
    20. Like
      qbots got a reaction from Layziriqq in @ Crabs   
      @ Crabs
      The easy to use free AIO crabs!
      This is currently a beta and will only support ammonite crabs for now, expect daily updates to improve any bugs
      Any requests for features or bug fixes will be dealt with as if this was a paid script, I just wanted a simple crab script so I made one and now I want to share it with everyone and make it something easy to use and hopefully have a low ban rate!
       
      Features:
      Preloaded spots as well as the ability to set a custom spot to kill crabs at
      Goes with the "afk" method to appear less bot-like
      Opens inventory or skill tab to avoid disconnecting
      Automatically resets aggro of crabs
      Banking to retrieve supplies
      Eating at 15 hp or lower
      Planned Future Features:
      Add potion support
      Make food configurable
      Add special attack support
      Add sand crabs
      Add swamp crabs
      Add rock crabs


    21. Like
      qbots got a reaction from Zawy in Higher ban rate with version 3.14?   
      Been running 24/7 with the new client and havent had a ban yet lol
    22. Like
    23. Like
      qbots reacted to Zawy in 👑Dreamy Quester👑 | 86 quests | Diaries | Grand Exchange | Quests queue | Iron man friendly for most f2p quests | Discord notifications |   
      | 86 quests | Diaries | Grand Exchange | Quests queue | Iron man friendly for most f2p quests | Discord notifications |
      Did you know this script is also part of Dreamy AIO Skiller Elite? See here
      if you prefer 1 time payment, go for the lifetime version. See here

      Instructions:
      Start anywhere with atleast 300k+ in your bank.
      More quests are coming in the future.
       
      Discord notifications:
      With this script it is possible to sent discord notifications to your own server once a quest is completed.

       
      Features:
      Boss safespotting Stamina's Teleports/Teletabs/Necklaces/Rings Quests queue Grand Exchange  
      Diaries supported:
      This script supports 6 full diaries.
      Already have completed a few diary tasks? No problem, this script will calculate which tasks are not completed and will run them!
      Quests supported:
      Tutorial Island Cook's Assistant Rune mysteries Romeo & Juliet Sheep Shearer The Restless Ghost Ernest The Chicken Vampire slayer Goblin Diplomacy Imp catcher Witch's Potion Doric's quest. Pirate's Treasure X Marks the Spot Black Knights' Fortress Monk's Friend Druidic Ritual Fishing Contest Sea Slug Lost City Witch's House Death plateau Gertrude's Cat Clock Tower Jungle Potion Dwarf Cannon Fight Arena Murder Mystery Hazeel Cult Priest in Peril Waterfall Quest Tree Gnome Village Animal Magnetism Plague City Big Chompy Bird Hunting Elemental Workshop Enter the Abyss Skippy and the Mogres Daddy's Home Rfd Cook Rfd Dwarf Rfd Goblin Rfd Lumbridge Guide Biohazard Nature Spirit The Grand Tree Tribal Totem The Golem Troll Stronghold Shades of Mort'on The Feud Client Of Kourend Prince Ali Rescue Demon Slayer Dragon Slayer I The Knight's Sword The Dig Site A Porcine Of Interest Making History Getting Ahead Below Ice Mountain Temple of Eye  What lies below Alfred Grimhand's Barcrawl Tears of Guthix The Queen of Thieves Horror from the Deep Scorpion Catcher Varrock Diary Easy Lumbridge Diary Easy Falador Diary Easy Ardougne Diary Easy Karamja Diary Easy Wildy Diary Easy Natural Museum Quiz Corsair Curse Creature Of Fenkenstrain Shield of Arrav Merlin's Crystal Holy Grail The Hand in the Sand Shadow of the Storm Temple of Ikov Observatory Quest The Lost Tribe Mage Arena I Grab a free trial now:

    24. Like
      qbots got a reaction from btisc1 in @ Crabs   
      I can definitely add potion support, it'll be a part of a bigger update hopefully!
    25. Like
      qbots got a reaction from Zawy in @ Crabs   
      Thanks for the input, I'll be adding sand crabs and making some BASIC antipattern doing what you wrote essentially. 
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.