[C#] Getting started on external aimbot
It seems most sources I've come across either use C++ and are internal or don't include the part about finding the bones, which is where my trouble lies. I don't have any bit of the aimbot done yet since I'm still on the first step, which as far as I can tell is getting the BoneID for the head, and doing stuff with that. Along with view angles. Though I'm pretty lost. I promise I didn't just google for 10 minutes and give up. I've actually been at this for longer than I'd like to admit.
First of all i'd recommend you doing a function which picks a target (You can do it by Player Distance or nearest Player to Crosshair what i'd recommend or with a Visibility Check which is quite hard if you're external(dont use bSpotted))