dont use bg buddy to gear up your toons for the new season, not even with lazyraider.
do as you want, but i warn you, do not go inside a bg when botting.
You could also just post your nicknames if you are going to be that specific as to what characters you have on your account. Just simply using Lazyraider is not the only proof.
If it was due to using Lazyraider, I would think that it was caused by you afking with it on and then getting attacked. The debate about basing it on reaction time is kind of moot. It is pretty easy to out dps/heal a cc because you can predict the rotation or predict incoming damage..
Process scanning: As said by developers etc, this does not happen and it is illegal dispite putting a notation about it in the user agreement. They could also put something of the fact that they will kill your first born too after use, this does not make it legal to do so. If you are scared about scanning, just modify the exe with
Resource Hacker or another similar program. It is still theoretically detectable after you change it using a process scan, but requires a lot more invasive searching of all running processes.
Pathing: This could very well be detectable and would be easy to them to implement as current pathing does not include any variation. It would be simple enough for HB to rectify this by putting some level of variation into hotspots within a certain tolerance set by the scripts being run as to not break it.
Example: Allow a tolerance of of +/- 0.05 per hotspot point for X. (or whatever is set as per user script) So instead of just looking at a set Hotspot and using that point exactly, it adds or subtracts an RNG within that set tolerance.
Default Hotspot: <Hotspot X="-77.50" Y="759.7413" Z="183.8915" />
as the tolerance is set to 0.05 the rng can pick a random number between -0.05 and +0.05 . Say it generates +0.02 for X the hotspot HB runs becomes <Hotspot X="-77.52" Y="759.7413" Z="183.8915" />
Doing so would allow some variation to the scripts, it would be much harder to detect pathing as each point would be different everytime. Would also allow multple people to run the exact same script without going on the exact same path.