Advertisement
MajorLeagueGamingHax

Untitled

Dec 21st, 2018
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.42 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. -- MajorLeagueGamingHax has swag
  5. local NewbieDestroyer = Instance.new("ScreenGui")
  6. local LoginFrame = Instance.new("Frame")
  7. local LoginTitle = Instance.new("TextLabel")
  8. local User = Instance.new("TextBox")
  9. local Pass = Instance.new("TextBox")
  10. local Enter = Instance.new("TextButton")
  11. local MainFrame = Instance.new("Frame")
  12. local MainTitle = Instance.new("TextLabel")
  13. local PlayerName = Instance.new("TextBox")
  14. local VanButton = Instance.new("TextButton")
  15. local ExplodeButton = Instance.new("TextButton")
  16. local BurnButton = Instance.new("TextButton")
  17. local KillButton = Instance.new("TextButton")
  18. local FECheck = Instance.new("TextLabel")
  19. local FE = game.Workspace.FilteringEnabled
  20. --Properties:
  21. NewbieDestroyer.Name = "NewbieDestroyer"
  22. NewbieDestroyer.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23.  
  24. LoginFrame.Name = "LoginFrame"
  25. LoginFrame.Parent = NewbieDestroyer
  26. LoginFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  27. LoginFrame.BorderSizePixel = 0
  28. LoginFrame.Position = UDim2.new(0.0294406116, 0, 0.0552380979, 0)
  29. LoginFrame.Size = UDim2.new(0, 200, 0, 300)
  30.  
  31. LoginTitle.Name = "LoginTitle"
  32. LoginTitle.Parent = LoginFrame
  33. LoginTitle.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  34. LoginTitle.BorderSizePixel = 0
  35. LoginTitle.Size = UDim2.new(0, 200, 0, 50)
  36. LoginTitle.Font = Enum.Font.Gotham
  37. LoginTitle.Text = "N00b Destroyer 1337"
  38. LoginTitle.TextColor3 = Color3.new(1, 1, 1)
  39. LoginTitle.TextSize = 14
  40.  
  41. User.Name = "User"
  42. User.Parent = LoginFrame
  43. User.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  44. User.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  45. User.BorderSizePixel = 2
  46. User.Position = UDim2.new(0.121373892, 0, 0.284761906, 0)
  47. User.Size = UDim2.new(0, 150, 0, 50)
  48. User.Font = Enum.Font.Gotham
  49. User.Text = " Username"
  50. User.TextColor3 = Color3.new(1, 1, 1)
  51. User.TextSize = 14
  52.  
  53. Pass.Name = "Pass"
  54. Pass.Parent = LoginFrame
  55. Pass.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  56. Pass.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  57. Pass.BorderSizePixel = 2
  58. Pass.Position = UDim2.new(0.121373892, 0, 0.531428576, 0)
  59. Pass.Size = UDim2.new(0, 150, 0, 50)
  60. Pass.Font = Enum.Font.Gotham
  61. Pass.Text = "Password"
  62. Pass.TextColor3 = Color3.new(1, 1, 1)
  63. Pass.TextSize = 14
  64.  
  65. Enter.Name = "Enter"
  66. Enter.Parent = LoginFrame
  67. Enter.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  68. Enter.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  69. Enter.BorderSizePixel = 2
  70. Enter.Position = UDim2.new(0.0700000003, 0, 0.763333321, 0)
  71. Enter.Size = UDim2.new(0, 170, 0, 50)
  72. Enter.Font = Enum.Font.Gotham
  73. Enter.Text = "Login"
  74. Enter.TextColor3 = Color3.new(1, 1, 1)
  75. Enter.TextSize = 14
  76.  
  77. MainFrame.Name = "MainFrame"
  78. MainFrame.Parent = NewbieDestroyer
  79. MainFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  80. MainFrame.BorderSizePixel = 0
  81. MainFrame.Position = UDim2.new(0.24631989, 0, 0.0533333644, 0)
  82. MainFrame.Size = UDim2.new(0, 400, 0, 300)
  83. MainFrame.Visible
  84.  
  85. MainTitle.Name = "MainTitle"
  86. MainTitle.Parent = MainFrame
  87. MainTitle.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  88. MainTitle.BorderSizePixel = 0
  89. MainTitle.Size = UDim2.new(0, 400, 0, 50)
  90. MainTitle.Font = Enum.Font.Gotham
  91. MainTitle.Text = "N00b Destroyer 1337"
  92. MainTitle.TextColor3 = Color3.new(1, 1, 1)
  93. MainTitle.TextSize = 14
  94.  
  95. PlayerName.Name = "PlayerName"
  96. PlayerName.Parent = MainFrame
  97. PlayerName.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  98. PlayerName.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  99. PlayerName.BorderSizePixel = 2
  100. PlayerName.Position = UDim2.new(0.0613567233, 0, 0.806666672, 0)
  101. PlayerName.Size = UDim2.new(0, 350, 0, 25)
  102. PlayerName.Font = Enum.Font.Gotham
  103. PlayerName.Text = "Player Name"
  104. PlayerName.TextColor3 = Color3.new(1, 1, 1)
  105. PlayerName.TextSize = 14
  106.  
  107. VanButton.Name = "VanButton"
  108. VanButton.Parent = MainFrame
  109. VanButton.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  110. VanButton.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  111. VanButton.BorderSizePixel = 2
  112. VanButton.Position = UDim2.new(0.0600000024, 0, 0.286666662, 0)
  113. VanButton.Size = UDim2.new(0, 170, 0, 50)
  114. VanButton.Font = Enum.Font.Gotham
  115. VanButton.Text = "Van"
  116. VanButton.TextColor3 = Color3.new(1, 1, 1)
  117. VanButton.TextSize = 14
  118.  
  119. ExplodeButton.Name = "ExplodeButton"
  120. ExplodeButton.Parent = MainFrame
  121. ExplodeButton.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  122. ExplodeButton.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  123. ExplodeButton.BorderSizePixel = 2
  124. ExplodeButton.Position = UDim2.new(0.50999999, 0, 0.286666662, 0)
  125. ExplodeButton.Size = UDim2.new(0, 170, 0, 50)
  126. ExplodeButton.Font = Enum.Font.Gotham
  127. ExplodeButton.Text = "Explode"
  128. ExplodeButton.TextColor3 = Color3.new(1, 1, 1)
  129. ExplodeButton.TextSize = 14
  130.  
  131. BurnButton.Name = "BurnButton"
  132. BurnButton.Parent = MainFrame
  133. BurnButton.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  134. BurnButton.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  135. BurnButton.BorderSizePixel = 2
  136. BurnButton.Position = UDim2.new(0.50999999, 0, 0.4966667, 0)
  137. BurnButton.Size = UDim2.new(0, 170, 0, 50)
  138. BurnButton.Font = Enum.Font.Gotham
  139. BurnButton.Text = "Burn"
  140. BurnButton.TextColor3 = Color3.new(1, 1, 1)
  141. BurnButton.TextSize = 14
  142.  
  143. KillButton.Name = "KillButton"
  144. KillButton.Parent = MainFrame
  145. KillButton.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  146. KillButton.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  147. KillButton.BorderSizePixel = 2
  148. KillButton.Position = UDim2.new(0.0600000024, 0, 0.4966667, 0)
  149. KillButton.Size = UDim2.new(0, 170, 0, 50)
  150. KillButton.Font = Enum.Font.Gotham
  151. KillButton.Text = "Kill"
  152. KillButton.TextColor3 = Color3.new(1, 1, 1)
  153. KillButton.TextSize = 14
  154.  
  155. FECheck.Name = "FECheck"
  156. FECheck.Parent = MainFrame
  157. FECheck.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  158. FECheck.BackgroundTransparency = 1
  159. FECheck.BorderSizePixel = 0
  160. FECheck.Position = UDim2.new(0.710000098, 0, 0.166666672, 0)
  161. FECheck.Size = UDim2.new(0, 116, 0, 23)
  162. FECheck.Font = Enum.Font.Gotham
  163. FECheck.Text = "FE is LOADING..."
  164. FECheck.TextColor3 = Color3.new(1, 1, 1)
  165. FECheck.TextSize = 14
  166. -- Scripts:
  167.  
  168. Enter.MouseButton1Down:connect(function()
  169.     if User.Text == game.Players.LocalPlayer.Name and
  170.     Pass.Text == "Test" then
  171.         MainFrame.Visible = true
  172.         LoginFrame.Visible = false
  173.    
  174. end)
  175.  
  176. if FE == true then
  177.     FECheck.Text = "FE is on"
  178.     else if FE == false then
  179.         FECheck.Text = "FE is off"
  180.     end
  181. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement