local Material = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/MaterialLua/master/Module.lua"))() local UI = Material.Load({ Title = "Into Zombie", Style = 1, SizeX = 300, SizeY = 300, Theme = "Dark", ColorOverrides = { MainFrame = Color3.fromRGB(2, 2, 2) } }) local Page = UI.New({ Title = "Into Zombie" }) Page.Button({ Text = "RegenAllCarts", Callback = function() _G.Loopname = true while _G.Loopname do wait(0.1) for i,inst in next,workspace:GetChildren() do if inst.Name == "Cart" then fireclickdetector(inst.Regen.Click) end end end end }) Page.Button({ Text = "Stop/Go Troll", Callback = function() _G.Loopname = true while _G.Loopname do wait(0.1) for i,v in pairs(game.Workspace.Cart:GetDescendants()) do if v:FindFirstChild("On") then fireclickdetector(v.On.Click) end end end end }) Page.Button({ Text = "SpeedAllCarts", Callback = function() _G.Loopname = true while _G.Loopname do wait(0.1) for i,v in pairs(game.Workspace.Cart:GetDescendants()) do if v:FindFirstChild("Up") then fireclickdetector(v.Up.Click) end end end end }) Page.Button({ Text = "SlowAllCarts", Callback = function() _G.Loopname = true while _G.Loopname do wait(0.1) for i,v in pairs(game.Workspace.Cart:GetDescendants()) do if v:FindFirstChild("Down") then fireclickdetector(v.Down.Click) end end end end }) Page.Button({ Text = "StopAllLoops", Callback = function() _G.Loopname = false while _G.Loopname do wait(0.1) for i,v in pairs(game.Workspace.Cart:GetDescendants()) do if v:FindFirstChild("Down") then fireclickdetector(v.Down.Click) for i,v in pairs(game.Workspace.Cart:GetDescendants()) do if v:FindFirstChild("Up") then fireclickdetector(v.Up.Click) for i,v in pairs(game.Workspace.Cart:GetDescendants()) do if v:FindFirstChild("On") then fireclickdetector(v.On.Click) for i,inst in next,workspace:GetChildren() do if inst.Name == "Cart" then fireclickdetector(inst.Regen.Click) end end end end end end end end end end })