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 anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!