Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --++ Made By 0x35 ++--
- --++ The password is hax ++--
- Gui=Instance.new("ScreenGui" ,game.StarterGui)
- Frame=Instance.new("Frame" ,Gui)
- Frame.Size = UDim2.new(0, 1440, 0, 800)
- Frame.BackgroundColor3 = Color3.new(9,0,0)
- Frame.Position = UDim2.new(0, 1, 0, 1)
- P=Instance.new("TextBox" ,Frame)
- P.Size = UDim2.new(0, 200,0, 20)
- P.BackgroundTransparency = 0.3
- P.Text = "Enter password to countine!"
- P.Position = UDim2.new(0, 570, 0, 400)
- B=Instance.new("TextButton" ,Frame)
- B.Size = UDim2.new(0, 200,0, 20)
- B.BackgroundTransparency = 0.3
- B.Text = "Countine"
- B.Position = UDim2.new(0, 570, 0, 470)
- BS=Instance.new("Script" ,B)
- BS.Source = [[
- function onClicked()
- if script.Parent.Parent.TextBox.Text == "hax" then
- script.Parent.Parent.Parent:Remove()
- else
- script.Parent.Parent.Parent.Parent.Parent:Remove()
- end
- end
- script.Parent.MouseButton1Down:connect(onClicked)
- ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement