Advertisement
ege263551

DQ

Jun 24th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. -- Use 2 Script
  2. -- Script 1
  3. while wait(3) do
  4.  
  5. for a,b in pairs(game.Workspace:GetChildren()) do
  6. if b:IsA("Folder") then
  7. for c,d in pairs(b:GetChildren()) do
  8. if d:FindFirstChild("enemyFolder") then
  9. for e,f in pairs(d.enemyFolder:GetChildren()) do
  10. if f:FindFirstChild("HumanoidRootPart") and f:FindFirstChild("Humanoid") then  
  11.  
  12.  
  13. f.Humanoid.Health = 0
  14. wait()
  15.  
  16. end
  17. end
  18. end
  19. end
  20. end
  21. end
  22. end
  23. --Script 2
  24. _G.SpeedValue = 100
  25. loadstring(game:HttpGet("https://pastebin.com/raw/nvcYzEc8", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement