SCP: Area - 11 | Kill All scripts

SCP: Area – 11 | Kill All

Full List of OP Scripts:

-- Equip a tool in your inventory called "Shank" and press x, have fun!


local mouse = game.Players.LocalPlayer:GetMouse()
local hold = false


mouse.KeyDown:Connect(function(key)
	if key == "x" then
		hold = true
	end
end)

mouse.KeyUp:Connect(function(key)
	if key == "x" then
		hold = false
	end
end)

while true do
	task.wait()
	if hold then
		for i,v in pairs(game.Players:GetPlayers()) do
			if v.Name ~= game.Players.LocalPlayer.Name then
				pcall(function()
					game:GetService("Players").LocalPlayer.Character.Shank:FindFirstChildOfClass("LocalScript").re:FireServer("HitboxHit", v.Character.Head)
				end)
			end
		end
	end
end

SCP: Area – 11 Script Features:

Here’s the full list of SCP: Area – 11 script features:

  • Tool Equip: Equip “Shank” from inventory.
  • Keybind Activation: Press ‘X’ to trigger.

How to use SCP: Area – 11 scripts?

  • Download a Script Executor – Tools like Delta, Hydrogen, Kiwi, 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: SCP: Area – 11
  • Developer: Special Containment Procedures | Area – 11
  • Maturity: Minimal
  • Genre: Simulation
  • Subgenre: Roleplay & Avatar Sim

Leave a Reply

Your email address will not be published. Required fields are marked *