
Hmm
-
Posts
63 -
Joined
-
Last visited
-
Days Won
1
Reputation Activity
-
Hmm reacted to Bunnybun in Bun Automation Tool [DB3] [Script Queue] [Muling] [Account Swapping] [Bonding] [Loadouts] [GE Restocking] [Progressively Level with Multiple Scripts]
The ultimate tool for goldfarming and account training.
Available on the SDN, purchase it by clicking here
Automate Anything, And Everything
PSA: For "Run Script" tasks to work properly you need to be a VIP on DreamBot to have access to the QuickStart feature.
The Task Tree
Automation Tool allows you to chain tasks together under specific conditions, enabling to automate your goldfarming process, or progressively level an account across multiple scripts.
This tool can do:
Script queueing Muling Account swapping Bonding (purchase AND redeem) Restocking Buying/Selling Loadouts World hopping ...and more! For a full list of tasks, see below
Script Queueing
Scripts can be run under specific conditions, and stopped when certain goals are met or a certain amount of time has elapsed.
Automated Muling, For Any Script
Enables you to have muling in any script under conditions you set, when paired with the free Bun Mule script.
Supported Tasks (24)
Supported Start/Stop Conditions (36)
Item Sets
Features an item set system. Tasks often require items, with item sets it's easy to setup the requirements for your scripts.
Can acquire items from the Grand Exchange, shops, and even ground spawns!
Loadouts
Features an advanced and flexible loadout system, enabling you to easily tailor loadouts for any task.
Minimum and maximum quantities for each item in the loadout can be specified Items can also be set as optional, which also means crucial items are prioritized over it when acquiring items Limited use items such as teleport jewelry and potions are recognized, and minimum uses can be specified
Grand Exchange Support
Features robust Grand Exchange support.
Automatically buy/sell items Customizable buy/sell prices Supports realtime price updates from OSBuddy
Intelligent Traversal
Features an intelligent traversal system that gets you where you need to go, wherever you are!
Enhances webwalking Uses teleports on player or in bank for most optimal route to destination
Enhancements
Features alternate mouse algorithms to make the behaviour of scripts more human-like.
Partial integration with Chameleon™ will be available soon, providing human mouse paths from the Chameleon Cloud™ in any script
GUI
Pricing
$14.99 + $9.99/month (Monthly)
or
$49.99 (Lifetime)
Trials
Trial durations have been extended
To receive a 24 hour trial, request it in my discord and like or upvote the post!
QuickStart
Changelog
-
Hmm reacted to Bunnybun in [DB3] Bun's Dicer [Fully Customizable] [Anti-Mute Features] [Rigging] [Muling] [Clan Chat]
Make millions as an automated dicing host.
TRY FREE FOR 1 HOUR | PURCHASE SCRIPT
Features
Customizable Odds & Rigging
Supports setting fake odds, while hiding the actual odds. Allows further rigging at a specified GP amounts.
Customizable Messages
Supports any number of custom advertisement messages, and choses them randomly.
All messages are customizable.
Insta-Win & Mule Support
Supports setting more favorable odds for a specified account.
You can set a mule, to whom the bot will give a specified percentage of coins when traded by the matching player.
Mod List
Supports moderator list (user-provided).
Can enter silent mode or hop worlds upon mod detection.
World Hopping
Supports hopping to a random world after a certain amount of inactivity.
Scam & Lure Proof
Cannot be lured away from your hosting zone. Declines trades containing items.
Emotes
Able to perform emotes after accepting bets and after a win/loss for extra flare.
GUI
Tips & Setup Guide
Progress Reports
QuickStart
Changelog
-
Hmm reacted to yeeter in Anyone ever actually bought a main account that wasn't recovered?
A lot of times people who are done playing for awhile will sell their accounts to someone buying any and every account. Then when the come back they recover it. Or the seller is a POS and recovering to resell under a different name.
Not a ton you can really do about this sadly =/
My suggestion would be to create and train your own accounts with bots or vennys. Find someone selling training services and just make sure you mule anything of value off the account to prevent a sticky finger'ed venny from lifting it. Generally speaking it will be more expensive but if you don't provide them the recovery information you can recover your own account.
Sadly because Jagex can't do anything correctly account recovery is a fucking joke, it is extremely easy to mass recover accounts and resell for a profit then rinse and repeat once enough time has passed to fend off the negative feedback you leave on the seller.
tldr: not much you can do, create and train/pay to train your accounts to avoid account recovery. Anyone who says they are legit and has good reviews you still run the risk of recovery from the original owner.
-
Hmm reacted to Zenarchist in Generic Anti-Ban System
Long story short, I have decided to retire early from my OSRS scripting career and I feel bad leaving all this work I've done behind. So I figure I'll release the source code to everyone and maybe someone can learn something from it and then it isn't a complete waste of time lol.
Features:
Easy to use, robust anti-pattern system that randomizes various activities while botting. The current code will:
Examine random entities (objects, npcs, ground and inventory items etc) Check a random stat (you can tell it which stats to check with antiban.setStatsToCheck(Skill.ATTACK, Skill.DEFENCE);) Type something random (gibberish) Move the mouse to a random location (and sometimes click the left or right button) Walk to a random location nearby Chop a random tree nearby Click on a random entity (object, npc, item etc.) Go AFK for a while (turns off autologin and random solvers temporarily) Open your inventory Open your stats menu Open your magic menu Open your combat menu (only if you have included Melee stats in your Stats to Check) Move the mouse off-screen for a while Move the camera randomly Trigger a "DO_RANDOM" flag for custom script-specific anti-pattern measures (eg. drop junk early etc.) It also includes ChatBot code (for retrieving CleverBot API responses). I will also include the code to my script-helper class just for anyone who is curious and maybe wants to steal some of my helper methods (such as randomized slot-pattern item dropping and general convenience methods).
The way it was designed is to be used as a final callback after your usual script logic is performed. When your character is idling or between actions, call antiban.antiBan() to perform any of the given actions at random.
Enjoy guys have fun.
Script Example:
package ZenTester; import org.dreambot.api.script.AbstractScript; import org.dreambot.api.script.Category; import org.dreambot.api.script.ScriptManifest; import java.awt.*; @ScriptManifest(category = Category.MISC, name = "ZenTester", author = "Zenarchist", version = 1.0, description = "For testing") public class Main extends AbstractScript { // Declare anti-ban instance private ZenAntiBan antiban; @Override public void onStart() { // Initialize anti-ban instance antiban = new ZenAntiBan(this); } @Override public int onLoop() { // Check for random flag (for adding extra customized anti-ban features) if(antiban.doRandom()) log("Script-specific random flag triggered"); // Call anti-ban (returns a wait time after performing any actions) return antiban.antiBan(); } @Override // Draw anti-ban info to the screen public void onPaint(Graphics g) { g.drawString("Anti-Ban Status: " + (antiban.getStatus().equals("") ? "Inactive" : antiban.getStatus()), 10, 100); } } ZenAntiBan.java:
-
Hmm reacted to holic in Alclueholic - A beginner clue scroll solver - Re-written!
Alclueholic
"It's like an alcoholic, but for clue scrolls"
Description
A simple beginner clue scroll solver. Completes scrolls in 2 to 10 minutes, depending on complexity.
Setup
Have a clue scroll either in your inventory or bank Meet all item and level requirements Click start
Features
Quick-start support - Requires no interaction to start the script, can even be executed from within another script. Optional quick-start parameters o, open: boolean; toggles the option to open your casket at the end of the script c, check: boolean; toggles the option to check your bank for a clue scroll if there isn't one in your inventory (ideal for running in tandem with other scripts) p, plugin: boolean; set to true if run in tandem with another script to move the paint's location on screen as to not overlap the other script's paint. Teleportation - If you meet the level & item requirements for a teleport the script will cast it when appropriate. Uses home teleport only when possible. Gathers missing items - See below for full list Custom mouse movement algorithm - A combination of the two algorithms I posted which builds a "profile" for each account to create a unique play-style for each bot Anti-ban - Randomized movements, actions and sleeps to add onto the unique play-style of each bot. Start anywhere - Custom walking utility lets you start the script anywhere you'd like, even places that don't have walk nodes!
Skill requirements
15 Smithing: To smith an iron dagger for Charlie 15 Mining: To mine some a iron ore for Charlie 18 Crafting: To craft a leather body/chaps for Charlie 20 Cooking: To cook a trout/pike for Charlie Will catch the required fish if not found in the bank (Note: level 25 fishing required to catch a pike) 20 Fishing: To catch a raw trout/herring for Charlie Will also be potentially required to cook Charlie a trout if you don't have any in the bank
Item requirements - must be in bank or inventory
Optional items - these items will be grabbed by the script if they aren't in your bank and the rest will be purchased
Spade Strange device Bronze axe Bronze pickaxe
Mining iron for Charlie, but first getting a pickaxe from a spawn, then fishing for a herring for Charlie, then withdrawing a Chef's hat and cheering at Iffie
Changelog
-
Hmm reacted to Pandemic in DreamBot Guides: Help Needed!
Hello everyone,
As we push towards making DreamBot easier to use, we've started a new guides section for user and scripter guides. We think it's a good idea to have up to date guides all centralized in one place, instead of making people search the forums and hope the content is still relevant.
You can find the start of the docs here: https://dreambot.org/guides.
What I'd like to know from you guys is what kind of guides or information you'd like to see added here. We don't want to overflow it with too much stuff, but still would like to have all of the essentials covered. Stuff where people can learn best botting practices, troubleshoot script issues without needing to make (yet another) post on the forums, etc.
Interested in Contributing?
We have a private Github repo for the docs, if you'd be interested in contributing please PM me directly with your Github name or email and I can invite you ASAP
There is a ton of great content on our forums already, if you think it'd be fitting please let us know by posting below. These docs are built using Markdown, so if that's something you're familiar with, and would like to help us expand these docs, feel free to let us know which posts you'd like to help convert. If we agree that it'd be a nice addition, you could then convert it and send it to me directly. Once we've done whatever editing is necessary I'll have it added to the docs with you credited as the author / convertor. We may add a forum rank for regular contributors, or offer store credit per page, I'm not really sure yet.
---
Thanks!
The Dream Team