Dummies Vs Noobs Script | ANTI AMMO LOSS

Created by RandomHaxer2

Features:

  • ANTI AMMO LOSS
local mt = getrawmetatable(game)
make_writeable(mt)

local namecall = mt.__namecall
mt.__namecall = newcclosure(function(self, ...)
   local method = getnamecallmethod()
   local args = {...}

   if method == "FireServer" and tostring(self) == "VerifyFire" then
       return
   end
   return namecall(self, table.unpack(args))
end)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS