
Credits: Axonic
Open Sourced Fire Rate Modifier
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local GunConfig = require(ReplicatedStorage.Data.GunConfig)
local UpgradeShopData = require(ReplicatedStorage.Data.UpgradeShopData)
local FAST_RATE = 0.01
GunConfig.Defaults.FireRate = FAST_RATE
for gunName, gun in pairs(GunConfig.Guns) do
gun.FireRate = FAST_RATE
gun.SoundCooldown = FAST_RATE
gun.Automatic = true
gun.AutoFire = true
gun.HoldToFire = true
gun.FullAuto = true
end
for gunName, weapon in pairs(UpgradeShopData.Weapons) do
if weapon.Tiers then
for _, tier in pairs(weapon.Tiers) do
tier.FireRate = FAST_RATE
end
end
end
print("FireRate patched in GunConfig + UpgradeShopData + Join Discord For More OP Scripts")Comments section coming soon...
To use this script, you need a Roblox Executor. Simply copy the script from this page, paste it into your executor, and run it while you are in the Survive Zombie Arena game.
This script may require a payment or subscription. Please check the script's description for more details.
Yes, this script has a key system. You may need to complete a task or join a Discord server to get a key.
Yes, this script is designed to be compatible with mobile executors.





