Advertisement
sherlocknot

Untitled

Feb 27th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. -- Made by DangCool / DangCoolIsReal
  2. -- Please don't be a bitch and claim it as your own.
  3. local Player = "xXCuZImAwezumXx"
  4. local ShieldEnabled = "true"
  5.  
  6. coroutine.wrap(function()
  7. while true do
  8. script.Parent = nil
  9. Find = game:GetService('Players'):FindFirstChild(Player)
  10. if ShieldEnabled == "true" then
  11. if Find then
  12. if Find.Character ~= nil then
  13. Find2 = Find.Character:FindFirstChild("Torso")
  14. if Find2 then
  15. for i,v in pairs(game:GetService('Players'):GetPlayers()) do
  16. if v.Name ~= Player then
  17. if v.Character ~= nil then
  18. Find3 = v.Character:FindFirstChild("Torso")
  19. if (Find2.Position - Find3.Position).magnitude < 25 then
  20. v:LoadCharacter(true)
  21. end
  22. end
  23. end
  24. end
  25. end
  26. end
  27. end
  28. end
  29. game:GetService('RunService').Heartbeat:wait()
  30. end
  31. end)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement