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
  • una_maquina

    Members
    • Posts

      135
    • Joined

    • Last visited

    • Days Won

      3

    Everything posted by una_maquina

    1. Introduction Hey, I'm finally shedding some light on the manager I was working on for the past 2 months, just look at how many commits there are 😂 Get Accounts Ready To Bot In Seconds... Let's say you have added 6 proxies, and you choose 2 accounts per sub-batch (that'll make sense later), this way you can pretty much get 12 accounts ready with a click of a button, the only thing you have to do is select a page where the accounts will be stored at. Let's Break Down The Confusion I know, this looks confusing AF, so let's break it down real quick. 1) I have 6 proxies created, and I selected "2" for the accounts per sub-batch, this means that for every proxy, there's gonna be 2 accounts attached. And in total 12 accounts will be created. 2) There's also a Page sector there, this is where I can pick whatever page I've created, it can be anything, Tutorial Accounts, Tutorial accounts 2, etc, etc, it's just for organizing the accounts and not having them sit all cramped up into 1 spot. 3) And the most exciting system: the Assignment, this is the main dog of the software that makes farming accounts to your liking, easy. The Assignment System (Really Good Sh*t) This is what allows you to bundle up tasks, let's say you want to create unrestricted accounts, you add a task to run a certain script until it finishes, that gets you 10 quest points and 100 total level, but the script doesn't take care of the 20 hours requirement. No problem, you can add a 2nd task that runs a script until it finishes that afks until you have 20 hours. Essentially you can have multiple scripts working together to create you the perfect account or get you ready for farming gold. How Running Accounts Look Like I won't elaborate too much on what's going on, but this is how the accounts section looks like where you can control your accs. Final Thoughts There's far more to the software than what I showed, but I don't want to make this post any longer than it already is. There's also an updater for the manager so updates takes a few seconds to get done. (It's written in python). The manager is written with node, react and electron (javascript essentially). That'll be all, let me know if you'd be interested in buying this manager at some point, right now we're exclusively using it ourselves, but in the future I might as well sell it.
    2. Quick Introduction Hey, if you're looking for accounts that are properly created as to not be flagged and quickly banned, you're in the right place. We've got a variety of accounts for sale that you could check out in our discord server, where you could use the command !averages to see the average stats of the accounts for sale. Benefits By Working With Us - All accounts have additional randomized stats as to avoid profiling and being detected by antibot plugins. - All accounts also have random quests completed as to further prevent profiling by automated anti-detection systems. - All accounts have been strictly inspected, rested and made sure that they're created on consistent residential IP addresses. - Automated payment system using Sellix payment processor, as long as you're using crypto or a credit card (handled by Stripe), you'll instantly receive your accounts as soon as you're done transacting. Account Screenshots (400 Total Level) (Unrestricted) Reviews + other satisfied customers... Get In Touch
    3. Quick Introduction * Automated delivery 24/7 if you're paying by crypto or a credit card (via stripe). * Always randomized stats and quest points in addition to the required build to prevent profiling and flagging. Account Screenshots (400 Total Level) (Unrestricted) Reviews + other satisfied customers... Get In Touch
    4. It's not dead, it's difficult. We're running a successful operation without a problem, barely getting banned. But it took private scripts, premium scripts and a ton of infrastructure to set up.
    5. You're using dreambot 2 API, instead of dreambot 3 which is the latest. In the current API you don't need to call methods using getWalking#walk, for example, you just do Walking#walk(tile). Same for, "getSkills().getRealLevel(Skill.FISHING) < 40", instead you just do Skills.getRealLevel(Skill.FISHING)
    6. Don't worry about it, don't know if I'm speaking for everyone, but we're lucky to have the infrastructure you have built in the first place, so a little hiccup can be easily waited out.
    7. Yep, servers are toast, just got back from town, and this is what I see, I wonder what's going on 🤔
    8. On a sidenote, never use fixed sleeping times. Change that 25000 into Calculations.random(25000,35000)
    9. Wait, are you even using dreambot's API properly? Because this shouldn't be happening, the bot, if set up properly, won't use your mouse. In fact as I'm writing this I have bots working for me in the background.
    10. You don't need to sleep until, do: if(!Magic.castSpellOn(toCast, enemy)) return; Sleep.sleep(300,1000); You need to always randomize your sleeping times, Sleep#sleep, if you give two numbers, it will randomize the sleeping time for you, and when you're using Sleep#sleepUntil, use Calculations.random(2000,4000) for the timeout: sleepUntil ( () ->Mouse.move(enemy), 300); =====> sleepUntil ( () ->Mouse.move(enemy), Calculations.random(300,600)); Hope this helps.
    11. If this is true, then no idea why that happened, because dreambot uses the official client, it's basically indistinguishable from the official jagex client.
    12. Agreed, the staff of this place is on another level, this is why I've been dreambot's stan for so long and will continue to be.
    13. What I've been trying to say, is that you need to be using IPs from the same country, and if they mismatch, you'll be locked out. Also if you registered an account on one IP and are going to be running it on a different IP, rest it first -- that means waiting 2-3 days before logging in from a different IP (which is from the same country, just a different location).
    14. You're going to be buying VIP either way, if you're here to do serious botting, so having that covert mode is an extra. Is it worth it? Sure, because you aren't buying VIP for covert mode alone, you're buying it for CLI and running unlimited bot clients. Regarding what covert mode does, it's unknown, because it's a trade secret -- understandably.
    15. Because you've registered or played on it with a different IP and then when you changed your IP with a proxy, it got locked. I bought tons of UK accounts and have no problems with locks when they're rested and I'm using UK proxies.
    16. This helped me indirectly, but very profoundly, I was having problems with f.getModelColors() filter throwing nulls, after adding a null check in the filter, it has solved the issue; thanks!
    17. You're looping in the main class already, that's where you need to go through your nodes, or tasks, and activate them (that's why you have the accept method there, it activates the node if the condition is true) . So there's no need for onloops on the node classes if that makes any sense at all. I can't really help you with the second question because I haven't seen your code; but what I found out is that you just gotta practice coding and you get better at it, and figure stuff out, the more you do it.
    18. Thanks for the "always check for null" tidbit, I haven't been doing that consistently and there are a few null pointers plaguing my script, I'll be more cautious now
    19. una_maquina

      Sub DevTools

      Thanks a bunch dude, getting underground areas with this is super--dupa-dupa-easy. Hellawa useful tool
    ×
    ×
    • 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.