Originally Posted by
TricksterJoe
Hi! so after toying around with the aimbot i find it Extremely well put together, good UI design and a very straight forward approach.
But i do have a couple of issues that i believe could be handled pretty easily (?)
1)I Noticed when you are standing in a long range (Longer then the aimbot is designed for) and you will get closer to an enemy Holding LMB, when you approach the range that the aimbot recognizes, It will automatically make a 180* turn from the enemy and onto the floor, I don't know what's causing it but it's persistant, if needed, i will make a video show casing the bug.
2)Multiple Enemy HP Bars. If in a group fight, and you have hit multiple people, and they are all standing faily close to each other (HP bars do not intersect) Often times the aimbot will go CRAZY and just start swinging everywhere, what i think the problem is, is that your code doesn't take into account multiple "Objects" prioritization, and instead will jump back and forth to the 2 HP Bars that he detected, thus making the aimbot go nuts.
Now, what i think i probable solution would be is to make it Ignore Other HP bars that are further away from the center of the screen; I know the complications involved when it comes to a three dimensional aspect, as taking into consideration the exacts coordinates + space is a pretty hard thing to do, so i think even a simple coordinate detector, and seeing which HP Bar is closer to the center of the screen is also a viable solution for now, another variable that you can take into consideration is the HP Bar Length and width, if the hero is further away from you, HP bar will be smaller as oppose to a hero that is closer to you, this way you can detect what HP bar should the aimbot focus on, and what HP Bars it should be ignoring.
Again, this is just an idea, Im not sure what program you coded it in (I Assume AHK.), but as someone who worked with C++/C# for a long time, i know this is a possible thing to make.
Thank you for your work, and sorry for my English, as it's not my main language !
EDIT: For future refrence, here are the heroes i found work best with this aimbot: Zarya, DVA (Super underrated and she is basically a a shredder), Tracer, Soldier 76, Bastion.