Advertisement
Vzurxy

JAILBREAK KILL ALL SCRIPT

Sep 16th, 2018
4,199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. -- Go next to an barbed wire and execute!
  2.  
  3. for i = 1, 500 do
  4. Players = game:GetService("Players")
  5. for i, Lplayer in pairs(Players:GetPlayers()) do
  6. if Lplayer.Name == game:GetService("Players").LocalPlayer.Name then
  7. local dab = workspace:FindFirstChild(Lplayer.Name)
  8. dab.HumanoidRootPart.CFrame = CFrame.new(-1491, 31, -1789)
  9. end
  10. end
  11. end
  12.  
  13. for i = 1, 500 do
  14. Players = game:GetService("Players")
  15. for i, player in pairs(Players:GetPlayers()) do
  16. print(player.Name)
  17. if player.Name ~= game:GetService("Players").LocalPlayer.Name then
  18. local dab = workspace:FindFirstChild(player.Name)
  19. dab.HumanoidRootPart.CFrame = CFrame.new(-1491, 28, -1792)
  20. end
  21. end
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement