Advertisement
wercuhdhdhs

Nature Obby Hub

Jul 28th, 2022
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.30 KB | None | 0 0
  1. -- Made By Corrupted! This Script was made by plugin Gui To Lua Converter. Credits to the onwer of Gui to lua converter!
  2. -- Gui Version: 1.0
  3.  
  4. -- Script by gui to lua again. Copy this all... Warning Backdoor is Not working in some Servers! *BUT THE GAME HAS NO PEOPLE LOL*
  5. -- Remember to execute Anti-Cheat first for trash speedhack and jumphack.
  6. -- Made with love By Corrupted. Enjoy! Btw if u dont this info then delete it or dont copy it... No Need to credit.
  7. local NatureObbyHub = Instance.new("ScreenGui")
  8. local MainFrame = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local BypassAntiCheat = Instance.new("TextButton")
  11. local Speedhack = Instance.new("TextButton")
  12. local NormalSpeed = Instance.new("TextButton")
  13. local BackdoorServer = Instance.new("TextButton")
  14. local Jumphack = Instance.new("TextButton")
  15. local NormalJumpPower = Instance.new("TextButton")
  16. local TextLabel_2 = Instance.new("TextLabel")
  17. local OpenScript = Instance.new("TextButton")
  18. local CloseScript = Instance.new("TextButton")
  19.  
  20. --Properties:
  21.  
  22. NatureObbyHub.Name = "Nature Obby Hub"
  23. NatureObbyHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  24. NatureObbyHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. MainFrame.Name = "MainFrame"
  27. MainFrame.Parent = NatureObbyHub
  28. MainFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  29. MainFrame.BorderSizePixel = 0
  30. MainFrame.Position = UDim2.new(0, 0, 0.508538902, 0)
  31. MainFrame.Size = UDim2.new(0, 326, 0, 259)
  32. MainFrame.Visible = false
  33.  
  34. TextLabel.Parent = MainFrame
  35. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  36. TextLabel.BorderSizePixel = 0
  37. TextLabel.Size = UDim2.new(0, 326, 0, 23)
  38. TextLabel.Font = Enum.Font.SciFi
  39. TextLabel.Text = "Nature Obby Hub | Made By Corrupted"
  40. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  41. TextLabel.TextScaled = true
  42. TextLabel.TextSize = 14.000
  43. TextLabel.TextWrapped = true
  44.  
  45. BypassAntiCheat.Name = "BypassAntiCheat"
  46. BypassAntiCheat.Parent = MainFrame
  47. BypassAntiCheat.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  48. BypassAntiCheat.Position = UDim2.new(0, 0, 0.123406842, 0)
  49. BypassAntiCheat.Size = UDim2.new(0, 100, 0, 40)
  50. BypassAntiCheat.Font = Enum.Font.SourceSansLight
  51. BypassAntiCheat.Text = "Bypass Anti-Cheat"
  52. BypassAntiCheat.TextColor3 = Color3.fromRGB(0, 0, 0)
  53. BypassAntiCheat.TextScaled = true
  54. BypassAntiCheat.TextSize = 14.000
  55. BypassAntiCheat.TextWrapped = true
  56.  
  57. Speedhack.Name = "Speedhack"
  58. Speedhack.Parent = MainFrame
  59. Speedhack.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  60. Speedhack.Position = UDim2.new(0.346625775, 0, 0.123406842, 0)
  61. Speedhack.Size = UDim2.new(0, 100, 0, 40)
  62. Speedhack.Font = Enum.Font.PatrickHand
  63. Speedhack.Text = "Speedhack"
  64. Speedhack.TextColor3 = Color3.fromRGB(0, 0, 0)
  65. Speedhack.TextScaled = true
  66. Speedhack.TextSize = 14.000
  67. Speedhack.TextWrapped = true
  68.  
  69. NormalSpeed.Name = "NormalSpeed"
  70. NormalSpeed.Parent = MainFrame
  71. NormalSpeed.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  72. NormalSpeed.Position = UDim2.new(0.69325155, 0, 0.123406842, 0)
  73. NormalSpeed.Size = UDim2.new(0, 100, 0, 40)
  74. NormalSpeed.Font = Enum.Font.Ubuntu
  75. NormalSpeed.Text = "NormalSpeed"
  76. NormalSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  77. NormalSpeed.TextScaled = true
  78. NormalSpeed.TextSize = 14.000
  79. NormalSpeed.TextWrapped = true
  80.  
  81. BackdoorServer.Name = "BackdoorServer"
  82. BackdoorServer.Parent = MainFrame
  83. BackdoorServer.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  84. BackdoorServer.Position = UDim2.new(0, 0, 0.316457033, 0)
  85. BackdoorServer.Size = UDim2.new(0, 100, 0, 40)
  86. BackdoorServer.Font = Enum.Font.Roboto
  87. BackdoorServer.Text = "Backdoor Server"
  88. BackdoorServer.TextColor3 = Color3.fromRGB(0, 0, 0)
  89. BackdoorServer.TextScaled = true
  90. BackdoorServer.TextSize = 14.000
  91. BackdoorServer.TextWrapped = true
  92.  
  93. Jumphack.Name = "Jumphack"
  94. Jumphack.Parent = MainFrame
  95. Jumphack.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  96. Jumphack.Position = UDim2.new(0.346625775, 0, 0.316457033, 0)
  97. Jumphack.Size = UDim2.new(0, 100, 0, 40)
  98. Jumphack.Font = Enum.Font.Nunito
  99. Jumphack.Text = "Jumphack"
  100. Jumphack.TextColor3 = Color3.fromRGB(0, 0, 0)
  101. Jumphack.TextScaled = true
  102. Jumphack.TextSize = 14.000
  103. Jumphack.TextWrapped = true
  104.  
  105. NormalJumpPower.Name = "NormalJumpPower"
  106. NormalJumpPower.Parent = MainFrame
  107. NormalJumpPower.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  108. NormalJumpPower.Position = UDim2.new(0.69325155, 0, 0.316457033, 0)
  109. NormalJumpPower.Size = UDim2.new(0, 100, 0, 40)
  110. NormalJumpPower.Font = Enum.Font.Oswald
  111. NormalJumpPower.Text = "NormalJumpPower"
  112. NormalJumpPower.TextColor3 = Color3.fromRGB(0, 0, 0)
  113. NormalJumpPower.TextScaled = true
  114. NormalJumpPower.TextSize = 14.000
  115. NormalJumpPower.TextWrapped = true
  116.  
  117. TextLabel_2.Parent = MainFrame
  118. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  119. TextLabel_2.BackgroundTransparency = 1.000
  120. TextLabel_2.BorderSizePixel = 0
  121. TextLabel_2.Position = UDim2.new(0, 0, 0.5558393, 0)
  122. TextLabel_2.Size = UDim2.new(0, 326, 0, 115)
  123. TextLabel_2.Font = Enum.Font.Sarpanch
  124. TextLabel_2.Text = "More Coming Soon! On YouTube There will be Updates or check my Pastebin. Made with Love by Corrupted :D"
  125. TextLabel_2.TextColor3 = Color3.fromRGB(57, 28, 115)
  126. TextLabel_2.TextSize = 25.000
  127. TextLabel_2.TextWrapped = true
  128. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  129. TextLabel_2.TextYAlignment = Enum.TextYAlignment.Top
  130.  
  131. OpenScript.Name = "OpenScript"
  132. OpenScript.Parent = NatureObbyHub
  133. OpenScript.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  134. OpenScript.Position = UDim2.new(0.88159436, 0, 0.943073988, 0)
  135. OpenScript.Size = UDim2.new(0, 101, 0, 30)
  136. OpenScript.Font = Enum.Font.SourceSans
  137. OpenScript.Text = "OpenScript"
  138. OpenScript.TextColor3 = Color3.fromRGB(0, 0, 0)
  139. OpenScript.TextScaled = true
  140. OpenScript.TextSize = 14.000
  141. OpenScript.TextWrapped = true
  142.  
  143. CloseScript.Name = "CloseScript"
  144. CloseScript.Parent = NatureObbyHub
  145. CloseScript.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  146. CloseScript.Position = UDim2.new(0.88159436, 0, 0.943073988, 0)
  147. CloseScript.Size = UDim2.new(0, 101, 0, 30)
  148. CloseScript.Visible = false
  149. CloseScript.Font = Enum.Font.SourceSans
  150. CloseScript.Text = "CloseScript"
  151. CloseScript.TextColor3 = Color3.fromRGB(0, 0, 0)
  152. CloseScript.TextScaled = true
  153. CloseScript.TextSize = 14.000
  154. CloseScript.TextWrapped = true
  155.  
  156. -- Scripts:
  157.  
  158. local function TKRIV_fake_script() -- MainFrame.DraggableGUI
  159. local script = Instance.new('LocalScript', MainFrame)
  160.  
  161. local UserInputService = game:GetService("UserInputService")
  162.  
  163. local gui = script.Parent
  164.  
  165. local dragging
  166. local dragInput
  167. local dragStart
  168. local startPos
  169.  
  170. local function update(input)
  171. local delta = input.Position - dragStart
  172. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  173. end
  174.  
  175. gui.InputBegan:Connect(function(input)
  176. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  177. dragging = true
  178. dragStart = input.Position
  179. startPos = gui.Position
  180.  
  181. input.Changed:Connect(function()
  182. if input.UserInputState == Enum.UserInputState.End then
  183. dragging = false
  184. end
  185. end)
  186. end
  187. end)
  188.  
  189. gui.InputChanged:Connect(function(input)
  190. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  191. dragInput = input
  192. end
  193. end)
  194.  
  195. UserInputService.InputChanged:Connect(function(input)
  196. if input == dragInput and dragging then
  197. if gui.Visible then
  198. update(input)
  199. end
  200. end
  201. end)
  202. end
  203. coroutine.wrap(TKRIV_fake_script)()
  204. local function PXRAG_fake_script() -- TextLabel.RainbowText
  205. local script = Instance.new('Script', TextLabel)
  206.  
  207. local text = script.Parent
  208. local add = 10
  209. wait(1)
  210. local k = 1
  211. while k <= 255 do
  212. text.TextColor3 = Color3.new(k/255,0/255,0/255)
  213. k = k + add
  214. wait()
  215. end
  216. while true do
  217. k = 1
  218. while k <= 255 do
  219. text.TextColor3 = Color3.new(255/255,k/255,0/255)
  220. k = k + add
  221. wait()
  222. end
  223. k = 1
  224. while k <= 255 do
  225. text.TextColor3 = Color3.new(255/255 - k/255,255/255,0/255)
  226. k = k + add
  227. wait()
  228. end
  229. k = 1
  230. while k <= 255 do
  231. text.TextColor3 = Color3.new(0/255,255/255,k/255)
  232. k = k + add
  233. wait()
  234. end
  235. k = 1
  236. while k <= 255 do
  237. text.TextColor3 = Color3.new(0/255,255/255 - k/255,255/255)
  238. k = k + add
  239. wait()
  240. end
  241. k = 1
  242. while k <= 255 do
  243. text.TextColor3 = Color3.new(k/255,0/255,255/255)
  244. k = k + add
  245. wait()
  246. end
  247. k = 1
  248. while k <= 255 do
  249. text.TextColor3 = Color3.new(255/255,0/255,255/255 - k/255)
  250. k = k + add
  251. wait()
  252. end
  253. while k <= 255 do
  254. text.TextColor3 = Color3.new(255/255 - k/255,0/255,0/255)
  255. k = k + add
  256. wait()
  257. end
  258. end
  259. end
  260. coroutine.wrap(PXRAG_fake_script)()
  261. local function NRDTMZ_fake_script() -- MainFrame.Rainbow Frame
  262. local script = Instance.new('LocalScript', MainFrame)
  263.  
  264. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  265.  
  266. counter = 0
  267.  
  268. while wait(0.1)do
  269. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  270.  
  271. counter = counter + 0.01
  272. end
  273.  
  274. --Enjoy ;) dont change anything. I didnt script this so i dont know if you can change but its adviced not 2
  275. end
  276. coroutine.wrap(NRDTMZ_fake_script)()
  277. local function JBFJE_fake_script() -- BypassAntiCheat.LocalScript
  278. local script = Instance.new('LocalScript', BypassAntiCheat)
  279.  
  280. script.Parent.MouseButton1Down:Connect(function()
  281. script.Parent.Text = "Deleting Anti-Cheat..."
  282. wait(9)
  283. script.Parent.Text = "Done!"
  284. wait(2.5)
  285. script.Parent.Text = "Bypassed"
  286. end)
  287. end
  288. coroutine.wrap(JBFJE_fake_script)()
  289. local function FKYJXTZ_fake_script() -- Speedhack.LocalScript
  290. local script = Instance.new('LocalScript', Speedhack)
  291.  
  292. script.Parent.MouseButton1Down:Connect(function()
  293. wait(2.5)
  294. script.Parent.Text = "SpeedHack Enabled."
  295. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  296. wait(1.5)
  297. script.Parent.Text = "Speedhack"
  298. end)
  299. end
  300. coroutine.wrap(FKYJXTZ_fake_script)()
  301. local function BYIWDIO_fake_script() -- NormalSpeed.LocalScript
  302. local script = Instance.new('LocalScript', NormalSpeed)
  303.  
  304. script.Parent.MouseButton1Down:Connect(function()
  305. wait(2.5)
  306. script.Parent.Text = "SpeedHack Disabled."
  307. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  308. wait(1.5)
  309. script.Parent.Text = "NormalSpeed"
  310. end)
  311. end
  312. coroutine.wrap(BYIWDIO_fake_script)()
  313. local function OZXCPRN_fake_script() -- BackdoorServer.LocalScript
  314. local script = Instance.new('LocalScript', BackdoorServer)
  315.  
  316. script.Parent.MouseButton1Down:Connect(function()
  317. wait(2.5)
  318. script.Parent.Text = "Backdooring Server..."
  319. wait(4.5)
  320. script.Parent.Text = "Please Wait..."
  321. wait(2.5)
  322. script.Parent.Text = "Backdooring Server..."
  323. wait(2.5)
  324. script.Parent.Text = "Backdooring Server...."
  325. wait(2.5)
  326. script.Parent.Text = "Backdooring Server....."
  327. wait(5)
  328. script.Parent.Text = "Backdoored!"
  329. wait(2.5)
  330. script.Parent.Text = "Already Backdoored. Please Dont Click."
  331. end)
  332. end
  333. coroutine.wrap(OZXCPRN_fake_script)()
  334. local function FXZAZWA_fake_script() -- Jumphack.LocalScript
  335. local script = Instance.new('LocalScript', Jumphack)
  336.  
  337. script.Parent.MouseButton1Down:Connect(function()
  338. wait(2.5)
  339. script.Parent.Text = "Jumphack Enabled."
  340. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  341. wait(1.5)
  342. script.Parent.Text = "Jumphack"
  343. end)
  344. end
  345. coroutine.wrap(FXZAZWA_fake_script)()
  346. local function EURUC_fake_script() -- NormalJumpPower.LocalScript
  347. local script = Instance.new('LocalScript', NormalJumpPower)
  348.  
  349. script.Parent.MouseButton1Down:Connect(function()
  350. wait(2.5)
  351. script.Parent.Text = "Jumphack Disabled."
  352. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  353. wait(1.5)
  354. script.Parent.Text = "NormalJumpPower"
  355. end)
  356. end
  357. coroutine.wrap(EURUC_fake_script)()
  358. local function UMDQ_fake_script() -- OpenScript.Rainbow Frame
  359. local script = Instance.new('LocalScript', OpenScript)
  360.  
  361. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  362.  
  363. counter = 0
  364.  
  365. while wait(0.1)do
  366. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  367.  
  368. counter = counter + 0.01
  369. end
  370.  
  371. --Enjoy ;) dont change anything. I didnt script this so i dont know if you can change but its adviced not 2
  372. end
  373. coroutine.wrap(UMDQ_fake_script)()
  374. local function NUZAKGN_fake_script() -- OpenScript.LocalScript
  375. local script = Instance.new('LocalScript', OpenScript)
  376.  
  377. script.Parent.MouseButton1Down:Connect(function()
  378. script.Parent.Visible = false
  379. script.Parent.Parent.CloseScript.Visible = true
  380. script.Parent.Parent.MainFrame.Visible = true
  381. end)
  382. end
  383. coroutine.wrap(NUZAKGN_fake_script)()
  384. local function QKSLSXD_fake_script() -- CloseScript.Rainbow Frame
  385. local script = Instance.new('LocalScript', CloseScript)
  386.  
  387. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  388.  
  389. counter = 0
  390.  
  391. while wait(0.1)do
  392. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  393.  
  394. counter = counter + 0.01
  395. end
  396.  
  397. --Enjoy ;) dont change anything. I didnt script this so i dont know if you can change but its adviced not 2
  398. end
  399. coroutine.wrap(QKSLSXD_fake_script)()
  400. local function XZIS_fake_script() -- CloseScript.LocalScript
  401. local script = Instance.new('LocalScript', CloseScript)
  402.  
  403. script.Parent.MouseButton1Down:Connect(function()
  404. script.Parent.Visible = false
  405. script.Parent.Parent.OpenScript.Visible = true
  406. script.Parent.Parent.MainFrame.Visible = false
  407. end)
  408. end
  409. coroutine.wrap(XZIS_fake_script)()
  410.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement