Posts by laurrence97
9 posts total, newest first.
Aimbot bone aim incorrect?in Counter-Strike 2 Coding & Resources - [QUOTE=xpeace;12692835]Please provide your VectorAngle function.[/QUOTE]
it is from the math.h
void VectorAngles( const Vector3& dir, Vector3 &angles )
{
float hyp = FastSQRT( ( dir.x * dir.x ) + ( dir.y * dir.y ) )Aimbot bone aim incorrect?in Counter-Strike 2 Coding & Resources - [QUOTE=xpeace;12692498]Reading the teamnumber and everything you need is stupid in a feature function as you have to read in every feature.[/QUOTE]
totally agree with you, but since this is a test and learning purposes sAimbot bone aim incorrect?in Counter-Strike 2 Coding & Resources - Image : http : // prnt.sc / ex1ang
Problems:
1. aimbot aims at incorrect bone location
2. when 2 enemy players are close to each other, the aimbot cannot decide which one to aim :/
ToDo:
1. add visual check
Tsimple rcs hack with updated offsets doesnt work?in Counter-Strike 2 Coding & Resources - sagaantheepic4,
i got my rcs to a working state now.
really big thanks to you! /babasimple rcs hack with updated offsets doesnt work?in Counter-Strike 2 Coding & Resources - [QUOTE=sagaantheepic4;12680701]the code you copied off unknown cheats is outdated.
try this
void rcs(float* angles)
{
float MyPunch[2];
MyPunch[0] = local_player->getPunch()[0];
MyPunch[1] = local_player->getPunch
Showing the 5 most recent posts.