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

100% Reason way our accounts are flagged as BOTs

This can easily be obfuscated. For example, give the mob exactly "23252" hp. The client sees "23252" hp and makes the mob invisible. Or the mob.id is a prime number. Client sees prime number... Those are just 2 examples. Worse yet, the obfuscation changes between each patch.

My point is, if you want a program to be 100% undetectable, then read memory only and do not execute code within the program. Only interact with normal means, ClickScreen and SendKeypress.

Ok, you are big on ClickScreen(x,y,z) But then how do you get the bot to stop chasing these phantom mobs?
All they have to do is create phantom treasure goblins or elites and the bot will be chasing them all day.
 
Ok, you are big on ClickScreen(x,y,z) But then how do you get the bot to stop chasing these phantom mobs?
All they have to do is create phantom treasure goblins or elites and the bot will be chasing them all day.

MouseOver( monster.x, monster.y)
if(ReadD3Memory(CurrentlySelectedMob) != null)
AttackList.add(monster);

or what not. When you mouse-over a monster, it both highlights the mob and puts a HP bar at the top of the screen.
 
??
you sure on that?

demonbuddy is just faster then a normal player and get some mobs faster in target. thats all.
i don't think they implemented "secret banwave mobs".... -.-
 
I have a blizzard account that is active for 6 years.
I wonder if i use buddy bot on my main account for diablo 3, it will be banned on 1st time they catch or blizz will warn me not to use illegal programs before banning my account ?
 
Last edited:
I have a blizzard account that is active for 6 years.
I wonder if i use buddy bot on my main account for diablo 3, it will be banned on 1st time they catch or blizz will warn me not to use illegal programs before banning my account ?

no warning for botting d3 as far as i know
 
mobs with tinfoilhats that only can be attacked by bots.. we are doomed.
oh well my bots killed "invisible" mobs since the release of d3.. grafic bugs and lags can cause any mob to "disappear" but bots just pwn em because they can read memory ^^
other than that, there are alot of worms and stuff under the surface that can only be atacked by bots bevor they appear..

so nothing new in here. new theory plz. but i kinda liked the tinfoil aproach in this one :)
Next time bring up something with major Baseball League (The Simpsons S11 E2)
 
??
you sure on that?

demonbuddy is just faster then a normal player and get some mobs faster in target. thats all.
i don't think they implemented "secret banwave mobs".... -.-

The idea is that other games HAVE implemented a detection method doing this. And to take preventative measures to avoid falling victim to it, if it does get implemented for diablo 3.

Let me recap: All bots are software detectable unless they are memory-read-only. It's only a matter of time before a new warden module can be created to scan for a memory injected or invoking bot.

There's a reason blizzard sues everyone who tries to release open source projects regarding memory reading in their products. As far as I know, all open source projects have been taken off the internet because of this. Its because memory-read-only hacks cannot be detected by warden. There was this guy 'linixisawesome' who had his sc2 memory read code taken down.. etc.
 
i have made that THREAD
i should unload all bot gear to mule but i diddt and ban 3/5
eh ....what now would u all say about reason of ACOUNT FLAG
 
i have made that THREAD
i should unload all bot gear to mule but i diddt and ban 3/5
eh ....what now would u all say about reason of ACOUNT FLAG


It's safe to say the only way to be undetectable is MEMORY READ ONLY + Rootkit driver to hide process.
 
I think a lot more needs to be done with regard to anti-detection. They really need to start with their core routines and make sure any command or sequence of commands that DB sends mimicks a typical player. Nothing can be sent faster, more accurately or with the exact same delay between commands.

At this point, I don't think they are detecting the DB process, just behaviour. At the end of the day though, that distinction is meaningless if it results in a ban.
 
Back
Top