Advertisement
NukeVsCity

Dungeon Quest Hack Win

Jan 19th, 2021
6,890
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. SUBSCRIBE TO NUKEVSCITY !!! YEEE
  2.  
  3.  
  4. ----------------------------------------------
  5.  
  6. setsimulationradius(math.huge,math.huge)
  7. for i,v in pairs(workspace:GetDescendants()) do
  8. if v:IsA("Humanoid") and v.Parent:FindFirstChild("enemyStyle") then
  9. v.Health = 0
  10. end
  11. end
  12. workspace.DescendantAdded:Connect(function(d)
  13. pcall(function()
  14. repeat wait() until d.Parent:FindFirstChild("enemyStyle")
  15. if d:IsA("Humanoid") then
  16. d.Health=0
  17. end
  18. end)
  19. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement