What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Will you continue to bot after the announcement?

Status
Not open for further replies.
You're saying a bot can do more dps in a heroic raid than a top world raider as a fire mage? You're dead wrong

Being top DPS is only a matter of using the right skills in the right order. If you know that order, you can put it into a combat routine which is basically an advanced calculator. Botting reduces the time in between skills / cooldowns, etc. Mind you this is only speaking in the DPS sense and being a "Top Raider" is completely different since it involves things like honing your professions, glyphs and being intuitive in raiding.
 
Have you seen what Hermit can do? :)
If not you should take a look then determine wether or not a bot will be able to do more dps than a human.
You're funny bro. Bots can't possibly take into account proper timing to skills, and when to use them at the exact point you need them to on certain fights. It's literally impossible. The combat routine can't take those things into consideration.
 
Being top DPS is only a matter of using the right skills in the right order. If you know that order, you can put it into a combat routine which is basically an advanced calculator. Botting reduces the time in between skills / cooldowns, etc. Mind you this is only speaking in the DPS sense and being a "Top Raider" is completely different since it involves things like honing your professions, glyphs and being intuitive in raiding.
It isn't about using skills and abilities in the right order. It's about timing. Saving your cooldowns, for certain points, in various fights, to maximize your damage. Your combat routine will never do that.
 
You're funny bro. Bots can't possibly take into account proper timing to skills, and when to use them at the exact point you need them to on certain fights. It's literally impossible. The combat routine can't take those things into consideration.

Literally impossible? People have made much more complex A.I. than what you deem impossible. Timing is simply a decision that is governed by a set of factors. The bot can very well be programmed to know these events, and when to manipulate them.
 
Literally impossible? People have made much more complex A.I. than what you deem impossible. Timing is simply a decision that is governed by a set of factors. The bot can very well be programmed to know these events, and when to manipulate them.
Lol.
One, small example. I do not need to explain myself further, as it is pointless....

Heroic siegecrafter blackfuse, doing the belts as a hunter(going up every single wave).

Are you telling me, that this combat routine, will be able to calculate, how slow/fast an add is being killed? If its slow, and may not die in time, will it pop a small dps cooldown just to make sure it kills it? If it's going to be killed within 4 seconds, will it be able to tell ahead of time, to save every cooldown you have?

It's going to be random, and will depend on your raids play ability, every single time.

Will it be able to disengage off of the belt at the proper moment every time, to avoid areas the fire is located in?
 
Last edited:
Lol.
One, small example. I do not need to explain myself further, as it is pointless....

Heroic siegecrafter blackfuse, doing the belts as a hunter(going up every single wave).

Are you telling me, that this combat routine, will be able to calculate, how slow/fast an add is being killed? If its slow, and may not die in time, will it pop a small dps cooldown just to make sure it kills it? If it's going to be killed within 4 seconds, will it be able to tell ahead of time, to save every cooldown you have?

It's going to be random, and will depend on your raids play ability, every single time.

Will it be able to disengage off of the belt at the proper moment every time, to avoid areas the fire is located in?

Superbad uses TimeToDie (Which calculates the mob hp and the current total dps on the target) so yes, it can very much calculate when it is dying.
 
Lol.
One, small example. I do not need to explain myself further, as it is pointless....

Heroic siegecrafter blackfuse, doing the belts as a hunter(going up every single wave).

Are you telling me, that this combat routine, will be able to calculate, how slow/fast an add is being killed? If its slow, and may not die in time, will it pop a small dps cooldown just to make sure it kills it? If it's going to be killed within 4 seconds, will it be able to tell ahead of time, to save every cooldown you have?

It's going to be random, and will depend on your raids play ability, every single time.

Will it be able to disengage off of the belt at the proper moment every time, to avoid areas the fire is located in?

I was commenting on your notion of "literally impossible". I was not talking about that CR in particular. However, everything you've said can be easily coded in. How slow/fast an add is being killed is simply a measure of how much damage per second the whole group is dealing to specific mobs. It is tough, I agree, but it is not "literally impossible".

If you honestly think that a bot cannot take into account these random events, how can the military even trust missile guidance systems which is a hundred times more complex than what you find "literally impossible"?
 
Last edited:
Are you telling me ...

A combat routine handles the combat aspects. A botbase or plugin could be made to handle things outside that scope, things like moving to avoid fire or other bad things.

Short answer: If something can be programmed in a way that presents a challenge, then something can be programmed to complete that challenge. Anything you throw at it that could require a different reaction would be classed as a variable, now I'm not sure of your previous experience with programming (or there-based logic) but variables aren't an issue, at all.

So yes it is possible to do... But has it been perfected, maybe not yet.

You want a real world example? Have a look at a Googles self-driving cars.
 
Lol.
One, small example. I do not need to explain myself further, as it is pointless....

Heroic siegecrafter blackfuse, doing the belts as a hunter(going up every single wave).

Are you telling me, that this combat routine, will be able to calculate, how slow/fast an add is being killed? If its slow, and may not die in time, will it pop a small dps cooldown just to make sure it kills it? If it's going to be killed within 4 seconds, will it be able to tell ahead of time, to save every cooldown you have?

It's going to be random, and will depend on your raids play ability, every single time.

Will it be able to disengage off of the belt at the proper moment every time, to avoid areas the fire is located in?

Intelligent automation in video games is a lot easier than in the real world. Why? In games you have access to all information. Every variable for every object, and a set of defined rules for how things will act. For this reason you can code an AI that can act intelligently and make very smart choices. Is it easy? No, but it's certainly possible with enough time. You look at where honorbuddy is now from where glider was before it was shut down and it's night and day. The amount of things you can automate in the game now is pretty incredible.
 
Singular has this too.

Code:
public static bool IsStandingInBadStuff(this WoWUnit unit)
        {
            foreach (var obj in ObjectManager.GetObjectsOfType<WoWDynamicObject>())
            {
                if (obj.Caster != null && obj.Caster.IsValid && obj.Caster.IsHostile && unit.Location.Distance(obj.Location) <= obj.Radius)
                {
                    Logger.Write(Color.White, "^Yikes: {0} is standing in {1}", unit.SafeName(), obj.Name);
                    return true;
                }
            }
            return false;
        }
 
It's possible that a CR could do optimized DPS. It's also possible that HB could never run into a wall, get stuck, respond to a whisper with human intelligence, etc. But it doesn't because it's not perfect. HB has come a long way, and developers are making great things, but if you think that your CR is better than good players, then you are wrong. The AI isn't that good...
 
Not sure if anyone has seen this, but I have been around since vanilla, and I've used and (importantly) STOPPED, when I figured it was time to stop. This is an old post, which some of you who actually care about your account should considering reading:

Alright it's no secret that there was a pretty big ban wave in World of Warcraft today, apparently hitting Inner Space, Glider, and unapproved addons, among other things (note: I don't know if they hit unapproved addons, or other things, I'm going off of secondhand information from sources that may not be accurate). Hats off to Blizzard for pulling off the Inner Space and Glider detections without tipping off the communities. It's been a while since the last time that happened.

So to that end, I first need to address the people who are wondering how it happened. ISXWarden and Glider's Tripwire both attempt to identify when a new Warden is distributed with new functionality. So why did neither prevent this ban wave? Simple. Warden was not updated. The detection method was hidden away in the 2.4.2 WoW client itself.

But it's not always that simple for Blizzard to get away with. First, Blizzard has no guarantee that the detection code will slip past researchers. The last time this was attempted, according to my logs, was WoW 2.1.0, released on May 22, 2007. I prevented that from affecting ISXWarden or Glider. This one (2.4.2) happened to slip past -- a mistake that is hopefully never repeated, but errare humanum est. Secondly, Blizzard can only update the WoW client every so often. In the last year, it's been about 1 patch per month on average. And, patches are never secret. Unlike Warden, which can be updated at any time while you play the game, client patches are announced to the public, and everyone is well aware when it happens. So it's no big mystery when to go hunting for new detections in the client, this is something researchers need to do every patch.

Now to address the people asking for details on what was detected. Sorry, but I can't provide that sort of detail at this time. I do not typically reveal that sort of information to the public.

What I can tell you is that today's new release of ISXWarden addresses the problem. I'm well aware that there are people who believe that, and people who don't, and if you're not sure which side of that line you're on, the safest option is always to not use programs that Blizzard will ban your account if they find out. Many people choose not to use those sorts of programs for a while after a patch just in case a situation like this arises.

You should not listen to any of the staff members here. They haven't given out a single clear answer yet, and what they said is something the government would say. They should be more engaged in the community, and answering any concerns raised, because seriously, that announcement is pure BS. I'm not saying reveal your hand, but at least give daily updates or something. At the end of the day, they're a business. They HAVE to open up their auth servers, or they're losing money every day since they have people on payroll, and expenses to grind out. If this is the last 30 days, they need to grind out all the money they can from us so they can exit successfully (no business in the world doesn't have a prepared exist strategy). With that said, I think what is really happening is that they have put this shit to rest (no seriously, I'll bet someone my entire gold amount on my BNET that the staff won't post anything about the warden for a few weeks, not even progressive info, because there isn't any). They're waiting on us. We are fucking botters. You know what I was thinking today? I finally geared up all my H warforges on my tank, and I was just dying to play, and I was thinking "Do I do it? Do I bot?" and it's really self control (fucking HB is more fucked up than heroin). I had to stop myself, and it's what the staff members don't want. They will closely watch the ban reports, and they will take out the false reports, and in about a month, when they have gathered enough information about what's going on, they will release a formal announcement.

Take previous experience as a precaution. Blizzard is sneaky as fuck, and it can happen at any time. And for all that are going "botted for 3 hours on DungeonBuddy, NO BAN :D:D:D", please cut that shit out. You're not going to get banned, unless it's fucking obvious, but it will happen in MASS quantities, not just one fucking player who is too lazy to run a level 60 dungeon.

Can we start a group for HB addiction?

Hi my name is zero, and im a HB addict.
 
Last edited:
It's possible that a CR could do optimized DPS. It's also possible that HB could never run into a wall, get stuck, respond to a whisper with human intelligence, etc. But it doesn't because it's not perfect. HB has come a long way, and developers are making great things, but if you think that your CR is better than good players, then you are wrong. The AI isn't that good...

In a game like wow, where you execute a static rotation without having to take clever decisions, then yes, a machine is better than players because it can read and react much faster than human possible. But in a game like chess, that there is no pre-defined movements and there is always a decision to be made then a very clever and charismatic human can win the machine, but still is a very rare and unique phenomenon. 99% of humans will lose.
 
In a game like wow, where you execute a static rotation without having to take clever decisions, then yes, a machine is better than players because it can read and react much faster than human possible. But in a game like chess, that there is no pre-defined movements and there is always a decision to be made then a very clever and charismatic human can win the machine, but still is a very rare and unique phenomenon. 99% of humans will lose.

I'll have what bot you're having...
 
I bought the bot 1 day after that update, I just logged in-game with it opened but didn't use it. Is there any risk of it auto-detecting HB and banning you even if you didn't load/use any profile?
 
I bought the bot 1 day after that update, I just logged in-game with it opened but didn't use it. Is there any risk of it auto-detecting HB and banning you even if you didn't load/use any profile?

If HB is detected which they dont know yet atm, we will have to wait, then yes they can detect you by injecting it.
 
Status
Not open for further replies.
Back
Top