simple anti anti aim with just lua
paste this into whatever you use and now you own more people in hvh
only owns people who are using basic angles and shit
Code:
local function AAA()
for k,v in next, player.GetAll() do
if (!IsValid(v) or v:IsDormant()) then
continue
end
if (!v:Alive() or v:Health() < 1) then
continue
end
local eyeangles = v:EyeAngles()
local roll = eyeangles.r
if (roll == 180 or roll == -180) then
v:SetRenderAngles(Angle(0, eyeangles.y - 180, 0))
v:SetPoseParameter("aim_pitch", eyeangles.x >= 0 and 89 or -89)
v:InvalidateBoneCache()
end
end
end
hook.Add("PreDrawOpaqueRenderables", "Simple_AAA", AAA)
made by im friendly