Advertisement
NukeVsCity

Dungeon Quest Autofarm

Jan 30th, 2021
6,770
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2. lmao a few lines of script can farm the game forever
  3.  
  4. setsimulationradius(math.huge,math.huge)
  5.  
  6. while wait() do
  7. for i,v in pairs(game:GetService("Workspace").enemies:GetChildren()) do
  8. if v:FindFirstChild("Humanoid") then
  9. v.Humanoid.Health = 0
  10. end
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement