What's new
Heapleak - Scripthub

Get the most out of HeapLeak by creating a free account! Once signed in, you’ll gain full access to restricted content, be able to share your own scripts, and participate in our member-only discussions.

Kill All Open Src Melee Aura March 2026 Updated

Version / Update: v1.0.0
Download / Script Link
local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Workspace = game:GetService("Workspace")

local LocalPlayer = Players.LocalPlayer
local CharFolder = Workspace:WaitForChild("Character")
local WeaponHit = ReplicatedStorage:WaitForChild("WeaponsSystem"):WaitForChild("Network"):WaitForChild("WeaponHit")
local WeaponFired = ReplicatedStorage:WaitForChild("WeaponsSystem"):WaitForChild("Network"):WaitForChild("WeaponFired")

task.spawn(function()
while task.wait(0.3) do
local char = CharFolder:FindFirstChild(LocalPlayer.Name)
if not char then continue end

local weapon = char:FindFirstChildOfClass("Tool")
if not weapon then continue end

local isMelee = not weapon:FindFirstChild("AmmoCapacity", true)

for _, obj in pairs(CharFolder:GetChildren()) do
if obj:IsA("Model") and obj ~= char then
local hum = obj:FindFirstChildOfClass("Humanoid")
local head = obj:FindFirstChild("Head")

if hum and head and hum.Health > 0 then
local player = Players:GetPlayerFromCharacter(obj)
if player and player.Team == LocalPlayer.Team and not player.Neutral then continue end

local pos = head.Position

if isMelee then
local args = {
[1] = weapon,
[2] = {
attackType = "Normal",
comboIndex = 1,
position = pos
}
}
WeaponFired:FireServer(unpack(args))
else
local args = {
[1] = weapon,
[2] = {
p = pos,
pid = 1,
part = head,
d = 1,
maxDist = math.huge,
h = hum,
m = Enum.Material.Snow,
n = Vector3.new(1, 0, 0),
t = tick() % 1,
sid = math.random(1, 10)
}
}
WeaponHit:FireServer(unpack(args))
end
end
end
end
end
end)
[ View More ]
f9076839-fecd-49ce-8114-e7e2a468cf78.webp



⚡ SPONSORED BY Heapleak.com – #1 Roblox Script Community

Any Roblox Game – Kill All Open Src Melee Aura | March 2026

This script is the most powerful version available, offering unparalleled melee aura capabilities.

KEY FEATURES

Melee Aura – automatic melee attacks on nearby enemies
Kill All – instantly eliminates all opponents in range
Open Src – easily improvable and customizable
Improved Performance – optimized for seamless execution
NO KEY REQUIRED – instant execution, zero ads

COMPATIBILITY

💻 PC
Windows 10 / 11
✔ Supported
📱 Android
Delta / Arceus X
✔ Supported
🎮 iOS
Delta / Pallene
✔ Supported

HOW TO USE

1. Download and open your executor (Solara, Wave, Celery, etc.)
2. Attach to Roblox and open any Roblox game
3. Paste the script below and press Execute

SAFE USAGE NOTE

This script is currently UNDETECTED as of March 2026.
Always test on an alt account first. Do not use on your main account.


Want more free undetected scripts?

► Browse the Full Script Library on Heapleak
Daily drops, undetected releases and the latest free scripts – all in one place.

Looking for more free scripts? Heapleak – the biggest Roblox & gaming script hub in the community.


roblox script, kill all script, melee aura script, open src script, universal roblox script, roblox script any game, roblox multi game script 2026, solara script, wave executor script, undetected roblox script march 2026


Q: Is this Any Roblox Game script undetected?
A: Yes, it is currently undetected as of March 2026.
Q: Does this script require a key?
A: No, it does not require a key.
Q: Does this script work on mobile?
A: Yes, it is compatible with Android and iOS devices.


roblox scripting community, universal roblox scripts
 
Back
Top