The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Zombie Attack script pastebin roblox
By Zombie Attack on 2024-09-22 08:00 am | Syntax: LUA | Views: 17



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. --NOT MADE BY SCRIPTFINDER!!!!!!!!!!
  2. -- MADE BY EASY GAMER
  3. -- PLEASE SUBSCRIBE
  4. --NOTE ALL SCRIPTS ARE NOT MINE
  5. --CREDIT TO ALL SCRIPT OWNERS
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local OpenF = Instance.new("Frame")
  8. local OpenB = Instance.new("TextButton")
  9. local MainF = Instance.new("Frame")
  10. local Title = Instance.new("TextLabel")
  11. local AutoFarm = Instance.new("TextButton")
  12. local Noclip = Instance.new("TextButton")
  13. local WalkSpeed = Instance.new("TextButton")
  14. local Close = Instance.new("TextButton")
  15. --Properties:
  16. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18. ScreenGui.Parent = game.CoreGui
  19.  
  20. OpenF.Name = "OpenF"
  21. OpenF.Parent = ScreenGui
  22. OpenF.Active = true
  23. OpenF.BackgroundColor3 = Color3.new(0, 0, 0)
  24. OpenF.BackgroundTransparency = 0.40000000596046
  25. OpenF.Position = UDim2.new(0.92768085, 0, 0.626178563, 0)
  26. OpenF.Size = UDim2.new(0, 98, 0, 28)
  27.  
  28. OpenB.Name = "OpenB"
  29. OpenB.Parent = OpenF
  30. OpenB.BackgroundColor3 = Color3.new(1, 1, 1)
  31. OpenB.BackgroundTransparency = 1
  32. OpenB.Position = UDim2.new(0.0102040814, 0, 0.0357142873, 0)
  33. OpenB.Size = UDim2.new(0, 103, 0, 25)
  34. OpenB.Font = Enum.Font.Gotham
  35. OpenB.Text = "Open"
  36. OpenB.TextColor3 = Color3.new(1, 1, 1)
  37. OpenB.TextSize = 14
  38. OpenB.MouseButton1Click:connect(function()
  39. OpenF.Visible = false
  40. MainF.Visible = true
  41. end)
  42.  
  43. MainF.Name = "MainF"
  44. MainF.Parent = ScreenGui
  45. MainF.Active = true
  46. MainF.BackgroundColor3 = Color3.new(0, 0, 0)
  47. MainF.BackgroundTransparency = 0.40000000596046
  48. MainF.Position = UDim2.new(0.369627506, 0, 0.30831641, 0)
  49. MainF.Size = UDim2.new(0, 170, 0, 224)
  50. MainF.Draggable = True
  51.  
  52. Title.Name = "Title"
  53. Title.Parent = MainF
  54. Title.Active = true
  55. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  56. Title.BackgroundTransparency = 0.40000000596046
  57. Title.Size = UDim2.new(0, 170, 0, 30)
  58. Title.Font = Enum.Font.GothamBold
  59. Title.Text = "Attack On Zombies"
  60. Title.TextColor3 = Color3.new(1, 1, 1)
  61. Title.TextSize = 14
  62.  
  63. AutoFarm.Name = "AutoFarm"
  64. AutoFarm.Parent = MainF
  65. AutoFarm.BackgroundColor3 = Color3.new(0, 0, 0)
  66. AutoFarm.BackgroundTransparency = 0.40000000596046
  67. AutoFarm.Position = UDim2.new(0.0588235334, 0, 0.214285731, 0)
  68. AutoFarm.Size = UDim2.new(0, 150, 0, 26)
  69. AutoFarm.Font = Enum.Font.Gotham
  70. AutoFarm.Text = "Auto Farm"
  71. AutoFarm.TextColor3 = Color3.new(1, 1, 1)
  72. AutoFarm.TextSize = 14
  73. AutoFarm.MouseButton1Click:connect(function()
  74.         local groundDistance = 8
  75. local Player = game:GetService("Players").LocalPlayer
  76. local function getNearest()
  77. local nearest, dist = nil, 99999
  78. for _,v in pairs(game.Workspace.BossFolder:GetChildren()) do
  79. if(v:FindFirstChild("Head")~=nil)then
  80. local m =(Player.Character.Head.Position-v.Head.Position).magnitude
  81. if(m



  • Recent Roblox Scripts