So it's good and shitty ?
Code:hook.Add("Think","C+P NoRecoil from gayDaap",function() if wep.Recoil != 0 then wep.OldRecoil = wep.Recoil wep.Recoil = 0 end if wep.Primary.Recoil != 0 then wep.Primary.OldRecoil = wep.Primary.Recoil wep.Primary.Recoil = 0 end if wep.Secondary.Recoil != 0 then wep.Secondary.OldRecoil = wep.Secondary.Recoil wep.Secondary.Recoil = 0 end end)