Advertisement
Guest User

[FIRST GUI] NDS HAX

a guest
Jun 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.24 KB | None | 0 0
  1. --This was made by JustMyself#2977
  2.  
  3.  
  4.  
  5. local PLR = game.Players.LocalPlayer.Name
  6. local NDS_HAX = Instance.new("ScreenGui")
  7. local OpenFrame = Instance.new("Frame")
  8. local OpenBtn = Instance.new("TextButton")
  9. local ActGui = Instance.new("Frame")
  10. local Decor = Instance.new("Frame")
  11. local CloseBtn = Instance.new("TextButton")
  12. local NDSLbl = Instance.new("TextLabel")
  13. local WalkSpeed = Instance.new("TextButton")
  14. local JumpPower = Instance.new("TextButton")
  15. local FallDamage = Instance.new("TextButton")
  16. local WSConfirm = Instance.new("TextBox")
  17. local JPComfirm = Instance.new("TextBox")
  18. local MapTP = Instance.new("TextButton")
  19. local LobbyTP = Instance.new("TextButton")
  20.  
  21. NDS_HAX.Name = "NDS_HAX"
  22. NDS_HAX.Parent = game.CoreGui
  23. NDS_HAX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. OpenFrame.Name = "OpenFrame"
  26. OpenFrame.Parent = NDS_HAX
  27. OpenFrame.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  28. OpenFrame.Position = UDim2.new(-0.000661587517, 0, 0.566666663, 0)
  29. OpenFrame.Size = UDim2.new(0, 100, 0, 35)
  30.  
  31. OpenBtn.Name = "OpenBtn"
  32. OpenBtn.Parent = OpenFrame
  33. OpenBtn.BackgroundColor3 = Color3.new(1, 1, 1)
  34. OpenBtn.BackgroundTransparency = 1
  35. OpenBtn.BorderSizePixel = 0
  36. OpenBtn.Position = UDim2.new(0.00649017328, 0, 0.114285715, 0)
  37. OpenBtn.Size = UDim2.new(0, 99, 0, 26)
  38. OpenBtn.Font = Enum.Font.SciFi
  39. OpenBtn.Text = "Open"
  40. OpenBtn.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  41. OpenBtn.TextScaled = true
  42. OpenBtn.TextSize = 14
  43. OpenBtn.TextWrapped = true
  44. OpenBtn.MouseButton1Down:connect(function()
  45. ActGui.Visible = true
  46. OpenFrame.Visible = false
  47. end)
  48. print("Made by JustMyself#2977")
  49. ActGui.Name = "ActGui"
  50. ActGui.Parent = NDS_HAX
  51. ActGui.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  52. ActGui.BackgroundTransparency = 0.15000000596046
  53. ActGui.Position = UDim2.new(0.331294596, 0, 0.0377777815, 0)
  54. ActGui.Size = UDim2.new(0, 437, 0, 364)
  55.  
  56. Decor.Name = "Decor"
  57. Decor.Parent = ActGui
  58. Decor.BackgroundColor3 = Color3.new(0.882353, 0.6, 0.145098)
  59. Decor.BorderSizePixel = 0
  60. Decor.Size = UDim2.new(0, 437, 0, 25)
  61.  
  62. CloseBtn.Name = "CloseBtn"
  63. CloseBtn.Parent = ActGui
  64. CloseBtn.BackgroundColor3 = Color3.new(1, 0.568627, 0.258824)
  65. CloseBtn.BorderSizePixel = 0
  66. CloseBtn.Position = UDim2.new(0.910755157, 0, 0, 0)
  67. CloseBtn.Size = UDim2.new(0, 39, 0, 25)
  68. CloseBtn.Font = Enum.Font.SourceSans
  69. CloseBtn.Text = "X"
  70. CloseBtn.TextColor3 = Color3.new(0.862745, 0, 0.0117647)
  71. CloseBtn.TextScaled = true
  72. CloseBtn.TextSize = 14
  73. CloseBtn.TextWrapped = true
  74. CloseBtn.MouseButton1Down:connect(function()
  75. ActGui.Visible = false
  76. OpenBtn.Visible = true
  77.  
  78.  
  79. end)
  80. NDSLbl.Name = "NDSLbl"
  81. NDSLbl.Parent = ActGui
  82. NDSLbl.BackgroundColor3 = Color3.new(1, 1, 1)
  83. NDSLbl.BackgroundTransparency = 1
  84. NDSLbl.Position = UDim2.new(0.0823798627, 0, 0, 0)
  85. NDSLbl.Size = UDim2.new(0, 362, 0, 25)
  86. NDSLbl.Font = Enum.Font.Cartoon
  87. NDSLbl.Text = "NDS HAX"
  88. NDSLbl.TextColor3 = Color3.new(1, 1, 1)
  89. NDSLbl.TextScaled = true
  90. NDSLbl.TextSize = 14
  91. NDSLbl.TextWrapped = true
  92.  
  93. WalkSpeed.Name = "WalkSpeed"
  94. WalkSpeed.Parent = ActGui
  95. WalkSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  96. WalkSpeed.BackgroundTransparency = 0.80000001192093
  97. WalkSpeed.BorderColor3 = Color3.new(1, 0.2, 0.2)
  98. WalkSpeed.BorderSizePixel = 4
  99. WalkSpeed.Position = UDim2.new(0.0320366137, 0, 0.126373634, 0)
  100. WalkSpeed.Size = UDim2.new(0, 143, 0, 40)
  101. WalkSpeed.Font = Enum.Font.Highway
  102. WalkSpeed.Text = "WalkSpeed"
  103. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  104. WalkSpeed.TextScaled = true
  105. WalkSpeed.TextSize = 14
  106. WalkSpeed.TextWrapped = true
  107. WalkSpeed.MouseButton1Down:Connect(function()
  108. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = WSConfirm.Text
  109. end)
  110. print("Made by JustMyself#2977")
  111.  
  112.  
  113. JumpPower.Name = "JumpPower"
  114. JumpPower.Parent = ActGui
  115. JumpPower.BackgroundColor3 = Color3.new(1, 1, 1)
  116. JumpPower.BackgroundTransparency = 0.80000001192093
  117. JumpPower.BorderColor3 = Color3.new(1, 0.2, 0.2)
  118. JumpPower.BorderSizePixel = 4
  119. JumpPower.Position = UDim2.new(0.0320366137, 0, 0.332417607, 0)
  120. JumpPower.Size = UDim2.new(0, 143, 0, 40)
  121. JumpPower.Font = Enum.Font.Highway
  122. JumpPower.Text = "JumpPower"
  123. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  124. JumpPower.TextScaled = true
  125. JumpPower.TextSize = 14
  126. JumpPower.TextWrapped = true
  127. JumpPower.MouseButton1Down:connect(function()
  128. game.Players.LocalPlayer.Character.Humanoid.JumpPower = JPComfirm.Text
  129. end)
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137. FallDamage.Name = "FallDamage"
  138. FallDamage.Parent = ActGui
  139. FallDamage.BackgroundColor3 = Color3.new(1, 1, 1)
  140. FallDamage.BackgroundTransparency = 0.80000001192093
  141. FallDamage.BorderColor3 = Color3.new(1, 0.2, 0.2)
  142. FallDamage.BorderSizePixel = 4
  143. FallDamage.Position = UDim2.new(0.0320366137, 0, 0.75, 0)
  144. FallDamage.Size = UDim2.new(0, 143, 0, 40)
  145. FallDamage.Font = Enum.Font.Highway
  146. FallDamage.Text = "No Fall Damage"
  147. FallDamage.TextColor3 = Color3.new(1, 1, 1)
  148. FallDamage.TextScaled = true
  149. FallDamage.TextSize = 14
  150. FallDamage.TextWrapped = true
  151. FallDamage.MouseButton1Down:Connect(function()
  152. game.Workspace[PLR].FallDamageScript:Destroy()
  153. end)
  154. WSConfirm.Name = "WSConfirm"
  155. WSConfirm.Parent = ActGui
  156. WSConfirm.BackgroundColor3 = Color3.new(1, 1, 1)
  157. WSConfirm.BackgroundTransparency = 0.69999998807907
  158. WSConfirm.BorderColor3 = Color3.new(1, 0.568627, 0.0745098)
  159. WSConfirm.BorderSizePixel = 3
  160. WSConfirm.Position = UDim2.new(0.423340946, 0, 0.126373634, 0)
  161. WSConfirm.Size = UDim2.new(0, 127, 0, 45)
  162. WSConfirm.Font = Enum.Font.SourceSans
  163. WSConfirm.Text = ""
  164. WSConfirm.TextColor3 = Color3.new(0, 0, 0)
  165. WSConfirm.TextSize = 14
  166.  
  167. JPComfirm.Name = "JPComfirm"
  168. JPComfirm.Parent = ActGui
  169. JPComfirm.BackgroundColor3 = Color3.new(1, 1, 1)
  170. JPComfirm.BackgroundTransparency = 0.69999998807907
  171. JPComfirm.BorderColor3 = Color3.new(1, 0.568627, 0.0745098)
  172. JPComfirm.BorderSizePixel = 3
  173. JPComfirm.Position = UDim2.new(0.423340946, 0, 0.318681329, 0)
  174. JPComfirm.Size = UDim2.new(0, 127, 0, 45)
  175. JPComfirm.Font = Enum.Font.SourceSans
  176. JPComfirm.Text = ""
  177. JPComfirm.TextColor3 = Color3.new(0, 0, 0)
  178. JPComfirm.TextSize = 14
  179. print("Made by JustMyself#2977")
  180.  
  181.  
  182.  
  183. MapTP.Name = "MapTP"
  184. MapTP.Parent = ActGui
  185. MapTP.BackgroundColor3 = Color3.new(1, 1, 1)
  186. MapTP.BackgroundTransparency = 0.80000001192093
  187. MapTP.BorderColor3 = Color3.new(1, 0.2, 0.2)
  188. MapTP.BorderSizePixel = 4
  189. MapTP.Position = UDim2.new(0.622425616, 0, 0.75, 0)
  190. MapTP.Size = UDim2.new(0, 143, 0, 40)
  191. MapTP.Font = Enum.Font.Highway
  192. MapTP.Text = "Tp to map"
  193. MapTP.TextColor3 = Color3.new(1, 1, 1)
  194. MapTP.TextScaled = true
  195. MapTP.TextSize = 14
  196. MapTP.TextWrapped = true
  197. MapTP.MouseButton1Down:connect(function()
  198. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(106, 46, 3)
  199. end)
  200.  
  201.  
  202.  
  203.  
  204. LobbyTP.Name = "LobbyTP"
  205. LobbyTP.Parent = ActGui
  206. LobbyTP.BackgroundColor3 = Color3.new(1, 1, 1)
  207. LobbyTP.BackgroundTransparency = 0.80000001192093
  208. LobbyTP.BorderColor3 = Color3.new(1, 0.2, 0.2)
  209. LobbyTP.BorderSizePixel = 4
  210. LobbyTP.Position = UDim2.new(0.336384416, 0, 0.543956041, 0)
  211. LobbyTP.Size = UDim2.new(0, 143, 0, 40)
  212. LobbyTP.Font = Enum.Font.Highway
  213. LobbyTP.Text = "Tp to lobby"
  214. LobbyTP.TextColor3 = Color3.new(1, 1, 1)
  215. LobbyTP.TextScaled = true
  216. LobbyTP.TextSize = 14
  217. LobbyTP.TextWrapped = true
  218. LobbyTP.MouseButton1Down:connect(function()
  219. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-290, 178, 379)
  220. end)
  221. print("Made by JustMyself#2977")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement