We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5803009 commit 6400398Copy full SHA for 6400398
TempleWare-CS2/source/templeware/features/aim/aim.cpp
@@ -51,7 +51,7 @@ void Aimbot() {
51
C_CSPlayerPawn* lp = H::oGetLocalPlayer(0);
52
Vector_t lep = GetEntityEyePos(lp);
53
54
- QAngle_t* viewangles = (QAngle_t*)(modules.getModule("client") + 0x1AADAA0); // If aimbot stops working, then you should update this offset
+ QAngle_t* viewangles = (QAngle_t*)(modules.getModule("client") + 0x1AAE880); // If aimbot stops working, then you should update this offset
55
56
for (int i = 1; i <= nMaxHighestEntity; i++) {
57
auto Entity = I::GameEntity->Instance->Get(i);
0 commit comments