Bluzune_Scripts

Dungeon Quest Hack script

Apr 2nd, 2021 (edited)
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. setsimulationradius(math.huge,math.huge)
  2.  
  3. while wait() do
  4.     for i,v in pairs(game.Workspace:GetDescendants()) do
  5.         if v:IsA("Humanoid") and v.Parent.Name ~= game.Players.LocalPlayer.Name then
  6.             v.Health = 0
  7.         end
  8.     end
  9. end
  10.  
  11. --my channel: https://www.youtube.com/channel/UCZFN1_TM429c95eSay_LwrQ
Add Comment
Please, Sign In to add comment