Advertisement
Guest User

Untitled

a guest
Jan 14th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.17 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local Login = Instance.new("TextButton")
  4. local Frame_2 = Instance.new("Frame")
  5. local Frame_3 = Instance.new("Frame")
  6. local password = Instance.new("TextBox")
  7. local Username = Instance.new("TextBox")
  8. local TextLabel = Instance.new("TextLabel")
  9. local GuiB = Instance.new("Frame")
  10. local Close = Instance.new("TextButton")
  11. local Frame_4 = Instance.new("Frame")
  12. local Frame_5 = Instance.new("Frame")
  13. local Open = Instance.new("TextButton")
  14. --Properties:
  15. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  19. Frame.BorderColor3 = Color3.new(1, 1, 1)
  20. Frame.BorderSizePixel = 0
  21. Frame.Position = UDim2.new(0.0867608264, 0, 0.363106787, 0)
  22. Frame.Size = UDim2.new(0, 192, 0, 248)
  23.  
  24. Login.Name = "Login"
  25. Login.Parent = Frame
  26. Login.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  27. Login.BorderSizePixel = 0
  28. Login.Position = UDim2.new(0.0274010748, 0, 0.713466942, 0)
  29. Login.Size = UDim2.new(0, 181, 0, 64)
  30. Login.Font = Enum.Font.SciFi
  31. Login.Text = "Login"
  32. Login.TextColor3 = Color3.new(1, 1, 1)
  33. Login.TextScaled = true
  34. Login.TextSize = 14
  35. Login.TextWrapped = true
  36.  
  37. Frame_2.Parent = Frame
  38. Frame_2.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  39. Frame_2.BorderColor3 = Color3.new(1, 1, 1)
  40. Frame_2.BorderSizePixel = 0
  41. Frame_2.Size = UDim2.new(0, 192, 0, 20)
  42.  
  43. Frame_3.Parent = Frame
  44. Frame_3.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  45. Frame_3.BorderColor3 = Color3.new(1, 1, 1)
  46. Frame_3.BorderSizePixel = 0
  47. Frame_3.Position = UDim2.new(0, 0, 0.0806451589, 0)
  48. Frame_3.Size = UDim2.new(0, 192, 0, 6)
  49.  
  50. password.Name = "password"
  51. password.Parent = Frame
  52. password.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  53. password.BorderColor3 = Color3.new(1, 1, 1)
  54. password.BorderSizePixel = 0
  55. password.Position = UDim2.new(0.0274010673, 0, 0.396688044, 0)
  56. password.Size = UDim2.new(0, 181, 0, 50)
  57. password.Font = Enum.Font.SciFi
  58. password.Text = "Password"
  59. password.TextColor3 = Color3.new(1, 1, 1)
  60. password.TextScaled = true
  61. password.TextSize = 14
  62. password.TextStrokeColor3 = Color3.new(1, 1, 1)
  63. password.TextWrapped = true
  64.  
  65. Username.Name = "Username"
  66. Username.Parent = Frame
  67. Username.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  68. Username.BorderColor3 = Color3.new(1, 1, 1)
  69. Username.BorderSizePixel = 0
  70. Username.Position = UDim2.new(0.0274010673, 0, 0.142483562, 0)
  71. Username.Size = UDim2.new(0, 181, 0, 50)
  72. Username.Font = Enum.Font.SciFi
  73. Username.Text = "Username"
  74. Username.TextColor3 = Color3.new(1, 1, 1)
  75. Username.TextScaled = true
  76. Username.TextSize = 14
  77. Username.TextStrokeColor3 = Color3.new(1, 1, 1)
  78. Username.TextWrapped = true
  79.  
  80. TextLabel.Parent = Frame
  81. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  82. TextLabel.BackgroundTransparency = 1
  83. TextLabel.BorderSizePixel = 0
  84. TextLabel.Position = UDim2.new(0.0274010506, 0, 0.598300934, 0)
  85. TextLabel.Size = UDim2.new(0, 181, 0, 29)
  86. TextLabel.Font = Enum.Font.SciFi
  87. TextLabel.Text = ""
  88. TextLabel.TextColor3 = Color3.new(1, 0, 0.0156863)
  89. TextLabel.TextScaled = true
  90. TextLabel.TextSize = 14
  91. TextLabel.TextStrokeColor3 = Color3.new(1, 0, 0)
  92. TextLabel.TextWrapped = true
  93.  
  94. GuiB.Name = "GuiB"
  95. GuiB.Parent = ScreenGui
  96. GuiB.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  97. GuiB.BorderColor3 = Color3.new(1, 1, 1)
  98. GuiB.BorderSizePixel = 0
  99. GuiB.Position = UDim2.new(0.623793662, 0, 0.363106817, 0)
  100. GuiB.Size = UDim2.new(0, 342, 0, 248)
  101.  
  102. Close.Name = "Close"
  103. Close.Parent = GuiB
  104. Close.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  105. Close.BorderColor3 = Color3.new(1, 1, 1)
  106. Close.BorderSizePixel = 0
  107. Close.Position = UDim2.new(0.888888896, 0, 0, 0)
  108. Close.Size = UDim2.new(0, 38, 0, 20)
  109. Close.Font = Enum.Font.GothamBold
  110. Close.Text = "X"
  111. Close.TextColor3 = Color3.new(1, 1, 1)
  112. Close.TextScaled = true
  113. Close.TextSize = 14
  114. Close.TextWrapped = true
  115.  
  116. Frame_4.Parent = GuiB
  117. Frame_4.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  118. Frame_4.BorderColor3 = Color3.new(1, 1, 1)
  119. Frame_4.BorderSizePixel = 0
  120. Frame_4.Size = UDim2.new(0, 304, 0, 20)
  121.  
  122. Frame_5.Parent = GuiB
  123. Frame_5.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  124. Frame_5.BorderColor3 = Color3.new(1, 1, 1)
  125. Frame_5.BorderSizePixel = 0
  126. Frame_5.Position = UDim2.new(0, 0, 0.0806451589, 0)
  127. Frame_5.Size = UDim2.new(0, 342, 0, 6)
  128.  
  129. Open.Name = "Open"
  130. Open.Parent = ScreenGui
  131. Open.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  132. Open.BorderColor3 = Color3.new(1, 1, 1)
  133. Open.BorderSizePixel = 0
  134. Open.Position = UDim2.new(0.933628321, 0, 0.0310679693, 0)
  135. Open.Size = UDim2.new(0, 50, 0, 50)
  136. Open.Font = Enum.Font.SciFi
  137. Open.Text = "Open"
  138. Open.TextColor3 = Color3.new(1, 1, 1)
  139. Open.TextScaled = true
  140. Open.TextSize = 14
  141. Open.TextWrapped = true
  142. -- Scripts:
  143. function SCRIPT_ETVH69_FAKESCRIPT() -- Login.LocalScript
  144. local script = Instance.new('LocalScript')
  145. script.Parent = Login
  146. local username = script.Parent.Parent:WaitForChild('Username')
  147. local password = script.Parent.Parent:WaitForChild('password')
  148. usern = "12"
  149. passw = "3"
  150. access = false
  151.  
  152. script.Parent.Parent.Parent.Open.Visible = false
  153.  
  154.  
  155. script.Parent.MouseButton1Click:connect(function()
  156. if username.Text == usern and password.Text == passw then
  157. print("Works")
  158. access = true
  159. script.Parent.Parent.Visible = false
  160. script.Parent.Parent.Parent.Open.Visible = true
  161. else
  162. script.Parent.Parent.TextLabel.Text = "Password or Username is incorrect!"
  163. wait(1.5)
  164. script.Parent.Parent.TextLabel.Text = ""
  165. end
  166. end)
  167.  
  168. end
  169. coroutine.resume(coroutine.create(SCRIPT_ETVH69_FAKESCRIPT))
  170. function SCRIPT_WDSG75_FAKESCRIPT() -- Frame_2.LocalScript
  171. local script = Instance.new('LocalScript')
  172. script.Parent = Frame_2
  173.  
  174.  
  175. end
  176. coroutine.resume(coroutine.create(SCRIPT_WDSG75_FAKESCRIPT))
  177. function SCRIPT_IOGH85_FAKESCRIPT() -- Close.Close
  178. local script = Instance.new('LocalScript')
  179. script.Parent = Close
  180. script.Parent.MouseButton1Click:connect(function()
  181. script.Parent.Parent.Visible = false
  182. if script.Parent.Parent.Visible == false then
  183. script.Parent.Parent.Parent.Open.Visible = true
  184. end
  185. end)
  186.  
  187. end
  188. coroutine.resume(coroutine.create(SCRIPT_IOGH85_FAKESCRIPT))
  189. function SCRIPT_HUZJ89_FAKESCRIPT() -- Frame_4.LocalScript
  190. local script = Instance.new('LocalScript')
  191. script.Parent = Frame_4
  192.  
  193.  
  194. end
  195. coroutine.resume(coroutine.create(SCRIPT_HUZJ89_FAKESCRIPT))
  196. function SCRIPT_PCZY82_FAKESCRIPT() -- Open.Open
  197. local script = Instance.new('LocalScript')
  198. script.Parent = Open
  199. script.Parent.MouseButton1Click:connect(function()
  200. if script.Parent.Parent.GuiB.Visible == false then
  201. script.Parent.Visible = false
  202. script.Parent.Parent.GuiB.Visible = true
  203. elseif script.Parent.Parent.GuiB.Visible == true then
  204. script.Parent.Visible = false
  205. end
  206. end)
  207.  
  208. end
  209. coroutine.resume(coroutine.create(SCRIPT_PCZY82_FAKESCRIPT))
  210. function SCRIPT_NQWK72_FAKESCRIPT() -- ScreenGui.LocalScript
  211. local script = Instance.new('LocalScript')
  212. script.Parent = ScreenGui
  213. script.Parent.GuiB.Visible = false
  214.  
  215. end
  216. coroutine.resume(coroutine.create(SCRIPT_NQWK72_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement