Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Script made From FreeHacker29
- local Modded = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local FrameScript = Instance.new("ScrollingFrame")
- local Frame_2 = Instance.new("TextBox")
- local God = Instance.new("TextButton")
- local Open = Instance.new("TextButton")
- local p = game.Players.LocalPlayer
- Modded.Name = "Modded"
- Modded.Parent = game.StarterGui
- Frame.Parent = Modded
- Frame.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
- Frame.BorderColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.0221719462, 0, 0.0122249387, 0)
- Frame.Size = UDim2.new(0, 277, 0, 292)
- Frame.Visible = false
- FrameScript.Name = "Frame Script"
- FrameScript.Parent = Frame
- FrameScript.Active = true
- FrameScript.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- FrameScript.BorderSizePixel = 0
- FrameScript.Position = UDim2.new(0.03832753, 0, 0.0307525285, 0)
- FrameScript.Size = UDim2.new(0, 256, 0, 229)
- Frame_2.Name = "Frame"
- Frame_2.Parent = FrameScript
- Frame_2.BackgroundColor3 = Color3.new(0.47451, 0.47451, 0.47451)
- Frame_2.BorderColor3 = Color3.new(1, 1, 1)
- Frame_2.Size = UDim2.new(0, 241, 0, 229)
- Frame_2.Font = Enum.Font.SourceSansBold
- Frame_2.FontSize = Enum.FontSize.Size14
- Frame_2.Text = ""
- Frame_2.TextSize = 14
- God.Name = "God"
- God.Parent = Frame
- God.BackgroundColor3 = Color3.new(0.52549, 0.52549, 0.52549)
- God.BorderColor3 = Color3.new(1, 1, 1)
- God.Position = UDim2.new(0.249097466, 0, 0.842465758, 0)
- God.Size = UDim2.new(0, 125, 0, 33)
- God.Font = Enum.Font.SourceSansBold
- God.FontSize = Enum.FontSize.Size14
- God.Text = "God"
- God.TextSize = 14
- God.TextWrapped = true
- Open.Name = "Open"
- Open.Parent = Modded
- Open.BackgroundColor3 = Color3.new(0.956863, 0.956863, 0.956863)
- Open.BorderColor3 = Color3.new(1, 1, 1)
- Open.Position = UDim2.new(0, 0, 0.880195618, 0)
- Open.Size = UDim2.new(0, 183, 0, 44)
- Open.Style = Enum.ButtonStyle.RobloxButton
- Open.Font = Enum.Font.SourceSans
- Open.FontSize = Enum.FontSize.Size14
- Open.TextColor3 = Color3.new(1, 1, 1)
- Open.TextScaled = true
- Open.TextSize = 14
- Open.TextStrokeColor3 = Color3.new(1, 1, 1)
- Open.TextStrokeTransparency = 0
- Open.TextWrapped = true
- Godplr.MouseButton1Click:connect(function()
- p = game.Players.LocalPlayer
- p.Character.Humanoid.MaxHealth = math.huge
- end)
- OpenGui.MouseButton1Click:connect(function()
- game.CoreGui.Modded.Open.Visable = false
- game.CoreGui.Modded.GuiFrame.Visable - true
- end)
- print"Loaded"
Advertisement
Add Comment
Please, Sign In to add comment