Sign In to Your Account

Manual registration is temporarily disabled. Please use Discord, Google or GitHub to create an account.

CONTINUE WITH
Axonic Inf Fire Rate Open Source - Survive Zombie Arena Script | Free Roblox Script
Survive Zombie Arena Survive Zombie Arena

Axonic Inf Fire Rate Open Source

Survive Zombie Arena 2 views 9 hours ago
Axonic Inf Fire Rate Open Source - Roblox Script
Mobile Mobile Friendly
Key Key Required

Description

Credits: Axonic

Open Sourced Fire Rate Modifier

Survive Zombie Arena
Explore more scripts
View all Survive Zombie Arena scripts

28 Lines 784 Bytes
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

Comments section coming soon...

Frequently Asked Questions

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.

Similar Scripts

Share Script

Share this script with others by copying the link or using your device's share options.

https://rbxscripts.net/scripts/axonic-inf-fire-rate-open-source/
or

Report Script

Help us maintain a safe community. Your report will be reviewed by our moderation team and appropriate action will be taken if needed.

Select a reason...
Malicious Code
Inappropriate Content
Copyright Infringement
Spam
Misleading Information
Other