Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local Privateadmingup = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextButton = Instance.new("TextButton")
  9. local Login = Instance.new("Frame")
  10. local TextLabel = Instance.new("TextLabel")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local TextLabel_3 = Instance.new("TextLabel")
  13. local TextButton_2 = Instance.new("TextButton")
  14.  
  15. --Properties:
  16.  
  17. Privateadmingup.Name = "Private adming u/p"
  18. Privateadmingup.Parent = game.CoreGui
  19. Privateadmingup.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. Frame.Parent = Privateadmingup
  22. Frame.Active = true
  23. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  24. Frame.Position = UDim2.new(0.259968102, 0, 0.443313956, 0)
  25. Frame.Size = UDim2.new(0, 300, 0, 226)
  26. Frame.Visible = false
  27.  
  28. TextButton.Parent = Frame
  29. TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  30. TextButton.Position = UDim2.new(0.166666672, 0, 0.238938048, 0)
  31. TextButton.Size = UDim2.new(0, 200, 0, 50)
  32. TextButton.Font = Enum.Font.SourceSans
  33. TextButton.Text = "Private Admin"
  34. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  35. TextButton.TextSize = 14.000
  36. TextButton.MouseButton1Click
  37.  
  38. Login.Name = "Login"
  39. Login.Parent = Privateadmingup
  40. Login.Active = true
  41. Login.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  42. Login.Position = UDim2.new(0.259968102, 0, 0.412790686, 0)
  43. Login.Size = UDim2.new(0, 300, 0, 226)
  44.  
  45. TextLabel.Parent = Login
  46. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  47. TextLabel.Position = UDim2.new(0.103333332, 0, 0.0619469061, 0)
  48. TextLabel.Size = UDim2.new(0, 238, 0, 37)
  49. TextLabel.Font = Enum.Font.SourceSans
  50. TextLabel.Text = "Private Admin"
  51. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  52. TextLabel.TextSize = 14.000
  53.  
  54. TextLabel_2.Parent = Login
  55. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  56. TextLabel_2.Position = UDim2.new(0.173333332, 0, 0.278761059, 0)
  57. TextLabel_2.Size = UDim2.new(0, 195, 0, 37)
  58. TextLabel_2.Font = Enum.Font.SourceSans
  59. TextLabel_2.Text = "Username"
  60. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  61. TextLabel_2.TextSize = 14.000
  62.  
  63. TextLabel_3.Parent = Login
  64. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  65. TextLabel_3.Position = UDim2.new(0.173333332, 0, 0.477876097, 0)
  66. TextLabel_3.Size = UDim2.new(0, 195, 0, 37)
  67. TextLabel_3.Font = Enum.Font.SourceSans
  68. TextLabel_3.Text = "Password"
  69. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  70. TextLabel_3.TextSize = 14.000
  71.  
  72. TextButton_2.Parent = Login
  73. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  74. TextButton_2.Position = UDim2.new(0.233333334, 0, 0.694690287, 0)
  75. TextButton_2.Size = UDim2.new(0, 161, 0, 50)
  76. TextButton_2.Font = Enum.Font.SourceSans
  77. TextButton_2.Text = "Submit"
  78. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  79. TextButton_2.TextSize = 14.000
  80. TextButton_2.MouseButton1Click.connect(function)()
  81. if user.Text == "Lilwheep" and pass.text== "Shadow" then
  82. login.visible = false
  83. main.visible = true
  84. end
  85. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement