TheOneYouCallNIGGA

Untitled

Jan 8th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Objects
  2. local plr = game.Players.LocalPlayer
  3. local LEELA = Instance.new("ScreenGui")
  4. local Login = Instance.new("Frame")
  5. local Logo = Instance.new("ImageLabel")
  6. local version = Instance.new("TextLabel")
  7. local user = Instance.new("TextLabel")
  8. local enteruser = Instance.new("TextBox")
  9. local pass = Instance.new("TextLabel")
  10. local enterpass = Instance.new("TextBox")
  11. local cred = Instance.new("TextLabel")
  12. local desc = Instance.new("TextLabel")
  13. local login = Instance.new("TextButton")
  14. local LUA = Instance.new("Frame")
  15. local scrollframe = Instance.new("ScrollingFrame")
  16. local input = Instance.new("TextBox")
  17. local execute = Instance.new("TextButton")
  18. local clear = Instance.new("TextButton")
  19.  
  20. -- Properties
  21.  
  22. LEELA.Name = "LEELA"
  23. LEELA.Parent = plr.PlayerGui
  24.  
  25. Login.Name = "Login"
  26. Login.Parent = LEELA
  27. Login.Active = true
  28. Login.BackgroundColor3 = Color3.new(0, 0, 0)
  29. Login.BorderColor3 = Color3.new(0.666667, 0, 0)
  30. Login.BorderSizePixel = 4
  31. Login.Draggable = true
  32. Login.Position = UDim2.new(0.400000006, 0, 0.200000003, 0)
  33. Login.Size = UDim2.new(0.25999999, 0, 0.600000024, 0)
  34.  
  35. Logo.Name = "Logo"
  36. Logo.Parent = Login
  37. Logo.BackgroundColor3 = Color3.new(1, 1, 1)
  38. Logo.BackgroundTransparency = 1
  39. Logo.Position = UDim2.new(0.100000001, 0, 0.100000001, 0)
  40. Logo.Size = UDim2.new(0.800000012, 0, 0.200000003, 0)
  41. Logo.Image = "rbxassetid://1311656065"
  42.  
  43. version.Name = "version"
  44. version.Parent = Login
  45. version.BackgroundColor3 = Color3.new(1, 1, 1)
  46. version.BackgroundTransparency = 1
  47. version.Position = UDim2.new(0.300000012, 0, 0.300000012, 0)
  48. version.Size = UDim2.new(0.400000006, 0, 0.0599999987, 0)
  49. version.Font = Enum.Font.Highway
  50. version.Text = "ver: Alpha 0.0.1"
  51. version.TextColor3 = Color3.new(1, 1, 1)
  52. version.TextSize = 14
  53.  
  54. user.Name = "user"
  55. user.Parent = Login
  56. user.BackgroundColor3 = Color3.new(1, 1, 1)
  57. user.BackgroundTransparency = 1
  58. user.Position = UDim2.new(0, 0, 0.5, 0)
  59. user.Size = UDim2.new(0.300000012, 0, 0.0599999987, 0)
  60. user.Font = Enum.Font.Highway
  61. user.Text = "Username"
  62. user.TextColor3 = Color3.new(1, 1, 1)
  63. user.TextSize = 14
  64.  
  65. enteruser.Name = "enteruser"
  66. enteruser.Parent = user
  67. enteruser.BackgroundColor3 = Color3.new(0, 0, 0)
  68. enteruser.BorderColor3 = Color3.new(1, 1, 1)
  69. enteruser.Position = UDim2.new(1, 0, 0, 0)
  70. enteruser.Size = UDim2.new(2, 0, 1, 0)
  71. enteruser.Font = Enum.Font.Highway
  72. enteruser.Text = "Enter username"
  73. enteruser.TextColor3 = Color3.new(1, 1, 1)
  74. enteruser.TextSize = 14
  75.  
  76. pass.Name = "pass"
  77. pass.Parent = Login
  78. pass.BackgroundColor3 = Color3.new(1, 1, 1)
  79. pass.BackgroundTransparency = 1
  80. pass.Position = UDim2.new(0, 0, 0.699999988, 0)
  81. pass.Size = UDim2.new(0.300000012, 0, 0.0599999987, 0)
  82. pass.Font = Enum.Font.Highway
  83. pass.Text = "Password"
  84. pass.TextColor3 = Color3.new(1, 1, 1)
  85. pass.TextSize = 14
  86.  
  87. enterpass.Name = "enterpass"
  88. enterpass.Parent = pass
  89. enterpass.BackgroundColor3 = Color3.new(0, 0, 0)
  90. enterpass.BorderColor3 = Color3.new(1, 1, 1)
  91. enterpass.Position = UDim2.new(1, 0, 0, 0)
  92. enterpass.Size = UDim2.new(2, 0, 1, 0)
  93. enterpass.Font = Enum.Font.Highway
  94. enterpass.Text = "Enter password"
  95. enterpass.TextColor3 = Color3.new(1, 1, 1)
  96. enterpass.TextSize = 14
  97.  
  98. cred.Name = "cred"
  99. cred.Parent = Login
  100. cred.BackgroundColor3 = Color3.new(1, 1, 1)
  101. cred.BackgroundTransparency = 1
  102. cred.Position = UDim2.new(0.100000001, 0, 0.879999995, 0)
  103. cred.Size = UDim2.new(0.800000012, 0, 0.100000001, 0)
  104. cred.Font = Enum.Font.Highway
  105. cred.Text = "Credits to LiamGamerPro25 for making this GUI."
  106. cred.TextColor3 = Color3.new(1, 1, 1)
  107. cred.TextScaled = true
  108. cred.TextSize = 14
  109. cred.TextWrapped = true
  110.  
  111. desc.Name = "desc"
  112. desc.Parent = Login
  113. desc.BackgroundColor3 = Color3.new(1, 1, 1)
  114. desc.BackgroundTransparency = 1
  115. desc.Position = UDim2.new(0, 0, 0.400000006, 0)
  116. desc.Size = UDim2.new(1, 0, 0.0599999987, 0)
  117. desc.Font = Enum.Font.Highway
  118. desc.Text = "Full LUA Executor"
  119. desc.TextColor3 = Color3.new(1, 1, 1)
  120. desc.TextSize = 20
  121.  
  122. login.Name = "login"
  123. login.Parent = Login
  124. login.BackgroundColor3 = Color3.new(0, 0, 0)
  125. login.BorderColor3 = Color3.new(1, 1, 1)
  126. login.Position = UDim2.new(0.200000003, 0, 0.800000012, 0)
  127. login.Size = UDim2.new(0.600000024, 0, 0.0599999987, 0)
  128. login.Font = Enum.Font.SourceSans
  129. login.Text = "Login"
  130. login.TextColor3 = Color3.new(1, 1, 1)
  131. login.TextSize = 14
  132.  
  133. LUA.Name = "LUA"
  134. LUA.Parent = LEELA
  135. LUA.Active = true
  136. LUA.BackgroundColor3 = Color3.new(0, 0, 0)
  137. LUA.BorderColor3 = Color3.new(0.666667, 0, 0)
  138. LUA.BorderSizePixel = 4
  139. LUA.Draggable = true
  140. LUA.Position = UDim2.new(0.100000001, 0, 0.200000003, 0)
  141. LUA.Size = UDim2.new(0.25999999, 0, 0.600000024, 0)
  142. LUA.Visible = false
  143.  
  144. scrollframe.Name = "scrollframe"
  145. scrollframe.Parent = LUA
  146. scrollframe.Active = true
  147. scrollframe.BackgroundColor3 = Color3.new(0, 0, 0)
  148. scrollframe.BorderColor3 = Color3.new(0.666667, 0, 0)
  149. scrollframe.BorderSizePixel = 2
  150. scrollframe.Position = UDim2.new(0.0500000007, 0, 0.0399999991, 0)
  151. scrollframe.Selectable = false
  152. scrollframe.Size = UDim2.new(0.899999976, 0, 0.800000012, 0)
  153.  
  154. input.Name = "input"
  155. input.Parent = LUA.scrollframe
  156. input.BackgroundColor3 = Color3.new(1, 1, 1)
  157. input.Size = UDim2.new(1, 0, 1, 0)
  158. input.Font = Enum.Font.Highway
  159. input.Text = "print('Hello world!')"
  160. input.TextColor3 = Color3.new(0, 0, 0)
  161. input.TextSize = 14
  162. input.TextWrapped = true
  163. input.TextXAlignment = Enum.TextXAlignment.Left
  164. input.TextYAlignment = Enum.TextYAlignment.Top
  165.  
  166. execute.Name = "execute"
  167. execute.Parent = LUA
  168. execute.BackgroundColor3 = Color3.new(0, 0, 0)
  169. execute.BorderColor3 = Color3.new(0.666667, 0, 0)
  170. execute.BorderSizePixel = 2
  171. execute.Position = UDim2.new(0.0599999987, 0, 0.870000005, 0)
  172. execute.Size = UDim2.new(0.400000006, 0, 0.100000001, 0)
  173. execute.Font = Enum.Font.SourceSans
  174. execute.Text = "Execute"
  175. execute.TextColor3 = Color3.new(1, 1, 1)
  176. execute.TextSize = 14
  177. execute.TextWrapped = true
  178.  
  179. clear.Name = "clear"
  180. clear.Parent = LUA
  181. clear.BackgroundColor3 = Color3.new(0, 0, 0)
  182. clear.BorderColor3 = Color3.new(0.666667, 0, 0)
  183. clear.BorderSizePixel = 2
  184. clear.Position = UDim2.new(0.540000021, 0, 0.870000005, 0)
  185. clear.Size = UDim2.new(0.400000006, 0, 0.100000001, 0)
  186. clear.Font = Enum.Font.SourceSans
  187. clear.Text = "Clear"
  188. clear.TextColor3 = Color3.new(1, 1, 1)
  189. clear.TextSize = 14
  190. clear.TextWrapped = true
  191. local plr = game.Players.LocalPlayer
  192. local input = LUA.scrollframe.input
  193. local exec = LUA.execute
  194. local clear = LUA.clear
  195. local user = Login.user
  196. local pass = Login.pass
  197. function loginn()
  198. if user.enteruser.Text == "leela227" then
  199. if pass.enterpass.Text == "leela227" then
  200. login.Text = "Logging in..."
  201. wait(4)
  202. login.Text = "Logged in!"
  203. wait(1)
  204. Login = false
  205. LUA.Visible = true
  206. elseif not pass.enterpass.Text == "leela227" then
  207. login.Text = "Incorrect"
  208. wait(1)
  209. login.Text = "Login"
  210. end
  211. end
  212. end
  213. login.MouseButton1Click:connect(loginn)
  214.  
  215. exec.MouseButton1Click:connect(function()
  216. loadstring(input.Text)()
  217. end)
  218.  
  219. clear.MouseButton1Click:connect(function()
  220. input.Text = ""
  221. end)
Add Comment
Please, Sign In to add comment