Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- local ImageLabel_2 = Instance.new("ImageLabel")
- local TextLabel = Instance.new("TextLabel")
- local GOD = Instance.new("TextButton")
- local KillAll = Instance.new("TextButton")
- local Run = Instance.new("TextButton")
- local Slow = Instance.new("TextButton")
- local Kill = Instance.new("TextButton")
- local NameOfVictim = Instance.new("TextBox")
- -- Properties
- ScreenGui.Name = "ScreenGui"
- ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.389696956, 0, 0.262886584, 0)
- Frame.Size = UDim2.new(0.24848485, 0, 0.506578922, 0)
- ImageLabel.Parent = Frame
- ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel.BackgroundTransparency = 100000
- ImageLabel.Position = UDim2.new(0.00975609757, 0, 0.012987013, 0)
- ImageLabel.Size = UDim2.new(0.175609753, 0, 0.216450214, 0)
- ImageLabel.Image = "rbxassetid://318337056"
- ImageLabel_2.Parent = Frame
- ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel_2.BackgroundTransparency = 100000
- ImageLabel_2.Position = UDim2.new(0.814634144, 0, 0.00432900432, 0)
- ImageLabel_2.Size = UDim2.new(0.175609753, 0, 0.216450214, 0)
- ImageLabel_2.Image = "rbxassetid://318337056"
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BorderColor3 = Color3.new(1, 1, 1)
- TextLabel.Position = UDim2.new(0.239024386, 0, 0.0216450226, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.FontSize = Enum.FontSize.Size14
- TextLabel.Text = "Doge Hack V0.1"
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- GOD.Name = "GOD"
- GOD.Parent = Frame
- GOD.BackgroundColor3 = Color3.new(1, 1, 1)
- GOD.BorderColor3 = Color3.new(0, 0, 0)
- GOD.Position = UDim2.new(0.00243902439, 0, 0.290043294, 0)
- GOD.Size = UDim2.new(1.00243902, 0, 0.121212125, 0)
- GOD.Text = "God"
- GOD.TextColor3 = Color3.new(0, 0, 0)
- GOD.TextScaled = true
- GOD.TextWrapped = true
- GOD.MouseButton1Down:connect(function()
- --This is a localscript; you will need to have access to using scripts wherever you want this
- p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.MaxHealth = math.huge end end
- end)
- KillAll.Name = "Kill All"
- KillAll.Parent = Frame
- KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
- KillAll.BorderColor3 = Color3.new(0, 0, 0)
- KillAll.Position = UDim2.new(0.00731707318, 0, 0.424242437, 0)
- KillAll.Size = UDim2.new(1, 0, 0.112554111, 0)
- KillAll.Text = "Kill All"
- KillAll.TextColor3 = Color3.new(0, 0, 0)
- KillAll.TextScaled = true
- KillAll.TextWrapped = true
- KillAll.MouseButton1Down:connect(function()
- for v,i in pairs(game.Players:GetChildren()) do
- i.Character.Humanoid.MaxHealth = 1
- i.Character.Humanoid.Health = 0
- end
- end)
- Run.Name = "Run"
- Run.Parent = Frame
- Run.BackgroundColor3 = Color3.new(1, 1, 1)
- Run.BorderColor3 = Color3.new(0, 0, 0)
- Run.Position = UDim2.new(0.0146341464, 0, 0.549783528, 0)
- Run.Size = UDim2.new(0.978048801, 0, 0.103896104, 0)
- Run.Text = "Fast"
- Run.TextColor3 = Color3.new(0, 0, 0)
- Run.TextScaled = true
- Run.TextWrapped = true
- Run.MouseButton1Down:connect(function()
- p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.WalkSpeed = 100 end end
- end)
- Slow.Name = "Slow"
- Slow.Parent = Frame
- Slow.BackgroundColor3 = Color3.new(1, 1, 1)
- Slow.BorderColor3 = Color3.new(0, 0, 0)
- Slow.Position = UDim2.new(0.0219512191, 0, 0.658008635, 0)
- Slow.Size = UDim2.new(0.978048801, 0, 0.095238097, 0)
- Slow.Text = "Slow"
- Slow.TextColor3 = Color3.new(0, 0, 0)
- Slow.TextScaled = true
- Slow.TextWrapped = true
- Slow.MouseButton1Down:connect(function()
- p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.WalkSpeed = 5 end end
- end)
- Kill.Name = "Kill"
- Kill.Parent = Frame
- Kill.BackgroundColor3 = Color3.new(1, 1, 1)
- Kill.Position = UDim2.new(0.00731707318, 0, 1.06493509, 0)
- Kill.Size = UDim2.new(0.982926846, 0, 0.0909090936, 0)
- Kill.FontSize = Enum.FontSize.Size18
- Kill.Text = "Kill"
- Kill.TextColor3 = Color3.new(0, 0, 0)
- Kill.TextScaled = true
- Kill.TextSize = 18
- Kill.TextWrapped = true
- Kill.MouseButton1Down:connect(function()
- -- Replace "name" to the player to kill name!
- game.Workspace[NameOfVictim.Text].Humanoid.MaxHealth = 1
- game.Workspace[NameOfVictim.Text].Humanoid.Health = 0
- end)
- NameOfVictim.Name = "NameOfVictim"
- NameOfVictim.Parent = Frame
- NameOfVictim.BackgroundColor3 = Color3.new(1, 1, 1)
- NameOfVictim.BorderColor3 = Color3.new(0, 0, 0)
- NameOfVictim.Position = UDim2.new(0.00243902439, 0, 0.982683957, 0)
- NameOfVictim.Size = UDim2.new(0.992682934, 0, 0.0822510794, 0)
- NameOfVictim.Text = "PLAYER NAME"
- NameOfVictim.TextColor3 = Color3.new(0, 0, 0)
- NameOfVictim.TextScaled = true
- NameOfVictim.TextWrapped = true
Add Comment
Please, Sign In to add comment