Advertisement
DrakerMaker

Noclip Antikill

Sep 14th, 2019 (edited)
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. owner.Character.Humanoid.DisplayName = owner.Name.." (Noclip and Anti-Death)"
  2. a = [[
  3. nam = owner.Name
  4. game:GetService('RunService').Stepped:connect(function()
  5. for a, b in pairs(game.Workspace:GetChildren()) do
  6. if b.Name == nam then
  7. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  8. if v:IsA("BasePart") then
  9. v.CanCollide = false
  10.  
  11. end
  12. end
  13. end
  14. end
  15. end)
  16. hum.HealthChanged:connect(function()
  17. hum.MaxHealth = math.huge
  18. hum.Health = math.huge
  19. end)
  20. owner.Character.Humanoid.HealthChanged:connect(function()
  21. owner.Character.Humanoid.MaxHealth = math.huge
  22. owner.Character.Humanoid.Health = math.huge
  23. end)
  24.  
  25. owner.Character.Head.Changed:connect(function()
  26. for a, b in pairs(game.Workspace:GetChildren()) do
  27. if b.Name == nam then
  28. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  29. if v:IsA("BasePart") then
  30. v.CanCollide = false
  31.  
  32. end
  33. end
  34. end
  35. end
  36. end)
  37. ]]
  38. NLS(a,owner.Character)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement