Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- toooooopo
- -- Prestige E#3359
- local AdminCommands = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local credits = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local close = Instance.new("TextButton")
- local OpenMain = Instance.new("Frame")
- local open = Instance.new("TextButton")
- local extra = Instance.new("TextLabel")
- AdminCommands.Name = "Admin Commands"
- AdminCommands.Parent = game.CoreGui
- AdminCommands.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = AdminCommands
- Main.BackgroundColor3 = Color3.fromRGB(153, 255, 255)
- Main.BorderColor3 = Color3.fromRGB(0, 204, 255)
- Main.BorderSizePixel = 2
- Main.Position = UDim2.new(0.207943916, 0, 0.214421242, 0)
- Main.Size = UDim2.new(0, 500, 0, 300)
- Main.Visible = false
- Main.Active = true
- Main.Draggable = true
- title.Name = "title"
- title.Parent = Main
- title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- title.BackgroundTransparency = 1.000
- title.Size = UDim2.new(0, 500, 0, 30)
- title.Font = Enum.Font.SciFi
- title.Text = "Admin Commands"
- title.TextColor3 = Color3.fromRGB(0, 0, 127)
- title.TextScaled = true
- title.TextSize = 14.000
- title.TextWrapped = true
- credits.Name = "credits"
- credits.Parent = Main
- credits.BackgroundColor3 = Color3.fromRGB(0, 0, 127)
- credits.BackgroundTransparency = 1.000
- credits.Position = UDim2.new(0, 0, 0.899999976, 0)
- credits.Size = UDim2.new(0, 500, 0, 30)
- credits.Font = Enum.Font.SciFi
- credits.Text = "Made by toooooopo / Prestige E#3359"
- credits.TextColor3 = Color3.fromRGB(0, 0, 127)
- credits.TextScaled = true
- credits.TextSize = 14.000
- credits.TextWrapped = true
- TextButton.Parent = Main
- TextButton.BackgroundColor3 = Color3.fromRGB(119, 0, 255)
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0.179999992, 0, 0.200000003, 0)
- TextButton.Size = UDim2.new(0, 320, 0, 180)
- TextButton.Font = Enum.Font.SciFi
- TextButton.Text = "Admin Commands"
- TextButton.TextColor3 = Color3.fromRGB(12, 255, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- TextButton.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/MjBzRjmT", true))()
- end)
- close.Name = "close"
- close.Parent = Main
- close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- close.BackgroundTransparency = 1.000
- close.Position = UDim2.new(0.939999998, 0, 0, 0)
- close.Size = UDim2.new(0, 30, 0, 30)
- close.Font = Enum.Font.GothamBlack
- close.Text = "X"
- close.TextColor3 = Color3.fromRGB(255, 0, 0)
- close.TextScaled = true
- close.TextSize = 14.000
- close.TextWrapped = true
- close.MouseButton1Down:connect(function()
- Main.Visible = false
- OpenMain.Visible = true
- end)
- OpenMain.Name = "OpenMain"
- OpenMain.Parent = AdminCommands
- OpenMain.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- OpenMain.BorderSizePixel = 0
- OpenMain.Position = UDim2.new(0.412383169, 0, 0.933586299, 0)
- OpenMain.Size = UDim2.new(0, 150, 0, 35)
- OpenMain.Active = true
- OpenMain.Draggable = true
- open.Name = "open"
- open.Parent = OpenMain
- open.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- open.Size = UDim2.new(0, 150, 0, 35)
- open.Font = Enum.Font.SciFi
- open.Text = "Open"
- open.TextColor3 = Color3.fromRGB(119, 0, 255)
- open.TextScaled = true
- open.TextSize = 14.000
- open.TextWrapped = true
- open.TextXAlignment = Enum.TextXAlignment.Left
- open.MouseButton1Down:connect(function()
- Main.Visible = true
- OpenMain.Visible = false
- end)
- extra.Name = "extra "
- extra.Parent = OpenMain
- extra.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- extra.BackgroundTransparency = 1.000
- extra.BorderSizePixel = 0
- extra.Size = UDim2.new(0, 150, 0, 35)
- extra.Font = Enum.Font.SciFi
- extra.Text = "AC"
- extra.TextColor3 = Color3.fromRGB(119, 0, 255)
- extra.TextScaled = true
- extra.TextSize = 14.000
- extra.TextWrapped = true
- extra.TextXAlignment = Enum.TextXAlignment.Right
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement