Sword Blox Online: Rebirth KILL AURA SCRIPTS

Created by Ausommet

Features:

  • KILL AURA
local Players = game:GetService("Players")
local Client = Players.LocalPlayer.Name
local RunService = game:GetService("RunService")
_G.Toggle = true
local function forloop()
   for Index, Value in next, workspace.Mobs:GetChildren() do
       RunService.Heartbeat:Wait(0)
       if (Value['HumanoidRootPart'].Position - workspace[Client]['HumanoidRootPart'].Position).magnitude < 50 then -- change 50 to whatever distance play around with it
           a = workspace.Mobs[Value.Name].Humanoid
           game:GetService("ReplicatedStorage").DamageMob:FireServer(a, false, workspace[Client].Sword.Middle)
       end  
   end
end
while _G.Toggle do
   pcall(forloop)
end

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