Hey guys!
I working on an external aimbot and i used the Public CalcAngle function from Aspirin.
Now if i calculate my angles and there is only one angle what is Chaning.
http://www7.pic-upload.de/01.03.13/t9vfn87xmew.png
PS: The first angle is working.
I working on an external aimbot and i used the Public CalcAngle function from Aspirin.
Now if i calculate my angles and there is only one angle what is Chaning.
PHP Code:
CalcAngle(LocalBase.Position, EntityPlayer[LocalBase.TriggerId].Bone, AimAngle);
cout << "Angle 1: " << AimAngle[0] << endl;
cout << "Angle 2: " << AimAngle[1] << endl;
cout << "Angle 3: " << AimAngle[2] << endl;
PS: The first angle is working.