Advertisement
Edwin1170

Prison Life: Kill All Players OP AND FAST

Oct 9th, 2022
1,056
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. --███████╗██████╗░░██╗░░░░░░░██╗██╗███╗░░██╗░░███╗░░░░███╗░░███████╗░█████╗░
  2. --██╔════╝██╔══██╗░██║░░██╗░░██║██║████╗░██║░████║░░░████║░░╚════██║██╔══██╗
  3. --█████╗░░██║░░██║░╚██╗████╗██╔╝██║██╔██╗██║██╔██║░░██╔██║░░░░░░██╔╝██║░░██║
  4. --██╔══╝░░██║░░██║░░████╔═████║░██║██║╚████║╚═╝██║░░╚═╝██║░░░░░██╔╝░██║░░██║
  5. --███████╗██████╔╝░░╚██╔╝░╚██╔╝░██║██║░╚███║███████╗███████╗░░██╔╝░░╚█████╔╝
  6. --╚══════╝╚═════╝░░░░╚═╝░░░╚═╝░░╚═╝╚═╝░░╚══╝╚══════╝╚══════╝░░╚═╝░░░░╚════╝░
  7. --🆂🆄🅱🆂🅲🆁🅸🅱🅴
  8. --]]
  9. spawn(function()
  10. while wait(0.1) do
  11. for i, v in next, game:GetService("Players"):GetChildren() do
  12. pcall(function()
  13. if v~= game:GetService("Players").LocalPlayer and not v.Character:FindFirstChildOfClass("ForceField") and v.Character.Humanoid.Health > 0 then
  14. while v.Character:WaitForChild("Humanoid").Health > 0 do
  15. wait();
  16. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame;
  17. for x, c in next, game:GetService("Players"):GetChildren() do
  18. if c ~= game:GetService("Players").LocalPlayer then game.ReplicatedStorage.meleeEvent:FireServer(c) end
  19. end
  20. end
  21. end
  22. end)
  23. wait()
  24. end
  25. end
  26. end)
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment
Advertisement