-
Content Count
726 -
Joined
-
Last visited
-
Days Won
18
yeeter01 last won the day on February 17
yeeter01 had the most liked content!
About yeeter01




-
Rank
Cabbage King
Contact Methods
-
Website URL
YeetwareOfficial@gmail.com
-
Discord
yeeter#3982
Profile Information
-
Location
: The void
-
Interests
Programming, and task automation.
Recent Profile Visitors
8158 profile views
-
yeeter01 reacted to a post in a topic: User Agent website scrape tool for whatismybrowser site [FREE]
-
yeeter01 reacted to a post in a topic: i made a mobile bot (well kinda)
-
yeeter01 reacted to a post in a topic: i made a mobile bot (well kinda)
-
Nice! While this does work you should look into the DreamBot TaskNode structure or making your own node system. It will help a ton as you progress and create larger and more complicated scripts! I haven't looked at this template for awhile so not even sure if it is up to date right now but this should point you in the right direction! https://github.com/yeetware/Dreambot-3-Node-Template If you need any help understanding / implementing something like this feel free to hit me up!
-
/* * Default onStart method */ @Override public void onStart() { questManager.addQuests(testQuest, testQuest2); } /* * Quickstart onStart method */ @Override public void onStart(String... params) { for (String quickStartArg : params) { log("Argument Provided: " + quickStartArg); // Do the logic for your params here } // Call the original onStart() method for shared logic onStart(); } you could do something basic like this. There are some other fancy ways of doing it but this is the simplest.
-
yeeter01 reacted to a post in a topic: OG runescape player back in the scene
-
fuck I love docker and welcome!
-
1. Managing many accounts 2. Managing scripts run on accounts
yeeter01 replied to oogieboogie's topic in Support
Nothing like that exist just yet.. But I will be working on a bot manager for DreamBot that should have these capabilities once the dev's add a few new features. -
yeeter01 reacted to a post in a topic: Saving RAM across Clients with Class Data Sharing
-
Im A Baller reacted to a post in a topic: [DB3] # AIO Crabs [FLAWLESS] [SMART REAGGRO] [AMMONITE CRABS] [SAND CRABS] [ROCK CRABS] [SWAMP CRABS]
-
BrownK1d reacted to a post in a topic: [DB3] # AIO Crabs [FLAWLESS] [SMART REAGGRO] [AMMONITE CRABS] [SAND CRABS] [ROCK CRABS] [SWAMP CRABS]
-
Hashtag reacted to a post in a topic: [DB3] # AIO Crabs [FLAWLESS] [SMART REAGGRO] [AMMONITE CRABS] [SAND CRABS] [ROCK CRABS] [SWAMP CRABS]
-
Pseudo reacted to a post in a topic: [DB3] # AIO Crabs [FLAWLESS] [SMART REAGGRO] [AMMONITE CRABS] [SAND CRABS] [ROCK CRABS] [SWAMP CRABS]
-
yeeter01 reacted to a post in a topic: [DB3] # AIO Crabs [FLAWLESS] [SMART REAGGRO] [AMMONITE CRABS] [SAND CRABS] [ROCK CRABS] [SWAMP CRABS]
-
alotiun reacted to a post in a topic: jagex recognizes client locks then bans
-
Goat reacted to a post in a topic: jagex recognizes client locks then bans
-
What provider are you using? Try deleting the DreamBot folder under your user directory and then rerunning the launcher. If this doesn't work lmk.
-
jagex recognizes client locks then bans
yeeter01 replied to bot life912's topic in General Discussion
If you are using proxies they are probably dog shit. Avoid free proxies (lmfao), and data center proxies. Jagex can detect these and will lock / flag your account. You need to use residental proxies. If you are botting off your home IP then the tutorial island script might just be bad / outdated and be doing something they can catch. The client it's self is NOT recognized or detected. This is something on your end or the scripts. Any questions feel free to ask. -
crazykid080 reacted to a post in a topic: i need 24h without ban script
-
Covert mode and how well it works will vary script from script so it will be a trail and error style process. I have had scripts where it has worked amazingly and scripts where it hasn't made much of a difference. Really depends on the quality of script and how proven your setup is. If you bot 24 hours straight picking cabbages covert mode isn't going to do shit since you are 100% a bot. Keep how player like your actions are while botting if you are trying to reduce bans. Length of your botting sessions, locations, activities, breaks and the accounts history all play a role in determine b
-
You don't need to make legitament emails for bot accounts. idk what you are trying to do. This will vary depending on your own goals / farms you create. Trail and error + experimentation are the keys to become a successful botter.
-
Nope sorry! You will have to ask the devs but they are pretty secretive about it.
-
It still is updated. As for worth it varies script by script.