Created by magnetwashere
Features:
- BETTER ACCURACY
local hook; hook = hookmetamethod(game, "__namecall", newcclosure(function(self, ...)
local args = {...}
if tostring(self) == "ServerEvent" and args[1] == "Accuracy" then
args[2] = 1
end
return hook(self, unpack(args))
end))
ENJOY!