Advertisement
Guest User

Core gui

a guest
Sep 13th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.88 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Login = Instance.new("Frame")
  5. local LOGINBTN = Instance.new("TextButton")
  6. local User = Instance.new("TextBox")
  7. local Pass = Instance.new("TextBox")
  8. local Title = Instance.new("TextLabel")
  9. local Terms = Instance.new("Frame")
  10. local TextLabel = Instance.new("TextLabel")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local Okay = Instance.new("TextButton")
  13. local Pick = Instance.new("Frame")
  14. local TextLabel_3 = Instance.new("TextLabel")
  15. local Okay_2 = Instance.new("TextButton")
  16. local Okay_3 = Instance.new("TextButton")
  17.  
  18. -- Properties
  19.  
  20. ScreenGui.Parent = game.CoreGui
  21. ScreenGui.Enabled = false
  22.  
  23. Login.Name = "Login"
  24. Login.Parent = ScreenGui
  25. Login.BackgroundColor3 = Color3.new(0, 0, 0)
  26. Login.Position = UDim2.new(0, 590, 0, 221)
  27. Login.Size = UDim2.new(0, 266, 0, 282)
  28. LOGINBTN.Name = "LOGIN BTN"
  29. LOGINBTN.Parent = Login
  30. LOGINBTN.BackgroundColor3 = Color3.new(0, 0, 0)
  31. LOGINBTN.BackgroundTransparency = 0.15000000596046
  32. LOGINBTN.BorderColor3 = Color3.new(1, 0, 0)
  33. LOGINBTN.BorderSizePixel = 2
  34. LOGINBTN.Position = UDim2.new(0, 33, 0, 200)
  35. LOGINBTN.Size = UDim2.new(0, 200, 0, 50)
  36. LOGINBTN.Font = Enum.Font.SciFi
  37. LOGINBTN.FontSize = Enum.FontSize.Size14
  38. LOGINBTN.Text = "Login"
  39. LOGINBTN.TextColor3 = Color3.new(1, 0, 0)
  40. LOGINBTN.TextScaled = true
  41. LOGINBTN.TextSize = 14
  42. LOGINBTN.TextStrokeColor3 = Color3.new(1, 0, 0)
  43. LOGINBTN.TextWrapped = true
  44.  
  45. User.Name = "User"
  46. User.Parent = Login
  47. User.BackgroundColor3 = Color3.new(0, 0, 0)
  48. User.BorderColor3 = Color3.new(1, 0, 0)
  49. User.BorderSizePixel = 2
  50. User.Position = UDim2.new(0, 18, 0, 64)
  51. User.Size = UDim2.new(0, 230, 0, 35)
  52. User.Font = Enum.Font.SciFi
  53. User.FontSize = Enum.FontSize.Size14
  54. User.Text = "Username"
  55. User.TextColor3 = Color3.new(1, 0, 0)
  56. User.TextScaled = true
  57. User.TextSize = 14
  58. User.TextWrapped = true
  59.  
  60. Pass.Name = "Pass"
  61. Pass.Parent = Login
  62. Pass.BackgroundColor3 = Color3.new(0, 0, 0)
  63. Pass.BorderColor3 = Color3.new(1, 0, 0)
  64. Pass.BorderSizePixel = 2
  65. Pass.Position = UDim2.new(0, 18, 0, 124)
  66. Pass.Size = UDim2.new(0, 230, 0, 35)
  67. Pass.Font = Enum.Font.SciFi
  68. Pass.FontSize = Enum.FontSize.Size14
  69. Pass.Text = "Password"
  70. Pass.TextColor3 = Color3.new(1, 0, 0)
  71. Pass.TextScaled = true
  72. Pass.TextSize = 14
  73. Pass.TextWrapped = true
  74.  
  75. Title.Name = "Title"
  76. Title.Parent = Login
  77. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  78. Title.BorderColor3 = Color3.new(0, 0, 0)
  79. Title.Size = UDim2.new(0, 266, 0, 50)
  80. Title.Font = Enum.Font.SciFi
  81. Title.FontSize = Enum.FontSize.Size14
  82. Title.Text = "Dark GUI V1"
  83. Title.TextColor3 = Color3.new(1, 0, 0)
  84. Title.TextScaled = true
  85. Title.TextSize = 14
  86. Title.TextWrapped = true
  87.  
  88. Terms.Name = "Terms"
  89. Terms.Parent = ScreenGui
  90. Terms.BackgroundColor3 = Color3.new(0, 0, 0)
  91. Terms.BorderColor3 = Color3.new(1, 0, 0)
  92. Terms.BorderSizePixel = 2
  93. Terms.Position = UDim2.new(0, 314, 0, 348)
  94. Terms.Size = UDim2.new(0, 158, 0, 193)
  95.  
  96. TextLabel.Parent = Terms
  97. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  98. TextLabel.BorderColor3 = Color3.new(1, 0, 0)
  99. TextLabel.BorderSizePixel = 2
  100. TextLabel.Size = UDim2.new(0, 158, 0, 50)
  101. TextLabel.Font = Enum.Font.SciFi
  102. TextLabel.FontSize = Enum.FontSize.Size14
  103. TextLabel.Text = "Terms"
  104. TextLabel.TextColor3 = Color3.new(1, 0, 0)
  105. TextLabel.TextScaled = true
  106. TextLabel.TextSize = 14
  107. TextLabel.TextWrapped = true
  108.  
  109. TextLabel_2.Parent = Terms
  110. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  111. TextLabel_2.BorderColor3 = Color3.new(1, 0, 0)
  112. TextLabel_2.BorderSizePixel = 2
  113. TextLabel_2.Position = UDim2.new(0, 0, 0, 62)
  114. TextLabel_2.Size = UDim2.new(0, 158, 0, 53)
  115. TextLabel_2.Font = Enum.Font.SciFi
  116. TextLabel_2.FontSize = Enum.FontSize.Size14
  117. TextLabel_2.Text = "I Agree To Not Leak The Account"
  118. TextLabel_2.TextColor3 = Color3.new(1, 0, 0)
  119. TextLabel_2.TextScaled = true
  120. TextLabel_2.TextSize = 14
  121. TextLabel_2.TextWrapped = true
  122.  
  123. Okay.Name = "Okay"
  124. Okay.Parent = Terms
  125. Okay.BackgroundColor3 = Color3.new(0, 0, 0)
  126. Okay.BorderColor3 = Color3.new(1, 0, 0)
  127. Okay.Position = UDim2.new(0, 0, 0, 127)
  128. Okay.Size = UDim2.new(0, 158, 0, 50)
  129. Okay.Font = Enum.Font.SciFi
  130. Okay.FontSize = Enum.FontSize.Size14
  131. Okay.Text = "Okay"
  132. Okay.TextColor3 = Color3.new(1, 0, 0)
  133. Okay.TextScaled = true
  134. Okay.TextSize = 14
  135. Okay.TextWrapped = true
  136.  
  137. Pick.Name = "Pick"
  138. Pick.Parent = ScreenGui
  139. Pick.BackgroundColor3 = Color3.new(0, 0, 0)
  140. Pick.BorderColor3 = Color3.new(1, 0, 0)
  141. Pick.BorderSizePixel = 2
  142. Pick.Position = UDim2.new(0, 883, 0, 225)
  143. Pick.Size = UDim2.new(0, 335, 0, 265)
  144.  
  145. TextLabel_3.Parent = Pick
  146. TextLabel_3.BackgroundColor3 = Color3.new(0, 0, 0)
  147. TextLabel_3.BorderColor3 = Color3.new(1, 0, 0)
  148. TextLabel_3.BorderSizePixel = 2
  149. TextLabel_3.Size = UDim2.new(0, 335, 0, 50)
  150. TextLabel_3.Font = Enum.Font.SciFi
  151. TextLabel_3.FontSize = Enum.FontSize.Size14
  152. TextLabel_3.Text = "Pick"
  153. TextLabel_3.TextColor3 = Color3.new(1, 0, 0)
  154. TextLabel_3.TextScaled = true
  155. TextLabel_3.TextSize = 14
  156. TextLabel_3.TextWrapped = true
  157.  
  158. Okay_2.Name = "Okay"
  159. Okay_2.Parent = Pick
  160. Okay_2.BackgroundColor3 = Color3.new(0, 0, 0)
  161. Okay_2.BorderColor3 = Color3.new(1, 0, 0)
  162. Okay_2.Position = UDim2.new(0, 9, 0, 132)
  163. Okay_2.Size = UDim2.new(0, 158, 0, 50)
  164. Okay_2.Font = Enum.Font.SciFi
  165. Okay_2.FontSize = Enum.FontSize.Size14
  166. Okay_2.Text = "Script EXE"
  167. Okay_2.TextColor3 = Color3.new(1, 0, 0)
  168. Okay_2.TextScaled = true
  169. Okay_2.TextSize = 14
  170. Okay_2.TextWrapped = true
  171.  
  172. Okay_3.Name = "Okay"
  173. Okay_3.Parent = Pick
  174. Okay_3.BackgroundColor3 = Color3.new(0, 0, 0)
  175. Okay_3.BorderColor3 = Color3.new(1, 0, 0)
  176. Okay_3.Position = UDim2.new(0, 177, 0, 132)
  177. Okay_3.Size = UDim2.new(0, 158, 0, 50)
  178. Okay_3.Font = Enum.Font.SciFi
  179. Okay_3.FontSize = Enum.FontSize.Size14
  180. Okay_3.Text = "Commands"
  181. Okay_3.TextColor3 = Color3.new(1, 0, 0)
  182. Okay_3.TextScaled = true
  183. Okay_3.TextSize = 14
  184. Okay_3.TextWrapped = true
  185.  
  186. LOGINBTN.MouseButton1Down:connect(function()
  187. if User.Text == "Test" and Pass.Text == "Hum" then
  188. Login.Visible = false
  189. Terms.Visible = true
  190. end
  191. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement