[ad_1]
Created by CallMeSyn
Features:
- INSTA-KILL ALL MOBS
- You wont get any exp. You do get gems tho
- If there’s several people in the wave with you, you have to walk towards the mobs for the game to register them as dead
local RunService = game:GetService("RunService")
RunService.Stepped:Connect(function()
for Index, Mob in next, workspace.Mobs:GetChildren() do
if Mob:FindFirstChild("Humanoid") then
Mob.Humanoid:TakeDamage(9e9)
end
end
end)
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]