Leaderboard
Popular Content
Showing content with the highest reputation since 06/15/25 in all areas
-
DreamBot 4 Beta
arka82 and 13 others reacted to Nuclear Nezz for a topic
Hello everyone! I'm happy to announce the DreamBot 4 Beta testing has gone very well. We'll be approaching phase 2 of our beta testing. Phase 2 will include Lifetime Sponsors and all Scripters. We will be creating a beta channel in this discord, accessible by lifetime sponsors and scripters, as well as adding a download link to the forums. We're still working out a few technical pieces, but if all goes well the beta testing should begin next week. Worst case, it will be pushed to the week of the 7th. Either way, you will hear more from us next week. Phase 2 should not take too long, it will primarily be to give scripters time to update scripts and get some heavier stress testing in. Thanks, The Dream Team14 points -
I don't usually check this thread, but since it was discussed in Discord this morning, I'm going to clarify some stuff regarding the server and its entry question: The purpose of the entry question is to maintain a healthy community of good members. Before it was added, there were a far greater number of degenerate/toxic new members, including those who would ask the same question 5 times and still not understand the answer. Such is the OSRS playerbase. The question is a simple test of reading ability and early maths. The vast majority of users get it right. To prevent people "misclicking" or "thinking it was a joke", a warning screen has been added today. If a user unironically gets the question wrong, they are likely not a good fit for the community. The Discord is not at all required to use the script; full documentation can be found at aeglen.wiki.gg. If you've failed the question and this is not acceptable to you, please use a competing script instead. Sometimes, if someone really wants to join the server and DMs me in a way that demonstrates they are a decent person, I'll give them another go. Should they be rude or annoying about it, or bring the "I'm a very important customer" attitude (including in this thread), they can go away.5 points
-
Refund of P2P AI script
cooliobingbon and 3 others reacted to Cotto45 for a topic
Aeglen provided the screenshots of what you were saying to users in the discord... Telling people they have autism and calling people retarded isn't necessarily abiding the rules. As far as, "leaking personal info" everything I/Myself posted was directly from your Discord profile from accounts you had linked there and had shared Publicly Reference these before claiming something was "Leaked" Steam Privacy Policy Agreement Discord Privacy Policy4 points -
what's this? and this, in which I supported your refund request and i can't link it, but there's not been a single bug in about 6 months except for the broken version last night which was fixed in 30 minutes. Honestly, beware of this user, if they buy your scripts you'll be expected to deal with their incompetence.2 points
-
Hey guys! Big fan of GScripts here - Guester is a work of art. Super happy to see you've released a slayer, which I'll be continuing to use for a long time to come Just wanted to make some suggestions, based on my experiences so far.. Give the ability to not use special attacks - if you're not responding but clearly active enough to spec instantly when you reach the right percent that it looks suspicious imo. UPDATE: The script also seems to like to bring a dds in my inventory alongside abyssal dagger, but it doesn't use it at all. Needs smarter weapon choices - for example, shouldn't ever use a dragon scim at metal dragons, it should use a dragon sword for the stab bonus, or ideally magic. This logic of using different weapons for attack styles should have some levelling logic baked in - you don't want pures to use spears that give defence xp, for example. Needs integration of blood moon armour, chainmaces, zombie axe, bludgeon and non-elemental staves for mage (such as master wand) EDIT: Dagon'hai too! If you log in mid-task, at the spot for the task, with supplies, it'll tele to GE or somewhere, check task, then return. Maybe have it check for task and evidence of current supplies and carry on where we are instead of teleing out. Check bank for supply levels before buying extra pots - if there are 80 prayer potion (4) in the bank we don't need to buy 79 more. An option for a more AFK playstyle - I understand GCrabs has a strong backbone for AFK training. For lots of higher level tasks like different demons and giants, hellhounds etc, I would more likely be semi-afking them and resetting aggression. Instantly clicking to the next npc every time for the whole task, while potentially not responding to chat, is a bit suspicious. Minions of Scarabas are lethal, the bot goes to a place where there're also locust riders, we get attacked by 2 combat styles, can't pray them or eat enough and it teles out after a few kills. I had to Turael skip this task to keep using the script. Ability to suggest overrides for gear. For example, right now we can use the one slider to change between ignore prayer bonus and not, but I might want something in between. For example, initiate or pros plate and body for melee, but perhaps I want to use Dagon'hai for mage and not zamorak robe / prayer robe top from treasure trails. Herb sack integration EDIT: Having some issues using fungicide consistently at Zygomites (it tries once, then if it doesn't register, it doesn't try again, you just stand there getting attacked). Cannon support needs an update for world hopping, sometimes it'll forget to pick up your cannon before hopping. EDIT: Also, when we bank during a task and it hops, it forgets about the cannon too. A need for some kind of failsafe when preparing inventory at a bank. If the task requires extra items (like a rope or something, say) and the food/potion count set for that task is too high, it'll keep trying to set up the inventory at a bank for hours as it doesn't have room for everything. Add support for blessings - since we're praying 24/7, fill the ammo slot to give a little prayer bonus! Needs a little work with world hopping - can sometimes crash people a bit obnoxiously, not too representative of a real player EDIT: Doesn't wear prayer bonus gear to Kalphites even if it's praying. Super excited to watch this one progress! I'll keep updating this post with things I note during my time testing So thankful to be on board for this!2 points
-
[AI High Alchemy Pro] Smart & Safe Alching | Human-Like Behavior | Minimal Ban Risk 🚀
KRTBotting and one other reacted to morten1ela for a topic
The only AI in this the the AI used to write the thing. random.nextInt(100) randomDelay(500, 800) randomDelay(50, 120) randomDelay(900, 1300) randomDelay(-100, 100) random.nextInt(max - min + 1) + min https://dreambot.org/javadocs/org/dreambot/api/methods/Calculations.html#random(double,double) log("⚠️ Error: Please enter an item name!") log("⛔ Error: Item '" + itemToAlch + "' not found! Stopping the script.") https://dreambot.org/javadocs/org/dreambot/api/utilities/Logger.html#error(java.lang.Object) Line 21: private long startTime; Line 33: startTime = System.currentTimeMillis(); Line 33: startTime = System.currentTimeMillis(); Line 80: long elapsedTime = (System.currentTimeMillis() - startTime) / 1000; // Time in seconds Line 80: long elapsedTime = (System.currentTimeMillis() - startTime) / 1000; // Time in seconds Line 80: long elapsedTime = (System.currentTimeMillis() - startTime) / 1000; // Time in seconds Line 80: long elapsedTime = (System.currentTimeMillis() - startTime) / 1000; // Time in seconds Line 81: int spellsPerHour = (int) ((alchCount / (elapsedTime / 3600.0))); // Speed calculation Line 120: startTime = System.currentTimeMillis(); Line 120: startTime = System.currentTimeMillis(); Line 146: g.drawString("Time: " + getRuntime(), 10, 130); Line 146: g.drawString("Time: " + getRuntime(), 10, 130); Line 150: private String getRuntime() { Line 151: long seconds = (System.currentTimeMillis() - startTime) / 1000; Line 151: long seconds = (System.currentTimeMillis() - startTime) / 1000; https://dreambot.org/javadocs/org/dreambot/api/utilities/Timer.html private void updateStats() { gainedXP = Skills.getExperience(Skill.MAGIC) - startXP; currentLevel = Skills.getRealLevel(Skill.MAGIC); } https://dreambot.org/javadocs/org/dreambot/api/methods/skills/SkillTracker.html item.interact(); alchCount++; Sleep.sleep(randomDelay(900, 1300)); You may want to wrap the sleep in an if statement in the event interact fails, so you don't sleep for nothing.2 points -
Hello. made video using the dreambot client and the wonderful p2p master ai & guester scripts along with some private. hopefully make it to quest cape yes yes yes2 points
-
Beezy's AIO F2P Money Maker
BonziBuddy reacted to BeezyScripts for a topic
Beezy's AIO F2P Money Maker current version: 1.30 Multiple F2P Moneymaking methods supported, low requirements to none, lvl.3 ready All Items gained by the script are NOT trade restricted and can be sold on the Grand Exchange. 🚨🚨NOW WITH TASK RESELECTION BUTTON🚨🚨 To reselect the task and change it click on the red button with the text "Select Task". The Script will finish it current loop of the moneymaker and then gives you the option to select a new task from the list. The following methods are supported at the moment, with more to come soon: Fish Collector Spade Collector Bone Collector Ashe Collector F2P Wilderness Looter Monk Robes Collector Cadava berries Picker Kebab buyer GE begger Tinderbox Collector Fishfood Collector Ruby Ring Sheep shearing Ale buyer Cowhide tanner Garlic collector Potatoe picker Beer glass collector Symbol blesser Shield collector (wood) More information on current money makers supported: Roadmap Changelog: Bugs & Help If you encounter any bug or need help with the script make sure to join the Discord Server. Discord Server1 point -
P2P Master AI [Machine Learning] [1-Click Account Builder]
kalmer reacted to BigFatPuss for a topic
Is there any plans to add gold ore to blast furnace?1 point -
Alright, I'm closing this thread as the request was already denied.1 point
-
Neverbots' General G (GWD) has been updated and is now live on the SDN! It's currently at v8.7 and is available in the client! Changes:FIXED: Sipping an entire stamina + more on the walk to Goblins for KC. Time since request was made: 6 hours, 18 minutes, 54 seconds Thanks!1 point
-
Too slow as in the essay you were apparently typing was too slow, not you personally. New users don't generally argue and throw around insults though, so that gets you banned (irrespective of context) due to bad community fit. The "personal info" as far as I can tell:1 point
-
Neverbots' General G (GWD) - [Quickstart] [Ironman Friendly!]
Marcyp reacted to MeBotNoNever for a topic
Will get this fixed, thank you1 point -
🦎🐺 MaxHunterRumours 🐺🦎 [ANTIBAN] [ALL RUMOURS] [BLOCKLISTS] [IRON FRIENDLY]
MaximusPrimo reacted to Lil tiny for a topic
amazing script man - purchased after watching two rumors in the trial.1 point -
Neverbots' General G (GWD) - [Quickstart] [Ironman Friendly!]
MeBotNoNever reacted to Marcyp for a topic
When it enters GWD it's drinking a whole stam because it's pushed to 0 run energy. When it gets inside its then drinking 3 doses of another.1 point -
Playing with runelite
throat reacted to monkabotter for a topic
Just started botting over the weekend. I want to play inbetween botting a few hours. Like stop the script then do some activities manually then run script. But for the manual part i have none of the runelite plugins to assist my play/QOL. is it possible to have the RL plugins on the dreambot client?1 point -
Can u add farm tree runs whit farming? idk why its not there tbh.1 point
-
BotBuddy, Open Source Dreambot Manager [Jagex account support, True automation]
riboflavin reacted to lolwat for a topic
Recently it came to our attention that our previous partner Riboflavin had actually been working behind our back for nearly a year on a competitor to BotBuddy, probably using our base source code and ideas, being that he had source control access to everything the whole time as well as our roadmap, etc. This only came to light after we kicked him out for scamming people out of money for scripts that did not exist. We highly recommend you do not do business with this user, and if you do, at your own peril. Anyway. BotBuddy was never a full time business to us, only a hobby born out of a need for a manager, so this level of betrayal is not something we were equipped or are honestly even willing to deal with now. Due to this, BotBuddy will be becoming completely open source and self-hostable should you wish to self host, create pull requests for our main system, or just modify our manager to your will. Additionally, our 1-agent plan will soon be free and existing subs for this will be cancelled. We will of course still be running BotBuddy for the long-term as we use it ourselves, and should you want to subscribe to support us instead of self hosting the infra, business will be as usual for you. We will be making further announcements this week on where to obtain our source and there will be detailed instructions on how to set it up (its relatively easy). Thank you for supporting the BotBuddy project thus far. If you have any questions, send me a DM or raise a ticket in our discord server.1 point -
Yes, that's my plan as soon as I can find the time for it.1 point
-
P2P Master AI has been updated and is now live on the SDN! It's currently at v1.316 and is available in the client! Changes:Added Forsaken Tower BETAFixed fight caves hopping issueImproved dialogue solving during lagRemoved excess waits from m end iiFixed resuming inv space issue in regicidePrevented looted runes interfering with magicRemoved fossil island bank for wasting tpsFixed npe in cold warFixed walking jank in nature spiritFixed out-of-range tile in muder mysteryFixed biohazard garden door issueImproved penguin emote reading timingsAdded check for combat when talking to trufitusFixed depths of despair rocks failFixed jungle potion resume edge caseMisc improvements Time since request was made: 1 minute, 37 seconds Thanks!1 point
-
Neverbots' General G (GWD) - [Quickstart] [Ironman Friendly!]
MeBotNoNever reacted to Marcyp for a topic
Hey @MeBotNoNever The script is now dropping 1 stamina instead of eating a shark when equipping blowpipe to get kc. It's then dropping another stamina to pick up the hammer? Please can you change this back to using the sharks not the stams? this reduces trips by %30-50 It has also stopped flicking the melee minion after the boss kill when it attacks at different ticks to the mage/range minions. thanks.1 point -
Neverbot's NMZ [QuickStart]
MeBotNoNever reacted to lurkerzboss for a topic
I have full obsidian but it refuses to use the helm and tries to use a dragon med helm. Same with the locator orb it switches between that and the dwarven rock cake.1 point -
Neverbots' Corrupted/Gauntlet [Quickstart] [UIM, IM, GIM friendly!]
MeBotNoNever reacted to mitsuki for a topic
No, I don't have DB VIP, was testing the script on the one account before I paid for the script and VIP to run on multiple accounts, that's why I was testing on a maxed account just to check how it was performing. I'll join your discord now to see if I can help further, but my trial only lasted for 4 hours, with no successful kills, so not sure I can provide much help. BTW my account got temp banned. All I ran was this script for about 2 hours. Never botted on the account before at all, maxed by hand.1 point -
1 point
-
It was funny to watch, I just let it do its thing as I was curious where it would go. I had a script one time run for 25 minutes just to buy 1 fire rune. This is a great script, I love simple ones that just do the thing its meant to do. If people want the max xp per hour the minigame can get, they can do it themselves.1 point
-
Neverbots' Corrupted/Gauntlet [Quickstart] [UIM, IM, GIM friendly!]
MeBotNoNever reacted to mitsuki for a topic
So it just ran, didn't get enough stuff so started again, got all the way to hunlyf, and then was terrible. Kept swapping weapons even though it was praying. Only dodged tornados when they were on the same tile as my player, so died within 30 seconds of the fight. Will leave testing for longer, but so far, it isn't looking very good. Will revise this comment if it runs any better. Maybe it's the antiban?1 point -
Hi, Any chance of adding Gold Bars for Blast Furnace, and Teaks for Woodcutting? Thanks!1 point
-
Hi is it possible add that if its skiller uim bot doesnt try to equip any axe please1 point
-
🦎🐺 MaxHunterRumours 🐺🦎 [ANTIBAN] [ALL RUMOURS] [BLOCKLISTS] [IRON FRIENDLY]
teriakichick1 reacted to MaximusPrimo for a topic
Reset that for you now1 point -
Correct, Crystal pickaxe (inactive) Item ID #236821 point
-
BTG Wintertodt
teriakichick1 reacted to BTG for a topic
tests are not doing much better than whats on the sdn. gonna keep working at it and see if i can figure something out1 point -
P2P Master AI [Machine Learning] [1-Click Account Builder]
Smiddy516 reacted to tekkitosrs for a topic
Any chance of adding cannon support for slayer? Also any chance of adding mystic smoke staff and tome of fire etc for magic? The extra damage would make slayer tasks a lot quicker.1 point -
BTG Wintertodt
teriakichick1 reacted to BTG for a topic
Life got busy for awhile, I will send a new update within the next week to hopefully It will lessen some of the bans. Going to make some decision making on the quick-start side of things more Dynamic as well as adding some more random anti-ban to see if it helps at all.1 point -
Simple AIO Woodcutter
SimpleScripts reacted to sakakaka for a topic
very good script, went from 1 to 60 woodcutting on one account and 60-70 on another, highly reccomend1 point -
Simple AIO Woodcutter
SimpleScripts reacted to botter847 for a topic
excellent for a free script, im f2p1 point -
1 point
-
https://imgur.com/a/DDUu5Vp1 point
-
BotBuddy, Open Source Dreambot Manager [Jagex account support, True automation]
idhurtit reacted to riboflavin for a topic
The canary in the coal mine has died...1 point -
1 point