Untitled FPS Game DEMO GUN MODS SCRIPT

Created by perhaps#0309

Features:

  • INFINITE AMMO
  • FAST FIRERATE
  • NO RECOIL
for i, v in pairs(getgc(true)) do
   if typeof(v) == "table" and rawget(v, "unscopedPattern") then
       rawset(v, "fireRate", 0.045)
       rawset(v, "maxBullets", 9e9)
       rawset(v, "bullets", 9e9)
   end
   if typeof(v) == "table" and rawget(v, "springs") and v.springs.fire then
       local a = getrawmetatable(v.springs.fire)
       a.Impulse = function() end
   end
end

⚠️ Warning: Do not download any extensions or any executable files, you're just here for the script!

✔️ Any Patched/Broken Script Can Be Reported To French Dog#6704 In Discord For Removal