Zombie Wars Tycoon Script | OP GUN MOD, INSTA KILL, ALL GUNS

Created by Byfron

Features:

  • OP GUN MOD
  • INSTA KILL
  • ALL GUNS
local bag = game.Players.LocalPlayer:FindFirstChild("Backpack")

-- Place ID: 13240957708

if not bag then return end

for _,weapon in pairs(bag:GetChildren()) do
    print(weapon.Name)
    
    pcall(function()
        for i,stat in pairs(weapon.Configuration:GetChildren()) do
            print(stat.Name)
            if stat.Name == "Damage" then
                stat.Value = math.huge
            end
            
            if stat.Name == "MagSize" then
                stat.Value = math.huge
            end
            
            if stat.Name == "HeadshotMultiplier" then
                stat.Value = math.huge
            end
        end
    end)
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

⚠️ 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!