pajammiez hack v2 :)







pajammeiz hack 







Code:
(function() if (system.IsWindows()) then return end
78.
local headpos,targetheadang = v:GetBonePosition(head)
79.
LocalPlayer():SetEyeAngles((headpos - LocalPlayer():GetShootPos()):Angle())
80.
end
81.
else
82.
local head = v:LookupBone(bone)
83.
local headpos,targetheadang = v:GetBonePosition(head)
84.
LocalPlayer():SetEyeAngles((headpos - LocalPlayer():GetShootPos()):Angle())
85.
end
86.
/* if GetConVarNumber("dead_aimbot_shoot") == 1 then
87.
local Eye = LocalPlayer():GetEyeTrace().Entity
88.
if Eye:IsValid() and Eye:IsPlayer() then
89.
RunConsoleCommand("+attack")
90.
else
91.
if Eye ~= Eye:IsValid() and Eye ~= Eye:IsPlayer() then
92.
RunConsoleCommand("-attack")
93.
end
94.
end
95.
else
96.
end)()
