25.4K views
14.8K downloads
1 year ago
For this script for work simple grab a grenade then execute the script, this will start killing every zombie in the game. Enjoy!
Script Features:
This script has remained unmodified since its initial release
--BROUGHT TO YOU BY RSCRIPTS.NET--
local Player = game:GetService("Players")
local Workspace = game:GetService("Workspace")
local RunService = game:GetService("RunService")
getgenv().Autofarm = true
wait(1)
local Connection
Connection = RunService.RenderStepped:Connect(function()
for _,v in pairs(Workspace.Zombies:GetChildren()) do
if Autofarm then
pcall(function()
repeat
if Player.LocalPlayer.Character:WaitForChild("Humanoid") and Player.LocalPlayer.Backpack:FindFirstChild("Frag Grenade") or Player.LocalPlayer.Character:FindFirstChild("Frag Grenade") then
if not Player.LocalPlayer.Character:FindFirstChild("Frag Grenade") then
Player.LocalPlayer.Character.Humanoid:EquipTool(Player.LocalPlayer.Backpack["Frag Grenade"])
elseif Player.LocalPlayer.Character:FindFirstChildOfClass("Tool").Name == "Frag Grenade" then
Player.LocalPlayer.Character["Frag Grenade"]:FindFirstChild("Throw"):FireServer(v.Head.Position, Vector3.new(0, 0, 0), 0)
end
end
wait()
until v:WaitForChild("Mob").Health == 0
end)
else
Connection:Disconnect()
end
end
end)
Similiar Scripts
Hungry for more? Check out these Roblox Scripts!
18.9K views
1 year ago

Undead Defense Tycoon - Kill All - Cash Farm
MERCENARY UPDATE Undead Defense Tycoon
MERCENARY UPDATE Undead Defense Tycoon
17K views
10 months ago

CITY-17 GUI | Kill All, Loop Kill, Click Kill
CITY 17
CITY 17
18.5K views
1 year ago

Zombie Defense Tycoon Infinite Ammo Script
Zombie Defense Tycoon
Zombie Defense Tycoon
14.9K views
1 year ago

Zombie Defense Tycoon Money Farm
Summer Zombie Defense Tycoon
Summer Zombie Defense Tycoon
17.9K views
1 year ago

Zombie Defense Tycoon GUI
Summer Zombie Defense Tycoon
Summer Zombie Defense Tycoon
26.2K views
2 years ago

All Star Tower Defense Autofarm
All Star Tower Defense
All Star Tower Defense
0 Comments
Log in here to comment