TEXT 404
The Legendary Swords RPG Auto Kill Script By venuslock on 20th August 2023 07:52:54 AM
  1. _G.on = true -- false to turn it off
  2. while _G.on do
  3.    wait(0.5)
  4. for i,v in pairs(game.Workspace.Mobs:GetChildren()) do
  5.    if v:FindFirstChild("Humanoid") then
  6. local args = {
  7.    [1] = v.Humanoid,
  8.    [2] = game:GetService("Players").LocalPlayer.Character:FindFirstChild("Bronze"),
  9.    [3] = 99999999999999,
  10.    [4] = 1
  11. }
  12.  
  13. game.Players.LocalPlayer.Character.SwordDamage:FireServer(unpack(args))
  14. end
  15. end
  16. end

Texbin is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.