Blood Engine II: Slash Mania KILL ALL – EQUIP BATON AND SPAWN IN

Created by goosta

Features:

  • KILL ALL
  •  
  • HOW TO USE:
  • 1. Equip baton
  • 2. Spawn
  • 3. Execute
  •  
  • DEV NOTES:
  • yes ik its laggy but i cant find the damage indicators to make it not kill ur game.
function attack(hp,hum,dmg)
   workspace.ignore[game.Players.LocalPlayer.Name..""].Baton.Events.DamagePlayer:FireServer(game:GetService("Players").LocalPlayer, hp, hum, tonumber(dmg), workspace.ignore[game.Players.LocalPlayer.Name..""].Baton.Handle.HitSound2)
end

game:GetService("RunService").RenderStepped:connect(function()
for i,v in pairs(game:GetService("Players"):GetPlayers()) do
   if v.Name ~= tostring(game.Players.LocalPlayer.Name) then
       attack(v.Character["Right Arm"], v.Character.Humanoid, 11)
   end
end
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!