Advertisement
Guest User

Untitled

a guest
Dec 7th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.09 KB | None | 0 0
  1.  
  2. local L0LGUI = Instance.new("ScreenGui")
  3. local Signin = Instance.new("Frame")
  4. local box1 = Instance.new("Frame")
  5. local box2 = Instance.new("Frame")
  6. local name = Instance.new("TextLabel")
  7. local Username = Instance.new("TextBox")
  8. local Password = Instance.new("TextBox")
  9. local login = Instance.new("TextButton")
  10. local GUI = Instance.new("Frame")
  11. local mbox1 = Instance.new("Frame")
  12. local mname = Instance.new("TextLabel")
  13. local Exit = Instance.new("TextButton")
  14. local Scripts = Instance.new("TextButton")
  15. local Executer = Instance.new("TextButton")
  16. local Madeby = Instance.new("TextButton")
  17. local Extrascripts = Instance.new("Frame")
  18. local mbthing1 = Instance.new("Frame")
  19.  
  20. -- Properties
  21.  
  22. L0LGUI.Name = "L0L GUI"
  23. L0LGUI.Parent = game.StarterGui
  24.  
  25. Signin.Name = "Sign in"
  26. Signin.Parent = L0LGUI
  27. Signin.Active = true
  28. Signin.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  29. Signin.BorderSizePixel = 0
  30. Signin.Draggable = true
  31. Signin.Position = UDim2.new(0.754779696, 0, 0.187995464, 0)
  32. Signin.Selectable = true
  33. Signin.Size = UDim2.new(0, 230, 0, 334)
  34.  
  35. box1.Name = "box1"
  36. box1.Parent = Signin
  37. box1.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  38. box1.BorderSizePixel = 0
  39. box1.Size = UDim2.new(0, 230, 0, 36)
  40.  
  41. box2.Name = "box2"
  42. box2.Parent = Signin
  43. box2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  44. box2.Position = UDim2.new(0, 0, 0.107784428, 0)
  45. box2.Size = UDim2.new(0, 230, 0, 10)
  46.  
  47. name.Name = "name"
  48. name.Parent = Signin
  49. name.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  50. name.Size = UDim2.new(0, 230, 0, 36)
  51. name.Font = Enum.Font.SourceSans
  52. name.FontSize = Enum.FontSize.Size60
  53. name.Text = "L0L GUI"
  54. name.TextColor3 = Color3.new(1, 1, 1)
  55. name.TextSize = 50
  56.  
  57. Username.Name = "Username"
  58. Username.Parent = Signin
  59. Username.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  60. Username.BorderSizePixel = 0
  61. Username.Position = UDim2.new(0.0652173907, 0, 0.206586823, 0)
  62. Username.Size = UDim2.new(0, 200, 0, 50)
  63. Username.Font = Enum.Font.SourceSans
  64. Username.FontSize = Enum.FontSize.Size60
  65. Username.Text = "Username"
  66. Username.TextColor3 = Color3.new(1, 1, 1)
  67. Username.TextSize = 50
  68. Username.TextXAlignment = Enum.TextXAlignment.Left
  69. Username.TextYAlignment = Enum.TextYAlignment.Top
  70.  
  71. Password.Name = "Password"
  72. Password.Parent = Signin
  73. Password.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  74. Password.BorderSizePixel = 0
  75. Password.Position = UDim2.new(0.0652173907, 0, 0.425149709, 0)
  76. Password.Size = UDim2.new(0, 200, 0, 50)
  77. Password.Font = Enum.Font.SourceSans
  78. Password.FontSize = Enum.FontSize.Size60
  79. Password.Text = "Password"
  80. Password.TextColor3 = Color3.new(1, 1, 1)
  81. Password.TextSize = 50
  82. Password.TextXAlignment = Enum.TextXAlignment.Left
  83. Password.TextYAlignment = Enum.TextYAlignment.Bottom
  84.  
  85. login.Name = "login"
  86. login.Parent = Signin
  87. login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  88. login.Position = UDim2.new(0.221739128, 0, 0.670658708, 0)
  89. login.Size = UDim2.new(0, 131, 0, 50)
  90. login.Font = Enum.Font.SourceSans
  91. login.FontSize = Enum.FontSize.Size60
  92. login.Text = "Login"
  93. login.TextColor3 = Color3.new(1, 1, 1)
  94. login.TextSize = 50
  95.  
  96. submit.MouseButton1Down:connect(function()
  97. GUI.Visible false
  98. Sign in true
  99. end)
  100.  
  101.  
  102.  
  103. GUI.Name = "GUI"
  104. GUI.Parent = L0LGUI
  105. GUI.Active = true
  106. GUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  107. GUI.Draggable = true
  108. GUI.Position = UDim2.new(0.0448877811, 0, 0.607021511, 0)
  109. GUI.Selectable = true
  110. GUI.Size = UDim2.new(0, 572, 0, 293)
  111. GUI.Visible = false
  112.  
  113. mbox1.Name = "mbox1"
  114. mbox1.Parent = GUI
  115. mbox1.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  116. mbox1.Size = UDim2.new(0, 572, 0, 27)
  117.  
  118. mname.Name = "mname"
  119. mname.Parent = mbox1
  120. mname.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  121. mname.Position = UDim2.new(0.377622366, 0, -1.22222221, 0)
  122. mname.Size = UDim2.new(0, 140, 0, 33)
  123. mname.Font = Enum.Font.SourceSans
  124. mname.FontSize = Enum.FontSize.Size60
  125. mname.Text = "L0L GUI"
  126. mname.TextColor3 = Color3.new(1, 1, 1)
  127. mname.TextSize = 50
  128. mname.TextStrokeColor3 = Color3.new(1, 1, 1)
  129. mname.TextXAlignment = Enum.TextXAlignment.Left
  130.  
  131. Exit.Name = "Exit"
  132. Exit.Parent = GUI
  133. Exit.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  134. Exit.Position = UDim2.new(0.924825191, 0, 0, 0)
  135. Exit.Size = UDim2.new(0, 43, 0, 27)
  136. Exit.Font = Enum.Font.SourceSans
  137. Exit.FontSize = Enum.FontSize.Size14
  138. Exit.Text = "X"
  139. Exit.TextColor3 = Color3.new(1, 1, 1)
  140. Exit.TextSize = 14
  141.  
  142. Scripts.Name = "Scripts"
  143. Scripts.Parent = GUI
  144. Scripts.BackgroundColor3 = Color3.new(1, 0, 0)
  145. Scripts.Position = UDim2.new(0.0227272734, 0, 0.76791811, 0)
  146. Scripts.Size = UDim2.new(0, 175, 0, 50)
  147. Scripts.Font = Enum.Font.SourceSans
  148. Scripts.FontSize = Enum.FontSize.Size48
  149. Scripts.Text = "Extra scripts"
  150. Scripts.TextColor3 = Color3.new(1, 1, 1)
  151. Scripts.TextSize = 40
  152. Scripts.TextStrokeColor3 = Color3.new(0.0941177, 1, 0.0784314)
  153.  
  154. Executer.Name = "Executer"
  155. Executer.Parent = GUI
  156. Executer.BackgroundColor3 = Color3.new(1, 0, 0)
  157. Executer.Position = UDim2.new(0.349650323, 0, 0.76791811, 0)
  158. Executer.Size = UDim2.new(0, 130, 0, 50)
  159. Executer.Font = Enum.Font.SourceSans
  160. Executer.FontSize = Enum.FontSize.Size48
  161. Executer.Text = "Executer"
  162. Executer.TextColor3 = Color3.new(1, 1, 1)
  163. Executer.TextSize = 40
  164.  
  165. Madeby.Name = "Made by"
  166. Madeby.Parent = GUI
  167. Madeby.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  168. Madeby.Size = UDim2.new(0, 200, 0, 27)
  169. Madeby.Font = Enum.Font.SourceSans
  170. Madeby.FontSize = Enum.FontSize.Size14
  171. Madeby.Text = "Made by greenjayden100"
  172. Madeby.TextColor3 = Color3.new(1, 1, 1)
  173. Madeby.TextSize = 14
  174.  
  175. Extrascripts.Name = "Extra scripts"
  176. Extrascripts.Parent = L0LGUI
  177. Extrascripts.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  178. Extrascripts.BorderSizePixel = 0
  179. Extrascripts.Position = UDim2.new(0.321280122, 0, 0.0702151582, 0)
  180. Extrascripts.Size = UDim2.new(0, 240, 0, 378)
  181. Extrascripts.Visible = false
  182.  
  183. mbthing1.Name = "mbthing1"
  184. mbthing1.Parent = Extrascripts
  185. mbthing1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  186. mbthing1.BorderSizePixel = 0
  187. mbthing1.Size = UDim2.new(0, 240, 0, 29)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement