Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.36 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local HaxScripterX = Instance.new("ScreenGui")
  5. local LOGIN = Instance.new("Frame")
  6. local loginbutton = Instance.new("TextButton")
  7. local pass = Instance.new("TextBox")
  8. local username = Instance.new("TextBox")
  9. local Frame = Instance.new("Frame")
  10. local Header = Instance.new("TextLabel")
  11. local Frame_2 = Instance.new("Frame")
  12. local Frame_3 = Instance.new("Frame")
  13. local Frame_4 = Instance.new("Frame")
  14. local Header_2 = Instance.new("TextLabel")
  15. local Close = Instance.new("TextButton")
  16. local Body = Instance.new("TextLabel")
  17. local TextButton = Instance.new("TextButton")
  18. --Properties:
  19. HaxScripterX.Name = "HaxScripterX"
  20. HaxScripterX.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21.  
  22. LOGIN.Name = "LOGIN"
  23. LOGIN.Parent = HaxScripterX
  24. LOGIN.Active = true
  25. LOGIN.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  26. LOGIN.BorderSizePixel = 0
  27. LOGIN.Position = UDim2.new(0.0543493107, 0, 0.244980529, 0)
  28. LOGIN.Selectable = true
  29. LOGIN.Size = UDim2.new(0, 340, 0, 243)
  30.  
  31. loginbutton.Name = "loginbutton"
  32. loginbutton.Parent = LOGIN
  33. loginbutton.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  34. loginbutton.BorderSizePixel = 0
  35. loginbutton.Position = UDim2.new(0.0457427092, 0, 0.74304074, 0)
  36. loginbutton.Size = UDim2.new(0, 310, 0, 41)
  37. loginbutton.Font = Enum.Font.Arial
  38. loginbutton.Text = "Login"
  39. loginbutton.TextColor3 = Color3.new(1, 1, 1)
  40. loginbutton.TextScaled = true
  41. loginbutton.TextSize = 14
  42. loginbutton.TextWrapped = true
  43.  
  44. pass.Name = "pass"
  45. pass.Parent = LOGIN
  46. pass.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  47. pass.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  48. pass.BorderSizePixel = 0
  49. pass.Position = UDim2.new(0.0161694698, 0, 0.314869314, 0)
  50. pass.Size = UDim2.new(0, 328, 0, 46)
  51. pass.Font = Enum.Font.Arial
  52. pass.PlaceholderColor3 = Color3.new(1, 1, 1)
  53. pass.Text = "Password"
  54. pass.TextColor3 = Color3.new(1, 1, 1)
  55. pass.TextSize = 17
  56. pass.TextStrokeColor3 = Color3.new(1, 1, 1)
  57. pass.TextStrokeTransparency = 5
  58.  
  59. username.Name = "username"
  60. username.Parent = LOGIN
  61. username.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  62. username.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  63. username.BorderSizePixel = 0
  64. username.Position = UDim2.new(0.0161694698, 0, 0.0421248674, 0)
  65. username.Size = UDim2.new(0, 328, 0, 45)
  66. username.Font = Enum.Font.Arial
  67. username.Text = "Username"
  68. username.TextColor3 = Color3.new(1, 1, 1)
  69. username.TextSize = 17
  70. username.TextStrokeColor3 = Color3.new(1, 1, 1)
  71. username.TextStrokeTransparency = 5
  72.  
  73. Frame.Parent = LOGIN
  74. Frame.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  75. Frame.BorderSizePixel = 0
  76. Frame.Position = UDim2.new(0, 0, -0.123456791, 0)
  77. Frame.Size = UDim2.new(0, 340, 0, 30)
  78.  
  79. Header.Name = "Header"
  80. Header.Parent = Frame
  81. Header.BackgroundTransparency = 1
  82. Header.Position = UDim2.new(0, 0, -0.123456791, 0)
  83. Header.Size = UDim2.new(1, 0, 0, 30)
  84. Header.Font = Enum.Font.ArialBold
  85. Header.Text = "ScripterX Login"
  86. Header.TextColor3 = Color3.new(1, 1, 1)
  87. Header.TextSize = 24
  88. Header.TextStrokeColor3 = Color3.new(1, 0.666667, 0.498039)
  89. Header.TextStrokeTransparency = 0.80000001192093
  90.  
  91. Frame_2.Parent = HaxScripterX
  92. Frame_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  93. Frame_2.BorderSizePixel = 0
  94. Frame_2.Position = UDim2.new(0.504327297, 0, 0.209408164, 0)
  95. Frame_2.Size = UDim2.new(0, 538, 0, 263)
  96. Frame_2.Visible = false
  97.  
  98. Frame_3.Parent = Frame_2
  99. Frame_3.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  100. Frame_3.BorderSizePixel = 0
  101. Frame_3.Position = UDim2.new(0.232793406, 0, 0, 0)
  102. Frame_3.Size = UDim2.new(0, 379, 0, 208)
  103.  
  104. Frame_4.Parent = Frame_3
  105. Frame_4.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  106. Frame_4.BorderSizePixel = 0
  107. Frame_4.Position = UDim2.new(-0.313984156, 0, 0.0336538479, 0)
  108. Frame_4.Size = UDim2.new(0, 108, 0, 243)
  109.  
  110. Header_2.Name = "Header"
  111. Header_2.Parent = Frame_2
  112. Header_2.BackgroundTransparency = 1
  113. Header_2.Position = UDim2.new(0.232793406, 0, -0.00127030909, 0)
  114. Header_2.Size = UDim2.new(0.76720655, 0, 0, 30)
  115. Header_2.Font = Enum.Font.ArialBold
  116. Header_2.Text = "ScripterX Login"
  117. Header_2.TextColor3 = Color3.new(1, 1, 1)
  118. Header_2.TextSize = 24
  119. Header_2.TextStrokeColor3 = Color3.new(1, 0.666667, 0.498039)
  120. Header_2.TextStrokeTransparency = 0.80000001192093
  121.  
  122. Close.Name = "Close"
  123. Close.Parent = Frame_2
  124. Close.BackgroundTransparency = 1
  125. Close.Position = UDim2.new(0.932500124, 0, 0.150820941, -40)
  126. Close.Size = UDim2.new(0.0675000101, 0, -0.0763976872, 40)
  127. Close.Modal = true
  128. Close.Font = Enum.Font.ArialBold
  129. Close.Text = "X"
  130. Close.TextColor3 = Color3.new(1, 1, 1)
  131. Close.TextSize = 18
  132. Close.TextStrokeColor3 = Color3.new(1, 0.666667, 0.498039)
  133.  
  134. Body.Name = "Body"
  135. Body.Parent = Frame_2
  136. Body.BackgroundTransparency = 1
  137. Body.Position = UDim2.new(0, 108, 0, 251)
  138. Body.Size = UDim2.new(0.767206609, 0, 0.309622288, -70)
  139. Body.Font = Enum.Font.Arial
  140. Body.Text = "This Gui was created by HaxScripterX\n"
  141. Body.TextColor3 = Color3.new(1, 1, 1)
  142. Body.TextSize = 18
  143. Body.TextWrapped = true
  144.  
  145. TextButton.Parent = Frame_2
  146. TextButton.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  147. TextButton.BorderSizePixel = 0
  148. TextButton.Position = UDim2.new(0.245832786, 0, 0.5998981, 0)
  149. TextButton.Size = UDim2.new(0, 96, 0, 33)
  150. TextButton.Font = Enum.Font.Arial
  151. TextButton.TextColor3 = Color3.new(1, 1, 1)
  152. TextButton.TextSize = 14
  153. -- Scripts:
  154. function SCRIPT_EBHI82_FAKESCRIPT() -- loginbutton.Script
  155. local script = Instance.new('LocalScript')
  156. script.Parent = loginbutton
  157.  
  158. --Settings--
  159. local Password = "asdasdasd" -- Change the password to anything
  160. local Username = "DeltaNein" -- Change the username to anything
  161. local Error_Message = "Login Failed." -- The Message when the login button fails
  162.  
  163. script.Parent.MouseButton1Click:connect(function()
  164. if script.Parent.Parent.username.Text == Username then -- You can change the username to whatever you want.
  165. if script.Parent.Parent.pass.Text == Password then -- You can change the password to whatever you want.
  166. script.Parent.Text = "Successful!"
  167. wait(2)
  168. script.Parent.Parent.Parent.Frame.Visible = true
  169. script.Parent.Parent.Parent.LOGIN.Visible = false
  170. end
  171. else
  172. script.Parent.Text = Error_Message
  173. wait(2)
  174. script.Parent.Text = 'Login'
  175. end
  176.  
  177. end)
  178.  
  179. end
  180. coroutine.resume(coroutine.create(SCRIPT_EBHI82_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement