Advertisement
Upscalefanatic3

Jailbreak Script (Kills All Whenever Executed)

Jan 24th, 2018
2,117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. -- Credits to Unlisting and Peyton
  2.  
  3. local Players = game:GetService('Players')
  4.  
  5. Event = game:GetService("ReplicatedStorage").Resource:FindFirstChildOfClass("RemoteEvent")
  6.  
  7. game:GetService("RunService").Stepped:Connect(function()
  8. Event:FireServer("z_dj8sE7lgdLZAdY9W")
  9. end)
  10.  
  11. while wait() do
  12. for i,v in next, Players:GetPlayers() do
  13. if v ~= Players.LocalPlayer and v.Character and v.Character.Humanoid then
  14. while v.Character.Humanoid.Health > 0 and not v.Character.Humanoid.Sit do -- Cant Kill people in a car
  15. wait()
  16. Players.LocalPlayer.Character.Humanoid.Jump = true
  17. Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  18. end
  19. end
  20. end
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement