local origAngle = Angle(0,0,0)
hook.Add("CreateMove","betterAutoStrafe",function(ucmd)
if(!IsValid(LocalPlayer())) then return end
if (!origAngle) then origAngle = ucmd:GetViewAngles() end...