Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Game Link : https://www.roblox.com/games/137885680/Zombie-Rush
- -- Your level 7 should support basic gui functions, make sure it has pcall, and table.insert, and basic table functions.
- local lesbian = Instance.new("ScreenGui")
- local continue = Instance.new("Frame")
- local continue2 = Instance.new("TextButton")
- local detail = Instance.new("Frame")
- local detail2 = Instance.new("ImageLabel")
- local change = Instance.new("TextLabel")
- local credits = Instance.new("TextLabel")
- local mainframe = Instance.new("Frame")
- local zombied = Instance.new("TextButton")
- local lvl = Instance.new("TextButton")
- local exit = Instance.new("TextButton")
- local gamepasses = Instance.new("TextButton")
- local god = Instance.new("TextButton")
- local reminder = Instance.new("TextButton")
- local exit2 = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- lesbian.Name = "lesbian"
- lesbian.Parent = game.Players.LocalPlayer.PlayerGui
- lesbian.Active = true
- lesbian.Draggable = true
- lesbian.ResetOnSpawn = false
- continue.Name = "continue"
- continue.Parent = lesbian
- continue.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- continue.BackgroundTransparency = 0.25
- continue.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- continue.BorderSizePixel = 0
- continue.Position = UDim2.new(0.346702576, 0, 0.199604735, 0)
- continue.Size = UDim2.new(0, 233, 0, 274)
- continue.Active = true
- continue.Draggable = true
- continue2.Name = "continue2"
- continue2.Parent = continue
- continue2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- continue2.BorderSizePixel = 0
- continue2.Position = UDim2.new(0.14592275, 0, 0.762773752, 0)
- continue2.Size = UDim2.new(0, 164, 0, 42)
- continue2.Font = Enum.Font.SourceSansBold
- continue2.Text = "Continue"
- continue2.TextColor3 = Color3.new(1, 1, 1)
- continue2.TextSize = 14
- detail.Name = "detail"
- detail.Parent = continue
- detail.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- detail.BorderSizePixel = 0
- detail.Size = UDim2.new(0, 233, 0, 12)
- detail2.Name = "detail2"
- detail2.Parent = continue
- detail2.BackgroundColor3 = Color3.new(1, 1, 1)
- detail2.BorderSizePixel = 0
- detail2.Position = UDim2.new(0.0686695278, 0, 0.131386861, 0)
- detail2.Size = UDim2.new(0, 200, 0, 157)
- detail2.Image = "rbxassetid://1574935100"
- change.Name = "change"
- change.Parent = continue
- change.BackgroundColor3 = Color3.new(1, 1, 1)
- change.BackgroundTransparency = 1
- change.BorderSizePixel = 0
- change.Position = UDim2.new(0.0858369097, 0, 0.56934309, 0)
- change.Size = UDim2.new(0, 193, 0, 37)
- change.Font = Enum.Font.SourceSans
- change.Text = "Remember you can drag the GUI, and the GUI will still be there if you die"
- change.TextColor3 = Color3.new(1, 1, 1)
- change.TextScaled = true
- change.TextSize = 14
- change.TextWrapped = true
- credits.Name = "credits"
- credits.Parent = continue
- credits.BackgroundColor3 = Color3.new(1, 1, 1)
- credits.BackgroundTransparency = 1
- credits.BorderSizePixel = 0
- credits.Position = UDim2.new(0.0686695278, 0, -0.0766423345, 0)
- credits.Size = UDim2.new(0, 200, 0, 52)
- credits.Font = Enum.Font.SourceSansBold
- credits.Text = "Main | BFN#1711"
- credits.TextColor3 = Color3.new(1, 1, 1)
- credits.TextSize = 12
- mainframe.Name = "mainframe"
- mainframe.Parent = lesbian
- mainframe.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- mainframe.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- mainframe.BorderSizePixel = 0
- mainframe.Position = UDim2.new(0.65962857, 0, 0.18577078, 0)
- mainframe.Size = UDim2.new(0, 251, 0, 318)
- mainframe.Visible = false
- mainframe.Style = Enum.FrameStyle.DropShadow
- mainframe.Active = false
- mainframe.Draggable = false
- mainframe.ResetOnSpawn = false
- continue2.MouseButton1Down:connect(function()
- mainframe.Visible = true
- mainframe.Active = true
- mainframe.Draggable = true
- continue:Destroy()
- end)
- zombied.Name = "zombied"
- zombied.Parent = mainframe
- zombied.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
- zombied.BackgroundTransparency = 0.5
- zombied.BorderSizePixel = 0
- zombied.Position = UDim2.new(0.0756972134, 0, 0.418238968, 0)
- zombied.Size = UDim2.new(0, 200, 0, 50)
- zombied.AutoButtonColor = false
- zombied.Font = Enum.Font.SourceSansBold
- zombied.Text = "KO Zombies"
- zombied.TextColor3 = Color3.new(1, 1, 1)
- zombied.TextSize = 14
- local Hotkey = "f"
- local enabled = true
- game:GetService('Players').LocalPlayer:GetMouse().KeyDown:connect(function(key)
- if key == string.lower(Hotkey) then
- enabled = not enabled
- end
- end)
- zombied.MouseButton1Down:connect(function()
- while wait(0.25) do
- if enabled == true then
- pcall(function()
- local ohthatscomplicated = {
- ["Name"] = game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").Name,
- ["HumanoidTables"] = {
- }
- }
- for i,v in pairs(workspace[".ZombieStorage"]:GetChildren()) do
- local hm = {
- ["HeadHits"] = math.huge,
- ["THumanoid"] = v:FindFirstChildOfClass('Humanoid'),
- ["BodyHits"] = 0
- }
- table.insert(ohthatscomplicated["HumanoidTables"],hm)
- end
- pcall(function()
- game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunControllerAlt.RemoteFunction:InvokeServer(ohthatscomplicated)
- end)
- game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunController.RemoteFunction:InvokeServer(ohthatscomplicated)
- end)
- end
- end
- end)
- end)
- lvl.Name = "change"
- lvl.Parent = mainframe
- lvl.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
- lvl.BackgroundTransparency = 0.5
- lvl.BorderSizePixel = 0
- lvl.Position = UDim2.new(0.0796812773, 0, 0.0377358571, 0)
- lvl.Size = UDim2.new(0, 200, 0, 50)
- lvl.AutoButtonColor = false
- lvl.Font = Enum.Font.SourceSansBold
- lvl.Text = "Level Change"
- lvl.TextColor3 = Color3.new(1, 1, 1)
- lvl.TextSize = 14
- lvl.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.leaderstats.Level.Value = 999999
- end)
- exit.Name = "exit"
- exit.Parent = mainframe
- exit.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- exit.BorderSizePixel = 0
- exit.Position = UDim2.new(2.98023224e-08, 0, 0.00314465398, 0)
- exit.Size = UDim2.new(0, 10, 0, 13)
- exit.Font = Enum.Font.SourceSansBold
- exit.Text = "X"
- exit.TextColor3 = Color3.new(1, 1, 1)
- exit.TextSize = 14
- exit.MouseButton1Down:connect(function()
- mainframe:Destroy()
- end)
- gamepasses.Name = "gamepasses"
- gamepasses.Parent = mainframe
- gamepasses.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
- gamepasses.BackgroundTransparency = 0.5
- gamepasses.BorderSizePixel = 0
- gamepasses.Position = UDim2.new(0.0756972134, 0, 0.226415083, 0)
- gamepasses.Size = UDim2.new(0, 200, 0, 50)
- gamepasses.AutoButtonColor = false
- gamepasses.Font = Enum.Font.SourceSansBold
- gamepasses.Text = "Get Gamepasses"
- gamepasses.TextColor3 = Color3.new(1, 1, 1)
- gamepasses.TextSize = 14
- gamepasses.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Purchased.SpeedyZombie.Value = true
- game.Players.LocalPlayer.Purchased.GhostZombie.Value = true
- game.Players.LocalPlayer.Purchased.MageZombie.Value = true
- game.Players.LocalPlayer.Purchased.ToxicZombie.Value = true
- game.Players.LocalPlayer.Purchased.LightweightZombie.Value = true
- game.Players.LocalPlayer.Purchased.CombatZombie.Value = true
- game.Players.LocalPlayer.Purchased.CombustionZombie.Value = true
- game.Players.LocalPlayer.Purchased.BoomBox.Value = true
- game.Players.LocalPlayer.Purchased.BoomBoxPlus.Value = true
- end)
- god.Name = "god"
- god.Parent = mainframe
- god.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
- god.BackgroundTransparency = 0.5
- god.BorderSizePixel = 0
- god.Position = UDim2.new(0.0717131495, 0, 0.616352201, 0)
- god.Size = UDim2.new(0, 200, 0, 50)
- god.AutoButtonColor = false
- god.Font = Enum.Font.SourceSansBold
- god.Text = "Loop Humanoid Remove"
- god.TextColor3 = Color3.new(1, 1, 1)
- god.TextSize = 14
- god.MouseButton1Down:connect(function()
- local Player = game.Players.LocalPlayer.Character
- Player.Humanoid:Remove()
- Instance.new('Humanoid',Player)
- end)
- reminder.Name = "reminder"
- reminder.Parent = mainframe
- reminder.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
- reminder.BackgroundTransparency = 0.94999998807907
- reminder.BorderSizePixel = 0
- reminder.Position = UDim2.new(0.0796812773, 0, 0.902515709, 0)
- reminder.Size = UDim2.new(0, 200, 0, 27)
- reminder.AutoButtonColor = false
- reminder.Font = Enum.Font.SourceSansBold
- reminder.Text = "Level Change doesn't replicate"
- reminder.TextColor3 = Color3.new(1, 1, 1)
- reminder.TextSize = 14
- exit2.Name = "exit"
- exit2.Parent = mainframe
- exit2.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- exit2.BorderSizePixel = 0
- exit2.Position = UDim2.new(0.880478144, 0, 0.92452836, 0)
- exit2.Size = UDim2.new(0, 10, 0, 13)
- exit2.Font = Enum.Font.SourceSansBold
- exit2.Text = "X"
- exit2.TextColor3 = Color3.new(1, 1, 1)
- exit2.TextSize = 14
- exit2.MouseButton1Down:connect(function()
- reminder:Destroy()
- exit2:Destroy()
- end)
- walkspeed.Parent = mainframe
- walkspeed.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
- walkspeed.BackgroundTransparency = 0.5
- walkspeed.BorderSizePixel = 0
- walkspeed.Position = UDim2.new(0.0717131495, 0, 0.798742115, 0)
- walkspeed.Size = UDim2.new(0, 200, 0, 33)
- walkspeed.Font = Enum.Font.SourceSansBold
- walkspeed.Text = "WalkSpeed Change"
- walkspeed.TextColor3 = Color3.new(1, 1, 1)
- walkspeed.TextSize = 14
- walkspeed.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Humanoid.WalkSpeed = 25
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement