Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- lmao a few lines of script can farm the game forever
- setsimulationradius(math.huge,math.huge)
- while wait() do
- for i,v in pairs(game:GetService("Workspace").enemies:GetChildren()) do
- if v:FindFirstChild("Humanoid") then
- v.Humanoid.Health = 0
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement