Advertisement
NightPlays

Script GUI NightHax

Sep 13th, 2019
21,226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.24 KB | None | 0 0
  1. -- Made By NightPlaysRoblox
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local TpTool = Instance.new("TextButton")
  7. local LiftingSimulatorHack = Instance.new("TextButton")
  8. local Btools = Instance.new("TextButton")
  9. local Noclip = Instance.new("TextButton")
  10. local TextButton = Instance.new("TextButton")
  11. local OpenGui = Instance.new("Frame")
  12. local Open = Instance.new("TextButton")
  13.  
  14. -- Properties
  15.  
  16. ScreenGui.Parent = game.CoreGui
  17.  
  18. Main.Name = "Main"
  19. Main.Parent = ScreenGui
  20. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  21. Main.Position = UDim2.new(0.104950495, 0, 0.584432721, 0)
  22. Main.Size = UDim2.new(0, 388, 0, 255)
  23. Main.Visible = false
  24. Main.Style = Enum.FrameStyle.DropShadow
  25. Main.Active = true
  26. Main.Draggable = true
  27.  
  28. Title.Name = "Title"
  29. Title.Parent = Main
  30. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  31. Title.BackgroundTransparency = 1
  32. Title.Position = UDim2.new(-0.000772377476, 0, 0.00386172906, 0)
  33. Title.Size = UDim2.new(0, 373, 0, 37)
  34. Title.Font = Enum.Font.SourceSans
  35. Title.Text = "NightHax"
  36. Title.TextColor3 = Color3.new(1, 1, 1)
  37. Title.TextScaled = true
  38. Title.TextSize = 14
  39. Title.TextWrapped = true
  40.  
  41. TpTool.Name = "Tp Tool"
  42. TpTool.Parent = Main
  43. TpTool.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0)
  44. TpTool.Position = UDim2.new(-0.00239602104, 0, 0.195415422, 0)
  45. TpTool.Size = UDim2.new(0, 102, 0, 56)
  46. TpTool.Font = Enum.Font.SourceSans
  47. TpTool.Text = "Tp Tool"
  48. TpTool.TextColor3 = Color3.new(0, 0, 0)
  49. TpTool.TextScaled = true
  50. TpTool.TextSize = 14
  51. TpTool.TextWrapped = true
  52. TpTool.MouseButton1Down:connect(function()
  53. mouse = game.Players.LocalPlayer:GetMouse()
  54. tool = Instance.new("Tool")
  55. tool.RequiresHandle = false
  56. tool.Name = "Click Teleport"
  57. tool.Activated:connect(function()
  58. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  59. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  60. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  61. end)
  62. tool.Parent = game.Players.LocalPlayer.Backpack
  63. end)
  64.  
  65. LiftingSimulatorHack.Name = "Lifting Simulator Hack"
  66. LiftingSimulatorHack.Parent = Main
  67. LiftingSimulatorHack.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0)
  68. LiftingSimulatorHack.Position = UDim2.new(0.699684441, 0, 0.212894455, 0)
  69. LiftingSimulatorHack.Size = UDim2.new(0, 102, 0, 52)
  70. LiftingSimulatorHack.Font = Enum.Font.SourceSans
  71. LiftingSimulatorHack.Text = "Lifting Simulator "
  72. LiftingSimulatorHack.TextColor3 = Color3.new(0, 0, 0)
  73. LiftingSimulatorHack.TextScaled = true
  74. LiftingSimulatorHack.TextSize = 14
  75. LiftingSimulatorHack.TextWrapped = true
  76. LiftingSimulatorHack.MouseButton1Down:connect(function()
  77. loadstring(game:HttpGet("https://pastebin.com/raw/B7Geuis3",true))()
  78. end)
  79.  
  80. Btools.Name = "Btools"
  81. Btools.Parent = Main
  82. Btools.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  83. Btools.Position = UDim2.new(0.00638544559, 0, 0.534463108, 0)
  84. Btools.Size = UDim2.new(0, 102, 0, 52)
  85. Btools.Font = Enum.Font.SourceSans
  86. Btools.Text = "Btools"
  87. Btools.TextColor3 = Color3.new(0, 0, 0)
  88. Btools.TextScaled = true
  89. Btools.TextSize = 14
  90. Btools.TextWrapped = true
  91. Btools.MouseButton1Down:connect(function()
  92. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  93. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  94. if child.ClassName == "Part" then
  95. child.Locked = false
  96. end
  97. if child.ClassName == "MeshPart" then
  98. child.Locked = false
  99. end
  100. if child.ClassName == "UnionOperation" then
  101. child.Locked = false
  102. end
  103. if child.ClassName == "Model" then
  104. for index, chil in pairs(child:GetChildren()) do
  105. if chil.ClassName == "Part" then
  106. chil.Locked = false
  107. end
  108. if chil.ClassName == "MeshPart" then
  109. chil.Locked = false
  110. end
  111. if chil.ClassName == "UnionOperation" then
  112. chil.Locked = false
  113. end
  114. if chil.ClassName == "Model" then
  115. for index, childe in pairs(chil:GetChildren()) do
  116. if childe.ClassName == "Part" then
  117. childe.Locked = false
  118. end
  119. if childe.ClassName == "MeshPart" then
  120. childe.Locked = false
  121. end
  122. if childe.ClassName == "UnionOperation" then
  123. childe.Locked = false
  124. end
  125. if childe.ClassName == "Model" then
  126. for index, childeo in pairs(childe:GetChildren()) do
  127. if childeo.ClassName == "Part" then
  128. childeo.Locked = false
  129. end
  130. if childeo.ClassName == "MeshPart" then
  131. childeo.Locked = false
  132. end
  133. if childeo.ClassName == "UnionOperation" then
  134. childeo.Locked = false
  135. end
  136. if childeo.ClassName == "Model" then
  137. end
  138. end
  139. end
  140. end
  141. end
  142. end
  143. end
  144. end
  145. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  146. c.BinType = Enum.BinType.Hammer
  147. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  148. c.BinType = Enum.BinType.Clone
  149. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  150. c.BinType = Enum.BinType.Grab
  151. end)
  152.  
  153. Noclip.Name = "Noclip"
  154. Noclip.Parent = Main
  155. Noclip.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  156. Noclip.Position = UDim2.new(0.697107136, 0, 0.534463108, 0)
  157. Noclip.Size = UDim2.new(0, 102, 0, 52)
  158. Noclip.Font = Enum.Font.SourceSans
  159. Noclip.Text = "Noclip"
  160. Noclip.TextColor3 = Color3.new(0, 0, 0)
  161. Noclip.TextScaled = true
  162. Noclip.TextSize = 14
  163. Noclip.TextWrapped = true
  164. Noclip.MouseButton1Down:connect(function()
  165. game:GetService("Players").LocalPlayer.Character.RightHand.Touched:connect(function(obj)
  166. if obj ~= workspace.Terrain then
  167. obj.CanCollide = false
  168. wait(1)
  169. obj.CanCollide = true
  170. end
  171. end)
  172. end)
  173.  
  174. TextButton.Parent = Main
  175. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  176. TextButton.BackgroundTransparency = 1
  177. TextButton.Position = UDim2.new(0.905398011, 0, 0.00921774469, 0)
  178. TextButton.Size = UDim2.new(0, 42, 0, 36)
  179. TextButton.Font = Enum.Font.SourceSans
  180. TextButton.Text = "X"
  181. TextButton.TextColor3 = Color3.new(1, 1, 1)
  182. TextButton.TextScaled = true
  183. TextButton.TextSize = 14
  184. TextButton.TextWrapped = true
  185. TextButton.MouseButton1Down:connect(function()
  186. Main.Visible = false
  187. OpenGui.Visible = true
  188. end)
  189.  
  190. OpenGui.Name = "Open Gui"
  191. OpenGui.Parent = ScreenGui
  192. OpenGui.BackgroundColor3 = Color3.new(1, 0, 1)
  193. OpenGui.Position = UDim2.new(0, 0, 0.403693944, 0)
  194. OpenGui.Size = UDim2.new(0, 100, 0, 19)
  195. OpenGui.Active = true
  196. OpenGui.Draggable = true
  197.  
  198. Open.Name = "Open"
  199. Open.Parent = OpenGui
  200. Open.BackgroundColor3 = Color3.new(1, 0, 1)
  201. Open.Position = UDim2.new(0.0599999428, 0, 0, 0)
  202. Open.Size = UDim2.new(0, 100, 0, 19)
  203. Open.Font = Enum.Font.Cartoon
  204. Open.Text = "Open"
  205. Open.TextColor3 = Color3.new(0, 0, 0)
  206. Open.TextScaled = true
  207. Open.TextSize = 14
  208. Open.TextWrapped = true
  209. Open.MouseButton1Down:connect(function()
  210. OpenGui.Visible = false
  211. Main.Visible = true
  212. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement