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

Why should I buy this bot and what makes is special?

z1ckZack

New Member
Joined
Jun 18, 2012
Messages
3
Reaction score
0
It would be great to have a Topic or some kind of FAQ that explanis why this bot is awseome or not!
I mean there isnt really any Information on how the Bot works or am I just beeing stupid?
I mean what makes this bot less detactable then others for example is one major question I am asking my self?

It would also be nice to have a INFO light or something within the Bot to see if its Save to use or not or unknown?!
 
Warden protection? But we still have to wait for the next banwave to confirm that....
 
The speshul ebin nav servers make this bot very speshul!
 
It would be great to have a Topic or some kind of FAQ that explanis why this bot is awseome or not!
I mean there isnt really any Information on how the Bot works or am I just beeing stupid?
I mean what makes this bot less detactable then others for example is one major question I am asking my self?

It would also be nice to have a INFO light or something within the Bot to see if its Save to use or not or unknown?!

1. We do have 2 known experts on Warden on the team and we have a system to disconnect all our clients and disable auth if we see Warden do something that threatens us. Nothing is ever guaranteed but at least we can say that we are doing all that is possible to protect our users from bans.

2. Making a bot means you have to go to court with Blizzard and that you get sued personally. Most bot makers close down under that pressure. We have not - our next hearing is in December.

3. Demonbuddy has been released before it was ready because so many people wanted a Bossland bot. All our bots offer a decent API that allows developers to make combat routines and plugins that can do any instance. Once they are done, they have huge happy communities. Demonbuddy will be the same - it already has an active developer and profile making community and as the bot stabilises it will only get better.

4. We pay refunds. If you are not happy in the first week, we give your money back no questions asked.

5. Our price is good - since the bot does not work in a way that we are satisfied with, we have reduced the price. We were due to go to full price today but we are not happy with it yet so we are postponing it another week. Demonbuddy will be the best Diablo III bot - now is a good time to buy it.

I hope that helps :)
 
1. We do have 2 known experts on Warden on the team and we have a system to disconnect all our clients and disable auth if we see Warden do something that threatens us. Nothing is ever guaranteed but at least we can say that we are doing all that is possible to protect our users from bans.

2. Making a bot means you have to go to court with Blizzard and that you get sued personally. Most bot makers close down under that pressure. We have not - our next hearing is in December.

3. Demonbuddy has been released before it was ready because so many people wanted a Bossland bot. All our bots offer a decent API that allows developers to make combat routines and plugins that can do any instance. Once they are done, they have huge happy communities. Demonbuddy will be the same - it already has an active developer and profile making community and as the bot stabilises it will only get better.

4. We pay refunds. If you are not happy in the first week, we give your money back no questions asked.

5. Our price is good - since the bot does not work in a way that we are satisfied with, we have reduced the price. We were due to go to full price today but we are not happy with it yet so we are postponing it another week. Demonbuddy will be the best Diablo III bot - now is a good time to buy it.

I hope that helps :)

You've always been good Hawker. Great post, mate.
 
1. We do have 2 known experts on Warden on the team and we have a system to disconnect all our clients and disable auth if we see Warden do something that threatens us. Nothing is ever guaranteed but at least we can say that we are doing all that is possible to protect our users from bans.

2. Making a bot means you have to go to court with Blizzard and that you get sued personally. Most bot makers close down under that pressure. We have not - our next hearing is in December.

3. Demonbuddy has been released before it was ready because so many people wanted a Bossland bot. All our bots offer a decent API that allows developers to make combat routines and plugins that can do any instance. Once they are done, they have huge happy communities. Demonbuddy will be the same - it already has an active developer and profile making community and as the bot stabilises it will only get better.

4. We pay refunds. If you are not happy in the first week, we give your money back no questions asked.

5. Our price is good - since the bot does not work in a way that we are satisfied with, we have reduced the price. We were due to go to full price today but we are not happy with it yet so we are postponing it another week. Demonbuddy will be the best Diablo III bot - now is a good time to buy it.

I hope that helps :)



Requesting a sticky on your reply......this one Hawker, this is the whole enchilada!
 
Thanks Hawker. Maybe you guys can make proper profiles also? At least the main 2 ones like Core and that boss dungeon one?
 
1. We do have 2 known experts on Warden on the team and we have a system to disconnect all our clients and disable auth if we see Warden do something that threatens us. Nothing is ever guaranteed but at least we can say that we are doing all that is possible to protect our users from bans.

2. Making a bot means you have to go to court with Blizzard and that you get sued personally. Most bot makers close down under that pressure. We have not - our next hearing is in December.

3. Demonbuddy has been released before it was ready because so many people wanted a Bossland bot. All our bots offer a decent API that allows developers to make combat routines and plugins that can do any instance. Once they are done, they have huge happy communities. Demonbuddy will be the same - it already has an active developer and profile making community and as the bot stabilises it will only get better.

4. We pay refunds. If you are not happy in the first week, we give your money back no questions asked.

5. Our price is good - since the bot does not work in a way that we are satisfied with, we have reduced the price. We were due to go to full price today but we are not happy with it yet so we are postponing it another week. Demonbuddy will be the best Diablo III bot - now is a good time to buy it.

I hope that helps :)

Are the devs aware of the network Disconnect pop up box that the plugin does not fix? (occurs to people with over 100 latency im assuming i run at 120 and get it every hour, it pauses my bot until the box is clicked OK on). Because I have yet to see a reply about it and it is pissing me off that I have purchased 3x 1 year session and have been unable to use the bot at all.
 
Are the devs aware of the network Disconnect pop up box that the plugin does not fix? (occurs to people with over 100 latency im assuming i run at 120 and get it every hour, it pauses my bot until the box is clicked OK on). Because I have yet to see a reply about it and it is pissing me off that I have purchased 3x 1 year session and have been unable to use the bot at all.

D3 or Demonbuddy getting disconnected ?
 
Its a D3 error I believe. We need the bot to just click ok on all errors or a plugin that actually works on all of them.

Code:
public static int ErrorCode
        {
            get
            {
                if (!IsVisible)
                    return -1;

                string text = Container.TextObject.Text;
                
                Regex regex = new Regex(@"\d+");
                Match match = regex.Match(text);
                if (match.Success)
                {
                    int errorCode;
                    if (int.TryParse(match.Value, out errorCode))
                        return errorCode;
                }

                return -1;
            }
        }

Nesox added this about an hour ago for use in Arelog and relogger plugins. So a fix is coming.
 
1. We do have 2 known experts on Warden on the team and we have a system to disconnect all our clients and disable auth if we see Warden do something that threatens us. Nothing is ever guaranteed but at least we can say that we are doing all that is possible to protect our users from bans.

2. Making a bot means you have to go to court with Blizzard and that you get sued personally. Most bot makers close down under that pressure. We have not - our next hearing is in December.

3. Demonbuddy has been released before it was ready because so many people wanted a Bossland bot. All our bots offer a decent API that allows developers to make combat routines and plugins that can do any instance. Once they are done, they have huge happy communities. Demonbuddy will be the same - it already has an active developer and profile making community and as the bot stabilises it will only get better.

4. We pay refunds. If you are not happy in the first week, we give your money back no questions asked.

5. Our price is good - since the bot does not work in a way that we are satisfied with, we have reduced the price. We were due to go to full price today but we are not happy with it yet so we are postponing it another week. Demonbuddy will be the best Diablo III bot - now is a good time to buy it.

I hope that helps :)

Yeah Thanks that helped a lot Thumbs Up!
 
I am new to whole botting scene more or less.. but i gotta say i was about to get IB but i have now been using testing DemonBuddy for sometime and i sure will buy the bot as soon as i get money (living alone unemployed isnt easy) :P GJ buddy team.. and i kinda do admire your courage to fight against big monster in court, Best wishes for the battle from Finland ;)
Ps. Thanks for the 1 eur trial days !
 
Back
Top