Advertisement
Guest User

Untitled

a guest
Dec 7th, 2017
79
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.CoreGui
  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. login.MouseButton1Down:connect(function()
  96. Sign in.Visible = false
  97. GUI.Visible = true
  98. end)
  99. GUI.Name = "GUI"
  100. GUI.Parent = L0LGUI
  101. GUI.Active = true
  102. GUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  103. GUI.Draggable = true
  104. GUI.Position = UDim2.new(0.0448877811, 0, 0.607021511, 0)
  105. GUI.Selectable = true
  106. GUI.Size = UDim2.new(0, 572, 0, 293)
  107. GUI.Visible = false
  108.  
  109. mbox1.Name = "mbox1"
  110. mbox1.Parent = GUI
  111. mbox1.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  112. mbox1.Size = UDim2.new(0, 572, 0, 27)
  113.  
  114. mname.Name = "mname"
  115. mname.Parent = mbox1
  116. mname.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  117. mname.Position = UDim2.new(0.377622366, 0, -1.22222221, 0)
  118. mname.Size = UDim2.new(0, 140, 0, 33)
  119. mname.Font = Enum.Font.SourceSans
  120. mname.FontSize = Enum.FontSize.Size60
  121. mname.Text = "L0L GUI"
  122. mname.TextColor3 = Color3.new(1, 1, 1)
  123. mname.TextSize = 50
  124. mname.TextStrokeColor3 = Color3.new(1, 1, 1)
  125. mname.TextXAlignment = Enum.TextXAlignment.Left
  126.  
  127. Exit.Name = "Exit"
  128. Exit.Parent = GUI
  129. Exit.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  130. Exit.Position = UDim2.new(0.924825191, 0, 0, 0)
  131. Exit.Size = UDim2.new(0, 43, 0, 27)
  132. Exit.Font = Enum.Font.SourceSans
  133. Exit.FontSize = Enum.FontSize.Size14
  134. Exit.Text = "X"
  135. Exit.TextColor3 = Color3.new(1, 1, 1)
  136. Exit.TextSize = 14
  137.  
  138. Scripts.Name = "Scripts"
  139. Scripts.Parent = GUI
  140. Scripts.BackgroundColor3 = Color3.new(1, 0, 0)
  141. Scripts.Position = UDim2.new(0.0227272734, 0, 0.76791811, 0)
  142. Scripts.Size = UDim2.new(0, 175, 0, 50)
  143. Scripts.Font = Enum.Font.SourceSans
  144. Scripts.FontSize = Enum.FontSize.Size48
  145. Scripts.Text = "Extra scripts"
  146. Scripts.TextColor3 = Color3.new(1, 1, 1)
  147. Scripts.TextSize = 40
  148. Scripts.TextStrokeColor3 = Color3.new(0.0941177, 1, 0.0784314)
  149.  
  150. Executer.Name = "Executer"
  151. Executer.Parent = GUI
  152. Executer.BackgroundColor3 = Color3.new(1, 0, 0)
  153. Executer.Position = UDim2.new(0.349650323, 0, 0.76791811, 0)
  154. Executer.Size = UDim2.new(0, 130, 0, 50)
  155. Executer.Font = Enum.Font.SourceSans
  156. Executer.FontSize = Enum.FontSize.Size48
  157. Executer.Text = "Executer"
  158. Executer.TextColor3 = Color3.new(1, 1, 1)
  159. Executer.TextSize = 40
  160.  
  161. Madeby.Name = "Made by"
  162. Madeby.Parent = GUI
  163. Madeby.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  164. Madeby.Size = UDim2.new(0, 200, 0, 27)
  165. Madeby.Font = Enum.Font.SourceSans
  166. Madeby.FontSize = Enum.FontSize.Size14
  167. Madeby.Text = "Made by greenjayden100"
  168. Madeby.TextColor3 = Color3.new(1, 1, 1)
  169. Madeby.TextSize = 14
  170.  
  171. Extrascripts.Name = "Extra scripts"
  172. Extrascripts.Parent = L0LGUI
  173. Extrascripts.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  174. Extrascripts.BorderSizePixel = 0
  175. Extrascripts.Position = UDim2.new(0.321280122, 0, 0.0702151582, 0)
  176. Extrascripts.Size = UDim2.new(0, 240, 0, 378)
  177. Extrascripts.Visible = false
  178.  
  179. mbthing1.Name = "mbthing1"
  180. mbthing1.Parent = Extrascripts
  181. mbthing1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  182. mbthing1.BorderSizePixel = 0
  183. mbthing1.Size = UDim2.new(0, 240, 0, 29)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement