Field Goal Simulator Script | BETTER ACCURACY

Created by magnetwashere

Features:

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))