I am curious if there is a safe to use bot that lets you always face your current target.![]()
I am curious if there is a safe to use bot that lets you always face your current target.![]()
Should not be supper hard to do it yourself if you can read and write to the ctm address. just feed it the desired guid and then set the action to face.
Edit: Most ctm addresses can be found on this site if you look hard enoughusually in the memory reading section, And for something as simple as this i would recommend just doing it yourself
![]()
Last edited by kyperbelt; 04-20-2016 at 01:51 PM.
Thanks for the tips.
I found Honorbuddy, however I don't want auto rotation. I'm pretty new to botting so a little more detailed direction would be appreciated. Thanks![]()
Well honorbuddy is a bit more than what you are looking for. What i meant is that if you only need a bot that faces the current target then it would be very simple to create it yourself if you have any bit of programming capabilities.
you simply read the current targets unique id
then you write it to the click to move guid address
then simply push the action "face" (which i think is 1 if i am not mistaken) to the click to move action address.
All those addresses can be found here on the forum iirc, but if you dont know what im talking about then it probably will not help you in any way.