Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local UICorner = Instance.new("UICorner")
- local UIGradient = Instance.new("UIGradient")
- local TextBox = Instance.new("TextBox")
- local UICorner_2 = Instance.new("UICorner")
- local hhh = Instance.new("TextButton")
- local UICorner_3 = Instance.new("UICorner")
- local UIGradient_2 = Instance.new("UIGradient")
- local TextLabel = Instance.new("TextLabel")
- local UICorner_4 = Instance.new("UICorner")
- local UIGradient_3 = Instance.new("UIGradient")
- local TextButton = Instance.new("TextButton")
- local UICorner_5 = Instance.new("UICorner")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.Position = UDim2.new(0.427722752, 0, 0.399719477, 0)
- Frame.Size = UDim2.new(0, 272, 0, 163)
- Frame.Active = true
- Frame.Draggable = true
- UICorner.Parent = Frame
- UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(94, 14, 255)), ColorSequenceKeypoint.new(0.39, Color3.fromRGB(38, 125, 255)), ColorSequenceKeypoint.new(0.50, Color3.fromRGB(46, 255, 203)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(94, 14, 255))}
- UIGradient.Parent = Frame
- TextBox.Parent = Frame
- TextBox.BackgroundColor3 = Color3.fromRGB(166, 166, 166)
- TextBox.Position = UDim2.new(0.231617644, 0, 0.312883437, 0)
- TextBox.Size = UDim2.new(0, 146, 0, 41)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.PlaceholderColor3 = Color3.fromRGB(186, 186, 186)
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextBox.TextSize = 14.000
- UICorner_2.Parent = TextBox
- hhh.Name = "hhh"
- hhh.Parent = Frame
- hhh.BackgroundColor3 = Color3.fromRGB(255, 62, 91)
- hhh.Position = UDim2.new(0.231617644, 0, 0.656441689, 0)
- hhh.Size = UDim2.new(0, 146, 0, 38)
- hhh.Font = Enum.Font.SourceSans
- hhh.Text = "确定"
- hhh.TextColor3 = Color3.fromRGB(0, 0, 0)
- hhh.TextSize = 24.000
- hhh.MouseButton1Down:connect(function()
- if TextBox.Text == "a9x6L7rPEAFCjz"
- then
- loadstring(game:HttpGet("https://pastebin.com/raw/4dn9KwDf"))()
- else
- print"错误"
- end
- end)
- UICorner_3.Parent = hhh
- UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(94, 14, 255)), ColorSequenceKeypoint.new(0.39, Color3.fromRGB(38, 125, 255)), ColorSequenceKeypoint.new(0.50, Color3.fromRGB(46, 255, 203)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(94, 14, 255))}
- UIGradient_2.Parent = hhh
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 62, 91)
- TextLabel.Size = UDim2.new(0, 241, 0, 33)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "下方输入密码"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 24.000
- UICorner_4.Parent = TextLabel
- UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(94, 14, 255)), ColorSequenceKeypoint.new(0.39, Color3.fromRGB(38, 125, 255)), ColorSequenceKeypoint.new(0.50, Color3.fromRGB(46, 255, 203)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(94, 14, 255))}
- UIGradient_3.Parent = TextLabel
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- TextButton.Position = UDim2.new(0.886029422, 0, 0, 0)
- TextButton.Size = UDim2.new(0, 31, 0, 33)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "X"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 30.000
- TextButton.MouseButton1Down:connect(function()
- Frame.Visible = false
- end)
- UICorner_5.Parent = TextButton
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement