Advertisement
iiJakub_11

a562128k330d32

Mar 18th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.26 KB | None | 0 0
  1. --Nature X GUI
  2. local Player0 = game.CoreGui.NatureX.MainGUI.Functions.PlayerName
  3. local Speed = game.CoreGui.NatureX.MainGUI.Functions.FunctionValue
  4. local NatureX = Instance.new("ScreenGui")
  5. local LoginGUI = Instance.new("Frame")
  6. local Password = Instance.new("TextBox")
  7. local Name = Instance.new("TextLabel")
  8. local Verify = Instance.new("TextButton")
  9. local Version = Instance.new("TextLabel")
  10. local MainGUI = Instance.new("Frame")
  11. local FunctionsButton = Instance.new("TextButton")
  12. local NatureXsign = Instance.new("TextLabel")
  13. local Functions = Instance.new("Frame")
  14. local CloseFunctions = Instance.new("TextButton")
  15. local CTRLDelete = Instance.new("TextButton")
  16. local PlayerName = Instance.new("TextBox")
  17. local FunctionValue = Instance.new("TextBox")
  18. local Speed = Instance.new("TextButton")
  19. local LowGravity = Instance.new("TextButton")
  20. local RevizAdmin = Instance.new("TextButton")
  21. local CloseMainGUI = Instance.new("TextButton")
  22. local OpenGUI = Instance.new("Frame")
  23. local OpenButton = Instance.new("TextButton")
  24. local User = game.CoreGui.NatureX.MainGUI.Functions.PlayerName
  25. local Allowed = "Jxkub","3mma"
  26. --Properties:
  27. NatureX.Name = "NatureX"
  28. NatureX.Parent = game.CoreGui
  29. NatureX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  30.  
  31. LoginGUI.Name = "LoginGUI"
  32. LoginGUI.Parent = NatureX
  33. LoginGUI.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  34. LoginGUI.Position = UDim2.new(0.0287128668, 0, 0.597560942, 0)
  35. LoginGUI.Size = UDim2.new(0, 376, 0, 210)
  36. LoginGUI.Style = Enum.FrameStyle.RobloxRound
  37. LoginGUI.Active = true
  38. LoginGUI.Draggable = true
  39.  
  40. Password.Name = "Password"
  41. Password.Parent = LoginGUI
  42. Password.BackgroundColor3 = Color3.new(0.0470588, 1, 0)
  43. Password.Position = UDim2.new(0.0617926568, 0, 0.699002385, 0)
  44. Password.Size = UDim2.new(0, 315, 0, 40)
  45. Password.Font = Enum.Font.SourceSans
  46. Password.Text = "Password Here"
  47. Password.TextColor3 = Color3.new(0, 0, 0)
  48. Password.TextScaled = true
  49. Password.TextSize = 14
  50. Password.TextWrapped = true
  51.  
  52. Name.Name = "Name"
  53. Name.Parent = LoginGUI
  54. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  55. Name.BackgroundTransparency = 1
  56. Name.Position = UDim2.new(0.061339967, 0, 0.0256689154, 0)
  57. Name.Size = UDim2.new(0, 316, 0, 65)
  58. Name.Font = Enum.Font.GothamBlack
  59. Name.Text = "Nature X"
  60. Name.TextColor3 = Color3.new(0, 0, 0)
  61. Name.TextScaled = true
  62. Name.TextSize = 14
  63. Name.TextWrapped = true
  64.  
  65. Verify.Name = "Verify"
  66. Verify.Parent = LoginGUI
  67. Verify.BackgroundColor3 = Color3.new(1, 1, 1)
  68. Verify.BackgroundTransparency = 1
  69. Verify.Position = UDim2.new(0.210106388, 0, 0.40476191, 0)
  70. Verify.Size = UDim2.new(0, 200, 0, 50)
  71. Verify.Font = Enum.Font.GothamBold
  72. Verify.Text = "Verify"
  73. Verify.TextColor3 = Color3.new(1, 1, 1)
  74. Verify.TextScaled = true
  75. Verify.TextSize = 14
  76. Verify.TextWrapped = true
  77. Verify.MouseButton1Down:connect(function()
  78.     if Password == Allowed then
  79.         LoginGUI.Visible = false
  80.         OpenGUI.Visible = true
  81.         inform("You have logged into Nature X! Enjoy!")
  82.     else
  83.         game.Players.LocalPlayer:kick("You have entered the wrong password for Nature X")
  84.     end
  85. end)
  86.  
  87. Version.Name = "Version"
  88. Version.Parent = LoginGUI
  89. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  90. Version.BackgroundTransparency = 1
  91. Version.Position = UDim2.new(0.813433707, 0, 0.922358334, 0)
  92. Version.Size = UDim2.new(0, 75, 0, 21)
  93. Version.Font = Enum.Font.SourceSans
  94. Version.Text = "0.1"
  95. Version.TextColor3 = Color3.new(1, 1, 1)
  96. Version.TextScaled = true
  97. Version.TextSize = 14
  98. Version.TextWrapped = true
  99.  
  100. MainGUI.Name = "MainGUI"
  101. MainGUI.Parent = NatureX
  102. MainGUI.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  103. MainGUI.Position = UDim2.new(0.094059363, 0, 0.0296167247, 0)
  104. MainGUI.Size = UDim2.new(0, 241, 0, 528)
  105. MainGUI.Visible = false
  106. MainGUI.Active = true
  107. MainGUI.Draggable = true
  108.  
  109. FunctionsButton.Name = "FunctionsButton"
  110. FunctionsButton.Parent = MainGUI
  111. FunctionsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  112. FunctionsButton.BackgroundTransparency = 1
  113. FunctionsButton.Position = UDim2.new(0.182572618, 0, 0.119318187, 0)
  114. FunctionsButton.Size = UDim2.new(0, 153, 0, 49)
  115. FunctionsButton.Font = Enum.Font.SourceSans
  116. FunctionsButton.Text = "Functions"
  117. FunctionsButton.TextColor3 = Color3.new(0, 0, 0)
  118. FunctionsButton.TextScaled = true
  119. FunctionsButton.TextSize = 14
  120. FunctionsButton.TextWrapped = true
  121. FunctionsButton.MouseButton1Down:connect(function()
  122.     Functions.Visible = true
  123. end)
  124.  
  125. NatureXsign.Name = "NatureXsign"
  126. NatureXsign.Parent = MainGUI
  127. NatureXsign.BackgroundColor3 = Color3.new(1, 1, 1)
  128. NatureXsign.BackgroundTransparency = 1
  129. NatureXsign.Size = UDim2.new(0, 241, 0, 63)
  130. NatureXsign.Font = Enum.Font.SourceSans
  131. NatureXsign.Text = "Nature X"
  132. NatureXsign.TextColor3 = Color3.new(0, 1, 1)
  133. NatureXsign.TextScaled = true
  134. NatureXsign.TextSize = 14
  135. NatureXsign.TextWrapped = true
  136.  
  137. Functions.Name = "Functions"
  138. Functions.Parent = MainGUI
  139. Functions.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  140. Functions.BackgroundTransparency = 0.5
  141. Functions.Position = UDim2.new(1.08713686, 0, 0.475378782, 0)
  142. Functions.Size = UDim2.new(0, 502, 0, 277)
  143. Functions.Visible = false
  144. Functions.Active = true
  145.  
  146. CloseFunctions.Name = "CloseFunctions"
  147. CloseFunctions.Parent = Functions
  148. CloseFunctions.BackgroundColor3 = Color3.new(1, 1, 1)
  149. CloseFunctions.BackgroundTransparency = 1
  150. CloseFunctions.Position = UDim2.new(0.906374514, 0, 0, 0)
  151. CloseFunctions.Size = UDim2.new(0, 47, 0, 43)
  152. CloseFunctions.Font = Enum.Font.SourceSans
  153. CloseFunctions.Text = "X"
  154. CloseFunctions.TextColor3 = Color3.new(1, 0, 0)
  155. CloseFunctions.TextScaled = true
  156. CloseFunctions.TextSize = 14
  157. CloseFunctions.TextWrapped = true
  158. CloseFunctions.Active = true
  159. CloseFunctions.MouseButton1Down:connect(function()
  160.     Functions.Visible = false
  161. end)
  162.  
  163. CTRLDelete.Name = "CTRLDelete"
  164. CTRLDelete.Parent = Functions
  165. CTRLDelete.BackgroundColor3 = Color3.new(1, 1, 1)
  166. CTRLDelete.BackgroundTransparency = 0.5
  167. CTRLDelete.Position = UDim2.new(0.0478087664, 0, 0.104693137, 0)
  168. CTRLDelete.Size = UDim2.new(0, 138, 0, 50)
  169. CTRLDelete.Font = Enum.Font.SourceSans
  170. CTRLDelete.Text = "CTRL delete"
  171. CTRLDelete.TextColor3 = Color3.new(0, 0, 0)
  172. CTRLDelete.TextScaled = true
  173. CTRLDelete.TextSize = 14
  174. CTRLDelete.TextWrapped = true
  175. CTRLDelete.MouseButton1Down:connect(function()
  176.     local Plr = game:GetService("Players").LocalPlayer
  177. local Mouse = Plr:GetMouse()
  178.  
  179. Mouse.Button1Down:connect(function()
  180. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  181. if not Mouse.Target then return end
  182. Mouse.Target:Destroy()
  183. end)
  184. end)
  185.  
  186. PlayerName.Name = "PlayerName"
  187. PlayerName.Parent = Functions
  188. PlayerName.BackgroundColor3 = Color3.new(0, 0, 0)
  189. PlayerName.Position = UDim2.new(0.687250972, 0, 0.819494605, 0)
  190. PlayerName.Size = UDim2.new(0, 157, 0, 50)
  191. PlayerName.Font = Enum.Font.SourceSans
  192. PlayerName.Text = "Your username here (Full)"
  193. PlayerName.TextColor3 = Color3.new(1, 1, 1)
  194. PlayerName.TextScaled = true
  195. PlayerName.TextSize = 14
  196. PlayerName.TextWrapped = true
  197. PlayerName = game.Players.LocalPlayer
  198.  
  199. FunctionValue.Name = "FunctionValue"
  200. FunctionValue.Parent = Functions
  201. FunctionValue.BackgroundColor3 = Color3.new(0, 0, 0)
  202. FunctionValue.Position = UDim2.new(0.687250972, 0, 0.638989151, 0)
  203. FunctionValue.Size = UDim2.new(0, 157, 0, 50)
  204. FunctionValue.Font = Enum.Font.SourceSans
  205. FunctionValue.Text = "Function Value here"
  206. FunctionValue.TextColor3 = Color3.new(1, 1, 1)
  207. FunctionValue.TextScaled = true
  208. FunctionValue.TextSize = 14
  209. FunctionValue.TextWrapped = true
  210.  
  211. Speed.Name = "Speed"
  212. Speed.Parent = Functions
  213. Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  214. Speed.BackgroundTransparency = 0.5
  215. Speed.Position = UDim2.new(0.0478087664, 0, 0.346570402, 0)
  216. Speed.Size = UDim2.new(0, 138, 0, 51)
  217. Speed.Font = Enum.Font.SourceSans
  218. Speed.Text = "Speed"
  219. Speed.TextColor3 = Color3.new(0, 0, 0)
  220. Speed.TextScaled = true
  221. Speed.TextSize = 14
  222. Speed.TextWrapped = true
  223. Speed.MouseButton1Down:connect(function()
  224.     game.Workspace.Player0.Humanoid.Walkspeed = FunctionValue.Text
  225. end)
  226.  
  227. LowGravity.Name = "LowGravity"
  228. LowGravity.Parent = Functions
  229. LowGravity.BackgroundColor3 = Color3.new(1, 1, 1)
  230. LowGravity.BackgroundTransparency = 0.5
  231. LowGravity.Position = UDim2.new(0.39641434, 0, 0.104693137, 0)
  232. LowGravity.Size = UDim2.new(0, 146, 0, 44)
  233. LowGravity.Font = Enum.Font.SourceSans
  234. LowGravity.Text = "Low. Gravity"
  235. LowGravity.TextColor3 = Color3.new(0, 0, 0)
  236. LowGravity.TextScaled = true
  237. LowGravity.TextSize = 14
  238. LowGravity.TextWrapped = true
  239. game.Workspace.Gravity = FunctionValue.Text
  240.  
  241. RevizAdmin.Name = "RevizAdmin"
  242. RevizAdmin.Parent = Functions
  243. RevizAdmin.BackgroundColor3 = Color3.new(1, 1, 1)
  244. RevizAdmin.BackgroundTransparency = 0.5
  245. RevizAdmin.Position = UDim2.new(0.39641434, 0, 0.346570402, 0)
  246. RevizAdmin.Size = UDim2.new(0, 146, 0, 44)
  247. RevizAdmin.Font = Enum.Font.SourceSans
  248. RevizAdmin.Text = "Admin"
  249. RevizAdmin.TextColor3 = Color3.new(0, 0, 0)
  250. RevizAdmin.TextScaled = true
  251. RevizAdmin.TextSize = 14
  252. RevizAdmin.TextWrapped = true
  253. RevizAdmin.MouseButton1Down:connect(function()
  254. loadstring(game:HttpGet("https://pastebin.com/raw/KNUzQPYS", true))()
  255.  
  256. CloseMainGUI.Name = "CloseMainGUI"
  257. CloseMainGUI.Parent = MainGUI
  258. CloseMainGUI.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  259. CloseMainGUI.Position = UDim2.new(0.99999994, 0, 0, 0)
  260. CloseMainGUI.Size = UDim2.new(0, 51, 0, 37)
  261. CloseMainGUI.Font = Enum.Font.SourceSans
  262. CloseMainGUI.Text = "X"
  263. CloseMainGUI.TextColor3 = Color3.new(1, 0, 0)
  264. CloseMainGUI.TextScaled = true
  265. CloseMainGUI.TextSize = 14
  266. CloseMainGUI.TextWrapped = true
  267. CloseMainGUI.MouseButton1Down:connect(function()
  268.     Functions.Visible = false
  269.     MainGUI.Visible = false
  270.     OpenGUI.Visible = true
  271. end)
  272.  
  273. OpenGUI.Name = "OpenGUI"
  274. OpenGUI.Parent = NatureX
  275. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  276. OpenGUI.Position = UDim2.new(0, 0, 0.55226481, 0)
  277. OpenGUI.Size = UDim2.new(0, 83, 0, 25)
  278. OpenGUI.Visible = false
  279. OpenGUI.Active = true
  280. OpenGUI.Draggable = false
  281.  
  282. OpenButton.Name = "OpenButton"
  283. OpenButton.Parent = OpenGUI
  284. OpenButton.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  285. OpenButton.Size = UDim2.new(0, 83, 0, 26)
  286. OpenButton.Font = Enum.Font.SourceSans
  287. OpenButton.Text = "Open"
  288. OpenButton.TextColor3 = Color3.new(0, 1, 1)
  289. OpenButton.TextScaled = true
  290. OpenButton.TextSize = 14
  291. OpenButton.TextWrapped = true
  292. OpenButton.MouseButton1Down:connect(function()
  293.     OpenGUI.Visible = false
  294.     MainGUI.Visible = true
  295. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement