Guest User

Untitled

a guest
Nov 17th, 2017
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. -- Objects
  2.  
  3. local AwsomeGui = Instance.new("ScreenGui")
  4. local Drag = Instance.new("Frame")
  5. local Login = Instance.new("Frame")
  6. local User = Instance.new("TextBox")
  7. local Text = Instance.new("TextLabel")
  8. local Pass = Instance.new("TextBox")
  9. local Login_2 = Instance.new("TextButton")
  10. local TextLabel = Instance.new("TextLabel")
  11. local Drag2 = Instance.new("Frame")
  12. local Back = Instance.new("Frame")
  13. local TopKeK = Instance.new("TextButton")
  14. local Explorer = Instance.new("TextButton")
  15. local BrackHub = Instance.new("TextButton")
  16. local rocky2u = Instance.new("TextButton")
  17.  
  18. -- Properties
  19.  
  20. AwsomeGui.Name = "AwsomeGui"
  21. AwsomeGui.Parent = game.StarterGui
  22.  
  23. Drag.Name = "Drag"
  24. Drag.Parent = AwsomeGui
  25. Drag.Active = true
  26. Drag.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  27. Drag.Draggable = true
  28. Drag.Position = UDim2.new(0, 350, 0, 85)
  29. Drag.Size = UDim2.new(0, 200, 0, 20)
  30.  
  31. Login.Name = "Login"
  32. Login.Parent = Drag
  33. Login.BackgroundColor3 = Color3.new(0.403922, 0.403922, 0.403922)
  34. Login.Position = UDim2.new(0, 0, 0, 20)
  35. Login.Size = UDim2.new(0, 200, 0, 260)
  36.  
  37. User.Name = "User"
  38. User.Parent = Login
  39. User.BackgroundColor3 = Color3.new(0.403922, 0.403922, 0.403922)
  40. User.BorderColor3 = Color3.new(0, 0, 0)
  41. User.Position = UDim2.new(0, 25, 0, 35)
  42. User.Size = UDim2.new(0, 150, 0, 50)
  43. User.Font = Enum.Font.SourceSans
  44. User.FontSize = Enum.FontSize.Size28
  45. User.Text = "Username"
  46. User.TextColor3 = Color3.new(0, 0, 0)
  47. User.TextSize = 25
  48.  
  49. Text.Name = "Text"
  50. Text.Parent = Login
  51. Text.BackgroundColor3 = Color3.new(1, 1, 1)
  52. Text.BackgroundTransparency = 1
  53. Text.Position = UDim2.new(0, 50, 0, 0)
  54. Text.Size = UDim2.new(0, 100, 0, 25)
  55. Text.Font = Enum.Font.SourceSans
  56. Text.FontSize = Enum.FontSize.Size28
  57. Text.Text = "Login"
  58. Text.TextColor3 = Color3.new(0, 0, 0)
  59. Text.TextSize = 25
  60.  
  61. Pass.Name = "Pass"
  62. Pass.Parent = Login
  63. Pass.BackgroundColor3 = Color3.new(0.403922, 0.403922, 0.403922)
  64. Pass.BorderColor3 = Color3.new(0, 0, 0)
  65. Pass.Position = UDim2.new(0, 25, 0, 115)
  66. Pass.Size = UDim2.new(0, 150, 0, 50)
  67. Pass.Font = Enum.Font.SourceSans
  68. Pass.FontSize = Enum.FontSize.Size28
  69. Pass.Text = "Password"
  70. Pass.TextColor3 = Color3.new(0, 0, 0)
  71. Pass.TextSize = 25
  72.  
  73. Login_2.Name = "Login"
  74. Login_2.Parent = Login
  75. Login_2.BackgroundColor3 = Color3.new(0.403922, 0.403922, 0.403922)
  76. Login_2.Position = UDim2.new(0, 25, 0, 195)
  77. Login_2.Size = UDim2.new(0, 150, 0, 50)
  78. Login_2.Font = Enum.Font.SourceSans
  79. Login_2.FontSize = Enum.FontSize.Size28
  80. Login_2.Text = "Login"
  81. Login_2.TextColor3 = Color3.new(0, 0, 0)
  82. Login_2.TextSize = 25
  83.  
  84. TextLabel.Parent = Login
  85. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  86. TextLabel.BackgroundTransparency = 1
  87. TextLabel.Position = UDim2.new(0, -60, 0, -10)
  88. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  89. TextLabel.Visible = false
  90. TextLabel.Font = Enum.Font.SourceSans
  91. TextLabel.FontSize = Enum.FontSize.Size24
  92. TextLabel.Text = "Correct"
  93. TextLabel.TextColor3 = Color3.new(0.0784314, 1, 0.0784314)
  94. TextLabel.TextSize = 20
  95.  
  96. Drag2.Name = "Drag2"
  97. Drag2.Parent = AwsomeGui
  98. Drag2.Active = true
  99. Drag2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  100. Drag2.Draggable = true
  101. Drag2.Position = UDim2.new(0, 350, 0, 85)
  102. Drag2.Size = UDim2.new(0, 370, 0, 20)
  103. Drag2.Visible = false
  104.  
  105. Back.Name = "Back"
  106. Back.Parent = Drag2
  107. Back.BackgroundColor3 = Color3.new(0.403922, 0.403922, 0.403922)
  108. Back.Position = UDim2.new(0, 0, 0, 20)
  109. Back.Size = UDim2.new(0, 370, 0, 150)
  110.  
  111. TopKeK.Name = "TopKeK"
  112. TopKeK.Parent = Back
  113. TopKeK.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  114. TopKeK.Position = UDim2.new(0, 20, 0, 80)
  115. TopKeK.Size = UDim2.new(0, 100, 0, 50)
  116. TopKeK.Font = Enum.Font.SourceSans
  117. TopKeK.FontSize = Enum.FontSize.Size24
  118. TopKeK.Text = "TopKeK"
  119. TopKeK.TextColor3 = Color3.new(0, 0, 0)
  120. TopKeK.TextSize = 20
  121.  
  122. Explorer.Name = "Explorer"
  123. Explorer.Parent = Back
  124. Explorer.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  125. Explorer.Position = UDim2.new(0, 250, 0, 15)
  126. Explorer.Size = UDim2.new(0, 100, 0, 50)
  127. Explorer.Font = Enum.Font.SourceSans
  128. Explorer.FontSize = Enum.FontSize.Size24
  129. Explorer.Text = "Explorer"
  130. Explorer.TextColor3 = Color3.new(0, 0, 0)
  131. Explorer.TextSize = 20
  132.  
  133. BrackHub.Name = "BrackHub"
  134. BrackHub.Parent = Back
  135. BrackHub.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  136. BrackHub.Position = UDim2.new(0, 20, 0, 15)
  137. BrackHub.Size = UDim2.new(0, 100, 0, 50)
  138. BrackHub.Font = Enum.Font.SourceSans
  139. BrackHub.FontSize = Enum.FontSize.Size24
  140. BrackHub.Text = "BrackHub"
  141. BrackHub.TextColor3 = Color3.new(0, 0, 0)
  142. BrackHub.TextSize = 20
  143.  
  144. rocky2u.Name = "rocky2u"
  145. rocky2u.Parent = Back
  146. rocky2u.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  147. rocky2u.Position = UDim2.new(0, 250, 0, 80)
  148. rocky2u.Size = UDim2.new(0, 100, 0, 50)
  149. rocky2u.Font = Enum.Font.SourceSans
  150. rocky2u.FontSize = Enum.FontSize.Size24
  151. rocky2u.Text = "Rocky2u"
  152. rocky2u.TextColor3 = Color3.new(0, 0, 0)
  153. rocky2u.TextSize = 20
Add Comment
Please, Sign In to add comment