[SHOTGUNS] Weird Gun Game Script (2025) | Inf Ammo

Script Features:

Here’s the full list of features that you get from Weird Gun Game scripts:

  • Infinite Ammo – Never reload just keep blasting forever nonstop
  • Rapid Fire – Bullets shoot out like a machine gun instantly
  • Auto Fire – Just aim and it shoots all by itself
  • Spread Shot – Covers wide area with tons of shots flying out

[SHOTGUNS] Weird Gun Game Script:

_G.lt = {
	["_ammo"] = 999999999999999999999999999999999999999999999999999999,
	["rateOfFire"] = 999999999999999999999999999999999999999999999999999999,
	["recoilAimReduction"] = Vector2.new(0,0),
	["recoilMax"] = Vector2.new(0,0),
	["recoilMin"] = Vector2.new(0,0),
	["spread"] = 0,
	["reloadTime"] = 0,
	["zoom"] = 3,
	["magazineSize"] = 999999999999999999999999999999999999999999999999999999
}

local plrs = game.Players
local me = plrs.LocalPlayer
local mouse = me:GetMouse()

me.CharacterAdded:Connect(function(char)
	local tool
	while not(tool) and task.wait() do tool = char:FindFirstChildWhichIsA("Tool") end
	for i,v in _G.lt do tool:SetAttribute(i,v) end
end)

while task.wait() do
	local char, hit = me.Character, mouse.Hit
	if char and hit then
		local tool, hd = char:FindFirstChildWhichIsA("Tool"), char:FindFirstChild("Head")
		if tool and hd then
			tool:SetAttribute("spread", 30-(hd.Position-hit.Position).Magnitude/5)
		end
	end
end

-- for _,plr in ipairs(game.Players:GetPlayers()) do
-- 	if plr ~= game.Players.LocalPlayer then
-- 		plr.CharacterAdded:Connect(function(char)
-- 			task.wait(0.2)
-- 			char.Head.Size = Vector3.new(100,100,100)
-- 			char.Head.CanCollide = false
-- 		end)
-- 	end
-- end

How to use scripts?

Follow the steps to execute Weird Gun Game scripts:

  • Download a Script Executor – I only recommend MacSploit, AWP.GG, Delta, Fluxus, or Codex.
  • Attach the Executor – Connect the tool to the game process.
  • Paste the Script – Load and execute the Lua script inside the game.
  • Activate Features – Tap the execute icon to use the injected script for custom actions.

Game Details:

  • Name: Weird Gun Game
  • Developer: Redscape Interactive Projects
  • Maturity: Mild
  • Genre: Shooter
  • Subgenre: Deathmatch Shooter