Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local OpenFrame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local Main = Instance.new("Frame")
- local Frame = Instance.new("Frame")
- local Close = Instance.new("TextButton")
- local Frame_2 = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- local TextButton_4 = Instance.new("TextButton")
- local CMDX = Instance.new("TextButton")
- local Reanimate = Instance.new("TextButton")
- ScreenGui.Parent = game.CoreGui
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = ScreenGui
- OpenFrame.Active = true
- OpenFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- OpenFrame.Position = UDim2.new(0, 0, 0.969660223, 0)
- OpenFrame.Size = UDim2.new(0, 72, 0, 25)
- Open.Name = "Open"
- Open.Parent = OpenFrame
- Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Open.Size = UDim2.new(0, 72, 0, 25)
- Open.Font = Enum.Font.SciFi
- Open.Text = "Open"
- Open.TextColor3 = Color3.fromRGB(0, 0, 0)
- Open.TextScaled = true
- Open.TextSize = 14.000
- Open.TextWrapped = true
- Open.MouseButton1Down:connect(function()
- Main.Visible = true
- Open.Visible = false
- end)
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.Active = true
- Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Main.Position = UDim2.new(0.735151529, 0, 0.172330096, 0)
- Main.Size = UDim2.new(0, 371, 0, 540)
- Main.Visible = false
- Main.Draggable = true
- Frame.Parent = Main
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.Position = UDim2.new(0.881401598, 0, 0, 0)
- Frame.Size = UDim2.new(0, 44, 0, 50)
- Close.Name = "Close"
- Close.Parent = Frame
- Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Close.Size = UDim2.new(0, 44, 0, 50)
- Close.Font = Enum.Font.SciFi
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(170, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14.000
- Close.TextWrapped = true
- Close.MouseButton1Down:connect(function()
- Open.Visible = true
- Main.Visible = false
- end)
- Frame_2.Parent = Main
- Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame_2.Size = UDim2.new(0, 327, 0, 48)
- TextLabel.Parent = Frame_2
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.Size = UDim2.new(0, 327, 0, 50)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.Text = "GUI made boganan"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- TextButton.Parent = Main
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.Position = UDim2.new(0.53908354, 0, 0.320370436, 0)
- TextButton.Size = UDim2.new(0, 171, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 14.000
- TextButton_2.Parent = Main
- TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_2.Position = UDim2.new(0, 0, 0.320370436, 0)
- TextButton_2.Size = UDim2.new(0, 186, 0, 50)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_2.TextSize = 14.000
- TextButton_3.Parent = Main
- TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_3.Position = UDim2.new(0.53908354, 0, 0.453703701, 0)
- TextButton_3.Size = UDim2.new(0, 171, 0, 50)
- TextButton_3.Font = Enum.Font.SourceSans
- TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_3.TextSize = 14.000
- TextButton_4.Parent = Main
- TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_4.Position = UDim2.new(0, 0, 0.453703701, 0)
- TextButton_4.Size = UDim2.new(0, 186, 0, 50)
- TextButton_4.Font = Enum.Font.SourceSans
- TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_4.TextSize = 14.000
- CMDX.Name = "CMD-X"
- CMDX.Parent = Main
- CMDX.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- CMDX.Position = UDim2.new(0.53908354, 0, 0.907407403, 0)
- CMDX.Size = UDim2.new(0, 171, 0, 50)
- CMDX.Font = Enum.Font.SciFi
- CMDX.Text = "CMD-X"
- CMDX.TextColor3 = Color3.fromRGB(0, 0, 0)
- CMDX.TextScaled = true
- CMDX.TextSize = 14.000
- CMDX.TextWrapped = true
- CMDX.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))()
- end)
- Reanimate.Name = "Reanimate"
- Reanimate.Parent = Main
- Reanimate.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Reanimate.Position = UDim2.new(0, 0, 0.907407403, 0)
- Reanimate.Size = UDim2.new(0, 186, 0, 50)
- Reanimate.Font = Enum.Font.Sarpanch
- Reanimate.Text = "Reanimate"
- Reanimate.TextColor3 = Color3.fromRGB(0, 0, 0)
- Reanimate.TextScaled = true
- Reanimate.TextSize = 14.000
- Reanimate.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment