Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --GUI Made by shiro
- local ScreenGui = Instance.new("ScreenGui")
- local Open = Instance.new("Frame")
- local OpenFunc = Instance.new("TextButton")
- local MainFrame = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local Credits = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local Admin = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- MainFrame.Active = true
- Open.Active = true
- Open.Name = "Open"
- Open.Parent = ScreenGui
- Open.BackgroundColor3 = Color3.fromRGB(117, 184, 255)
- Open.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Open.Position = UDim2.new(0, 0, 0.476722538, 0)
- Open.Size = UDim2.new(0, 84, 0, 25)
- OpenFunc.Name = "OpenFunc"
- OpenFunc.Parent = Open
- OpenFunc.BackgroundColor3 = Color3.fromRGB(152, 197, 255)
- OpenFunc.BorderSizePixel = 0
- OpenFunc.Position = UDim2.new(0.161769867, 0, 0.172513485, 0)
- OpenFunc.Size = UDim2.new(0, 56, 0, 15)
- OpenFunc.Font = Enum.Font.Arial
- OpenFunc.Text = "Open"
- OpenFunc.TextColor3 = Color3.fromRGB(0, 0, 0)
- OpenFunc.TextSize = 14.000
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = ScreenGui
- MainFrame.BackgroundColor3 = Color3.fromRGB(117, 184, 255)
- MainFrame.BackgroundTransparency = 0.060
- MainFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
- MainFrame.Position = UDim2.new(0.0932358354, 0, 0.40595904, 0)
- MainFrame.Size = UDim2.new(0, 239, 0, 100)
- Title.Name = "Title"
- Title.Parent = MainFrame
- Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title.BackgroundTransparency = 1.000
- Title.Position = UDim2.new(0.0790000036, 0, -0.159999996, 0)
- Title.Size = UDim2.new(0, 200, 0, 50)
- Title.Font = Enum.Font.SourceSans
- Title.Text = "Humanworth"
- Title.TextColor3 = Color3.fromRGB(0, 0, 0)
- Title.TextSize = 15.000
- Credits.Name = "Credits"
- Credits.Parent = MainFrame
- Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Credits.BackgroundTransparency = 1.000
- Credits.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Credits.Position = UDim2.new(0.0794979334, 0, 0.630000114, 0)
- Credits.Size = UDim2.new(0, 200, 0, 50)
- Credits.Font = Enum.Font.SourceSans
- Credits.Text = "GUI Made By Shiro"
- Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
- Credits.TextSize = 15.000
- Close.Name = "Close"
- Close.Parent = MainFrame
- Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Close.BackgroundTransparency = 1.000
- Close.Position = UDim2.new(0.866108775, 0, 0, 0)
- Close.Size = UDim2.new(0, 38, 0, 25)
- Close.Font = Enum.Font.Code
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(0, 0, 0)
- Close.TextSize = 24.000
- Admin.Name = "Admin"
- Admin.Parent = MainFrame
- Admin.BackgroundColor3 = Color3.fromRGB(117, 184, 255)
- Admin.BackgroundTransparency = 0.200
- Admin.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Admin.Position = UDim2.new(0.184100419, 0, 0.319999993, 0)
- Admin.Size = UDim2.new(0, 150, 0, 37)
- Admin.Font = Enum.Font.SourceSans
- Admin.Text = "Reviz Admin"
- Admin.TextColor3 = Color3.fromRGB(0, 0, 0)
- Admin.TextSize = 14.000
- MainFrame.Visible = false
- --Scripts:
- OpenFunc.MouseButton1Down:connect(function()
- Open.Visible = false
- MainFrame.Visible = true
- end)
- Close.MouseButton1Down:connect(function()
- Open.Visible = true
- MainFrame.Visible = false
- end)
- Admin.MouseButton1Down:connect(function()
- loadstring(Game:GetObjects("rbxassetid://1368835475")[1].Source)()
- end)
Advertisement
Comments
-
- it doesnt work for me i can click the revizadmin button but nothig works
Add Comment
Please, Sign In to add comment
Advertisement