Booga Booga Reborn GUI - Pastebin.com (2024)

  1. --MADE BY RYDOE

  2. --BOOGA BOOGA REBORN GUI

  3. local req = (syn and syn.request) or (http and http.request) or http_request or (fluxus and fluxus.request) or request

  4. req({

  5. Url = "http://127.0.0.1:6463/rpc?v=1",

  6. Method = "POST",

  7. Headers = {

  8. ["Content-Type"] = "application/json",

  9. ["Origin"] = "Discord"

  10. },

  11. Body = game:GetService("HttpService"):JSONEncode({

  12. cmd = "INVITE_BROWSER",

  13. args = {

  14. code = "V22gWguYSX"

  15. },

  16. nonce = game:GetService("HttpService"):GenerateGUID(false)

  17. }),

  18. })

  19. print('prompted')

  20. spawn(

  21. function()

  22. local j =

  23. loadstring(game:HttpGet("https://raw.githubusercontent.com/starlolq/lua-scripts/main/devilui", true))()

  24. local k =

  25. j:CreateWindow("YT - DEVIL Script", game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).Name)

  26. local l = k:CreateTab("Pick Up")

  27. getgenv().autopickupitems = false

  28. l:CreateToggle(

  29. "Auto PickUp Items",

  30. function(m)

  31. getgenv().autopickupitems = m

  32. if m then

  33. spawn(

  34. function()

  35. while autopickupitems do

  36. wait()

  37. pcall(

  38. function()

  39. local n = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

  40. local o = game:GetService("ReplicatedStorage")

  41. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  42. if

  43. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  44. c:IsA("UnionOpreation")

  45. then

  46. if (n.Position - c.Position).Magnitude < 50 then

  47. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  48. end

  49. end

  50. end

  51. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  52. if

  53. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  54. c:IsA("UnionOpreation")

  55. then

  56. if (n.Position - c.Position).Magnitude < 50 then

  57. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  58. end

  59. end

  60. end

  61. end

  62. )

  63. end

  64. end

  65. )

  66. end

  67. end

  68. )

  69. getgenv().autopickupEssence = false

  70. l:CreateToggle(

  71. "Auto PickUp XP(Essence)",

  72. function(m)

  73. getgenv().autopickupEssence = m

  74. if m then

  75. spawn(

  76. function()

  77. while autopickupEssence do

  78. wait()

  79. pcall(

  80. function()

  81. local n = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

  82. local o = game:GetService("ReplicatedStorage")

  83. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  84. if c:FindFirstChild("Pickup") then

  85. if c:IsA("BasePart") or c:IsA("UnionOpreation") then

  86. if c.Name == "Essence" then

  87. if (n.Position - c.Position).Magnitude < 50 then

  88. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(

  89. c

  90. )

  91. end

  92. end

  93. end

  94. end

  95. end

  96. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  97. if c:FindFirstChild("Pickup") then

  98. if c:IsA("BasePart") or c:IsA("UnionOpreation") then

  99. if c.Name == "Essence" then

  100. if (n.Position - c.Position).Magnitude < 50 then

  101. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(

  102. c

  103. )

  104. end

  105. end

  106. end

  107. end

  108. end

  109. end

  110. )

  111. end

  112. end

  113. )

  114. end

  115. end

  116. )

  117. getgenv().autopickupCoin = false

  118. l:CreateToggle(

  119. "Auto PickUp Coin",

  120. function(m)

  121. getgenv().autopickupCoin = m

  122. if m then

  123. spawn(

  124. function()

  125. while autopickupCoin do

  126. wait()

  127. pcall(

  128. function()

  129. local p = game:GetService("Players")

  130. local n = p.LocalPlayer.Character.HumanoidRootPart

  131. local q = game:GetService("Workspace")

  132. local o = game:GetService("ReplicatedStorage")

  133. for b, c in pairs(q:GetChildren()) do

  134. if

  135. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  136. c:IsA("UnionOpreation")

  137. then

  138. if c.Name == "Coin" then

  139. if (n.Position - c.Position).Magnitude < 50 then

  140. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  141. end

  142. end

  143. end

  144. end

  145. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  146. if

  147. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  148. c:IsA("UnionOpreation")

  149. then

  150. if c.Name == "Coin" then

  151. if (n.Position - c.Position).Magnitude < 50 then

  152. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  153. end

  154. end

  155. end

  156. end

  157. end

  158. )

  159. end

  160. end

  161. )

  162. end

  163. end

  164. )

  165. getgenv().autopickupBloodfruit = false

  166. l:CreateToggle(

  167. "Auto PickUp Bloodfruit",

  168. function(m)

  169. getgenv().autopickupBloodfruit = m

  170. if m then

  171. spawn(

  172. function()

  173. while autopickupBloodfruit do

  174. wait()

  175. pcall(

  176. function()

  177. local n = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

  178. local o = game:GetService("ReplicatedStorage")

  179. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  180. if

  181. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  182. c:IsA("UnionOpreation")

  183. then

  184. if c.Name == "Bloodfruit" then

  185. if (n.Position - c.Position).Magnitude < 50 then

  186. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  187. end

  188. end

  189. end

  190. end

  191. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  192. if

  193. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  194. c:IsA("UnionOpreation")

  195. then

  196. if c.Name == "Bloodfruit" then

  197. if (n.Position - c.Position).Magnitude < 50 then

  198. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  199. end

  200. end

  201. end

  202. end

  203. end

  204. )

  205. end

  206. end

  207. )

  208. end

  209. end

  210. )

  211. getgenv().autopickuplog = false

  212. l:CreateToggle(

  213. "Auto PickUp Log",

  214. function(m)

  215. getgenv().autopickuplog = m

  216. if m then

  217. spawn(

  218. function()

  219. while autopickuplog do

  220. wait()

  221. pcall(

  222. function()

  223. local n = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

  224. local o = game:GetService("ReplicatedStorage")

  225. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  226. if

  227. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  228. c:IsA("UnionOpreation")

  229. then

  230. if c.Name == "Log" then

  231. if (n.Position - c.Position).Magnitude < 50 then

  232. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  233. end

  234. end

  235. end

  236. end

  237. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  238. if

  239. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  240. c:IsA("UnionOpreation")

  241. then

  242. if c.Name == "Log" then

  243. if (n.Position - c.Position).Magnitude < 50 then

  244. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  245. end

  246. end

  247. end

  248. end

  249. end

  250. )

  251. end

  252. end

  253. )

  254. end

  255. end

  256. )

  257. getgenv().autopickupwood = false

  258. l:CreateToggle(

  259. "Auto PickUp Wood",

  260. function(m)

  261. getgenv().autopickupwood = m

  262. if m then

  263. spawn(

  264. function()

  265. while autopickupwood do

  266. wait()

  267. pcall(

  268. function()

  269. local n = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

  270. local o = game:GetService("ReplicatedStorage")

  271. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  272. if

  273. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  274. c:IsA("UnionOpreation")

  275. then

  276. if c.Name == "Wood" then

  277. if (n.Position - c.Position).Magnitude < 50 then

  278. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  279. end

  280. end

  281. end

  282. end

  283. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  284. if

  285. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  286. c:IsA("UnionOpreation")

  287. then

  288. if c.Name == "Wood" then

  289. if (n.Position - c.Position).Magnitude < 50 then

  290. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  291. end

  292. end

  293. end

  294. end

  295. end

  296. )

  297. end

  298. end

  299. )

  300. end

  301. end

  302. )

  303. getgenv().autopickupleaves = false

  304. l:CreateToggle(

  305. "Auto PickUp Leaves",

  306. function(m)

  307. getgenv().autopickupleaves = m

  308. if m then

  309. spawn(

  310. function()

  311. while autopickupleaves do

  312. wait()

  313. pcall(

  314. function()

  315. local n = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

  316. local o = game:GetService("ReplicatedStorage")

  317. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  318. if

  319. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  320. c:IsA("UnionOpreation")

  321. then

  322. if c.Name == "Leaves" then

  323. if (n.Position - c.Position).Magnitude < 50 then

  324. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  325. end

  326. end

  327. end

  328. end

  329. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  330. if

  331. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  332. c:IsA("UnionOpreation")

  333. then

  334. if c.Name == "Leaves" then

  335. if (n.Position - c.Position).Magnitude < 50 then

  336. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  337. end

  338. end

  339. end

  340. end

  341. end

  342. )

  343. end

  344. end

  345. )

  346. end

  347. end

  348. )

  349. getgenv().autopickupcoal = false

  350. l:CreateToggle(

  351. "Auto PickUp Coal",

  352. function(m)

  353. getgenv().autopickupcoal = m

  354. if m then

  355. spawn(

  356. function()

  357. while autopickupcoal do

  358. wait()

  359. pcall(

  360. function()

  361. local n = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

  362. local o = game:GetService("ReplicatedStorage")

  363. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  364. if

  365. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  366. c:IsA("UnionOpreation")

  367. then

  368. if c.Name == "Coal" then

  369. if (n.Position - c.Position).Magnitude < 50 then

  370. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  371. end

  372. end

  373. end

  374. end

  375. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  376. if

  377. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  378. c:IsA("UnionOpreation")

  379. then

  380. if c.Name == "Coal" then

  381. if (n.Position - c.Position).Magnitude < 50 then

  382. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  383. end

  384. end

  385. end

  386. end

  387. end

  388. )

  389. end

  390. end

  391. )

  392. end

  393. end

  394. )

  395. getgenv().autopickupStone = false

  396. l:CreateToggle(

  397. "Auto PickUp Stone",

  398. function(m)

  399. getgenv().autopickupStone = m

  400. if m then

  401. spawn(

  402. function()

  403. while autopickupStone do

  404. wait()

  405. pcall(

  406. function()

  407. local n = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

  408. local o = game:GetService("ReplicatedStorage")

  409. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  410. if

  411. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  412. c:IsA("UnionOpreation")

  413. then

  414. if c.Name == "Stone" then

  415. if (n.Position - c.Position).Magnitude < 50 then

  416. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  417. end

  418. end

  419. end

  420. end

  421. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  422. if

  423. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  424. c:IsA("UnionOpreation")

  425. then

  426. if c.Name == "Stone" then

  427. if (n.Position - c.Position).Magnitude < 50 then

  428. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  429. end

  430. end

  431. end

  432. end

  433. end

  434. )

  435. end

  436. end

  437. )

  438. end

  439. end

  440. )

  441. getgenv().autopickupIron = false

  442. l:CreateToggle(

  443. "Auto PickUp Iron",

  444. function(m)

  445. getgenv().autopickupIron = m

  446. if m then

  447. spawn(

  448. function()

  449. while autopickupIron do

  450. wait()

  451. pcall(

  452. function()

  453. local n = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

  454. local o = game:GetService("ReplicatedStorage")

  455. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  456. if

  457. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  458. c:IsA("UnionOpreation")

  459. then

  460. if c.Name == "Iron" then

  461. if (n.Position - c.Position).Magnitude < 50 then

  462. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  463. end

  464. end

  465. end

  466. end

  467. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  468. if

  469. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  470. c:IsA("UnionOpreation")

  471. then

  472. if c.Name == "Iron" then

  473. if (n.Position - c.Position).Magnitude < 50 then

  474. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  475. end

  476. end

  477. end

  478. end

  479. end

  480. )

  481. end

  482. end

  483. )

  484. end

  485. end

  486. )

  487. getgenv().autopickupSteel = false

  488. l:CreateToggle(

  489. "Auto PickUp Steel",

  490. function(m)

  491. getgenv().autopickupSteel = m

  492. if m then

  493. spawn(

  494. function()

  495. while autopickupSteel do

  496. wait()

  497. pcall(

  498. function()

  499. local n = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

  500. local o = game:GetService("ReplicatedStorage")

  501. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  502. if

  503. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  504. c:IsA("UnionOpreation")

  505. then

  506. if c.Name == "Steel" then

  507. if (n.Position - c.Position).Magnitude < 50 then

  508. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  509. end

  510. end

  511. end

  512. end

  513. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  514. if

  515. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  516. c:IsA("UnionOpreation")

  517. then

  518. if c.Name == "Steel" then

  519. if (n.Position - c.Position).Magnitude < 50 then

  520. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  521. end

  522. end

  523. end

  524. end

  525. end

  526. )

  527. end

  528. end

  529. )

  530. end

  531. end

  532. )

  533. getgenv().autopickupGold = false

  534. l:CreateToggle(

  535. "Auto PickUp Gold",

  536. function(m)

  537. getgenv().autopickupGold = m

  538. if m then

  539. spawn(

  540. function()

  541. while autopickupGold do

  542. wait()

  543. pcall(

  544. function()

  545. local n = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

  546. local o = game:GetService("ReplicatedStorage")

  547. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  548. if

  549. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  550. c:IsA("UnionOpreation")

  551. then

  552. if c.Name == "Gold" then

  553. if (n.Position - c.Position).Magnitude < 50 then

  554. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  555. end

  556. end

  557. end

  558. end

  559. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  560. if

  561. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  562. c:IsA("UnionOpreation")

  563. then

  564. if c.Name == "Gold" then

  565. if (n.Position - c.Position).Magnitude < 50 then

  566. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  567. end

  568. end

  569. end

  570. end

  571. end

  572. )

  573. end

  574. end

  575. )

  576. end

  577. end

  578. )

  579. getgenv().autopickupRawGold = false

  580. l:CreateToggle(

  581. "Auto PickUp Raw Gold",

  582. function(m)

  583. getgenv().autopickupRawGold = m

  584. if m then

  585. spawn(

  586. function()

  587. while autopickupRawGold do

  588. wait()

  589. pcall(

  590. function()

  591. local n = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

  592. local o = game:GetService("ReplicatedStorage")

  593. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  594. if

  595. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  596. c:IsA("UnionOpreation")

  597. then

  598. if c.Name == "Raw Gold" then

  599. if (n.Position - c.Position).Magnitude < 50 then

  600. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  601. end

  602. end

  603. end

  604. end

  605. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  606. if

  607. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  608. c:IsA("UnionOpreation")

  609. then

  610. if c.Name == "Raw Gold" then

  611. if (n.Position - c.Position).Magnitude < 50 then

  612. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  613. end

  614. end

  615. end

  616. end

  617. end

  618. )

  619. end

  620. end

  621. )

  622. end

  623. end

  624. )

  625. getgenv().autopickupAdurite = false

  626. l:CreateToggle(

  627. "Auto PickUp Adurite",

  628. function(m)

  629. getgenv().autopickupAdurite = m

  630. if m then

  631. spawn(

  632. function()

  633. while autopickupAdurite do

  634. wait()

  635. pcall(

  636. function()

  637. local n = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

  638. local o = game:GetService("ReplicatedStorage")

  639. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  640. if

  641. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  642. c:IsA("UnionOpreation")

  643. then

  644. if c.Name == "Adurite" then

  645. if (n.Position - c.Position).Magnitude < 50 then

  646. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  647. end

  648. end

  649. end

  650. end

  651. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  652. if

  653. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  654. c:IsA("UnionOpreation")

  655. then

  656. if c.Name == "Adurite" then

  657. if (n.Position - c.Position).Magnitude < 50 then

  658. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  659. end

  660. end

  661. end

  662. end

  663. end

  664. )

  665. end

  666. end

  667. )

  668. end

  669. end

  670. )

  671. getgenv().autopickupCrystal = false

  672. l:CreateToggle(

  673. "Auto PickUp Crystal",

  674. function(m)

  675. getgenv().autopickupCrystal = m

  676. if m then

  677. spawn(

  678. function()

  679. while autopickupCrystal do

  680. wait()

  681. pcall(

  682. function()

  683. local n = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

  684. local o = game:GetService("ReplicatedStorage")

  685. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  686. if

  687. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  688. c:IsA("UnionOpreation")

  689. then

  690. if c.Name == "Crystal Chunk" then

  691. if (n.Position - c.Position).Magnitude < 50 then

  692. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  693. end

  694. end

  695. end

  696. end

  697. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  698. if

  699. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  700. c:IsA("UnionOpreation")

  701. then

  702. if c.Name == "Crystal Chunk" then

  703. if (n.Position - c.Position).Magnitude < 50 then

  704. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  705. end

  706. end

  707. end

  708. end

  709. end

  710. )

  711. end

  712. end

  713. )

  714. end

  715. end

  716. )

  717. getgenv().autopickupEmerald = false

  718. l:CreateToggle(

  719. "Auto PickUp Emerald",

  720. function(m)

  721. getgenv().autopickupEmerald = m

  722. if m then

  723. spawn(

  724. function()

  725. while autopickupEmerald do

  726. wait()

  727. pcall(

  728. function()

  729. local n = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

  730. local o = game:GetService("ReplicatedStorage")

  731. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  732. if

  733. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  734. c:IsA("UnionOpreation")

  735. then

  736. if c.Name == "Emerald" then

  737. if (n.Position - c.Position).Magnitude < 50 then

  738. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  739. end

  740. end

  741. end

  742. end

  743. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  744. if

  745. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  746. c:IsA("UnionOpreation")

  747. then

  748. if c.Name == "Emerald" then

  749. if (n.Position - c.Position).Magnitude < 50 then

  750. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  751. end

  752. end

  753. end

  754. end

  755. end

  756. )

  757. end

  758. end

  759. )

  760. end

  761. end

  762. )

  763. getgenv().autopickupMagnetite = false

  764. l:CreateToggle(

  765. "Auto PickUp Magnetite",

  766. function(m)

  767. getgenv().autopickupMagnetite = m

  768. if m then

  769. spawn(

  770. function()

  771. while autopickupMagnetite do

  772. wait()

  773. pcall(

  774. function()

  775. local n = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

  776. local o = game:GetService("ReplicatedStorage")

  777. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  778. if

  779. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  780. c:IsA("UnionOpreation")

  781. then

  782. if c.Name == "Magnetite" then

  783. if (n.Position - c.Position).Magnitude < 50 then

  784. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  785. end

  786. end

  787. end

  788. end

  789. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  790. if

  791. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  792. c:IsA("UnionOpreation")

  793. then

  794. if c.Name == "Magnetite" then

  795. if (n.Position - c.Position).Magnitude < 50 then

  796. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  797. end

  798. end

  799. end

  800. end

  801. end

  802. )

  803. end

  804. end

  805. )

  806. end

  807. end

  808. )

  809. getgenv().autopickupPinkDiamond = false

  810. l:CreateToggle(

  811. "Auto PickUp Pink Diamond",

  812. function(m)

  813. getgenv().autopickupPinkDiamond = m

  814. if m then

  815. spawn(

  816. function()

  817. while autopickupPinkDiamond do

  818. wait()

  819. pcall(

  820. function()

  821. local n = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

  822. local o = game:GetService("ReplicatedStorage")

  823. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  824. if

  825. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  826. c:IsA("UnionOpreation")

  827. then

  828. if c.Name == "Pink Diamond" or c.Name:find("Pink") then

  829. if (n.Position - c.Position).Magnitude < 50 then

  830. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  831. end

  832. end

  833. end

  834. end

  835. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  836. if

  837. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  838. c:IsA("UnionOpreation")

  839. then

  840. if c.Name == "Pink Diamond" or c.Name:find("Pink") then

  841. if (n.Position - c.Position).Magnitude < 50 then

  842. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  843. end

  844. end

  845. end

  846. end

  847. end

  848. )

  849. end

  850. end

  851. )

  852. end

  853. end

  854. )

  855. getgenv().autopickupSpiritKey = false

  856. l:CreateToggle(

  857. "Auto PickUp Spirit Key",

  858. function(m)

  859. getgenv().autopickupSpiritKey = m

  860. if m then

  861. spawn(

  862. function()

  863. while autopickupSpiritKey do

  864. wait()

  865. pcall(

  866. function()

  867. local n = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

  868. local o = game:GetService("ReplicatedStorage")

  869. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  870. if

  871. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  872. c:IsA("UnionOpreation")

  873. then

  874. if c.Name == "Spirit Key" then

  875. if (n.Position - c.Position).Magnitude < 50 then

  876. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  877. end

  878. end

  879. end

  880. end

  881. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  882. if

  883. c:FindFirstChild("Pickup") and c:IsA("BasePart") or

  884. c:IsA("UnionOpreation")

  885. then

  886. if c.Name == "Spirit Key" then

  887. if (n.Position - c.Position).Magnitude < 50 then

  888. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  889. end

  890. end

  891. end

  892. end

  893. end

  894. )

  895. end

  896. end

  897. )

  898. end

  899. end

  900. )

  901. local r = k:CreateTab("TP-Pos")

  902. local s

  903. r:CreateButton(

  904. "Select Position 1 (2)",

  905. function()

  906. s = nil

  907. wait()

  908. s = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)

  909. end

  910. )

  911. local t

  912. r:CreateButton(

  913. "Select Position 2 (2)",

  914. function()

  915. t = nil

  916. wait()

  917. t = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)

  918. end

  919. )

  920. getgenv().autotpselectedpos1 = false

  921. r:CreateToggle(

  922. "Auto Teleport Selected Position (2)",

  923. function(m)

  924. getgenv().autotpselectedpos1 = m

  925. if m then

  926. spawn(

  927. function()

  928. while autotpselectedpos1 do

  929. wait()

  930. pcall(

  931. function()

  932. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  933. local u = s

  934. local v = 10

  935. local w =

  936. math.round(math.abs((n.Position - u.Position).Magnitude)) / tonumber(v)

  937. local x =

  938. game:GetService("TweenService"):Create(

  939. n,

  940. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  941. {CFrame = u}

  942. )

  943. x:Play()

  944. task.wait(w)

  945. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  946. local u = t

  947. local v = 10

  948. local w =

  949. math.round(math.abs((n.Position - u.Position).Magnitude)) / tonumber(v)

  950. local x =

  951. game:GetService("TweenService"):Create(

  952. n,

  953. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  954. {CFrame = u}

  955. )

  956. x:Play()

  957. task.wait(w)

  958. end

  959. )

  960. end

  961. end

  962. )

  963. end

  964. end

  965. )

  966. r:CreateBlankLabel("")

  967. local y

  968. r:CreateButton(

  969. "Select Position 1 (5)",

  970. function()

  971. y = nil

  972. wait()

  973. y = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)

  974. end

  975. )

  976. local z

  977. r:CreateButton(

  978. "Select Position 2 (5)",

  979. function()

  980. z = nil

  981. wait()

  982. z = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)

  983. end

  984. )

  985. local A

  986. r:CreateButton(

  987. "Select Position 3 (5)",

  988. function()

  989. A = nil

  990. wait()

  991. A = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)

  992. end

  993. )

  994. local B

  995. r:CreateButton(

  996. "Select Position 4 (5)",

  997. function()

  998. B = nil

  999. wait()

  1000. B = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)

  1001. end

  1002. )

  1003. local C

  1004. r:CreateButton(

  1005. "Select Position 5 (5)",

  1006. function()

  1007. C = nil

  1008. wait()

  1009. C = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)

  1010. end

  1011. )

  1012. getgenv().autotpselectedposv2 = false

  1013. r:CreateToggle(

  1014. "Auto Teleport Selected Position (5)",

  1015. function(m)

  1016. getgenv().autotpselectedposv2 = m

  1017. if m then

  1018. spawn(

  1019. function()

  1020. while autotpselectedposv2 do

  1021. wait()

  1022. pcall(

  1023. function()

  1024. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1025. local u = y

  1026. local v = 10

  1027. local w =

  1028. math.round(math.abs((n.Position - u.Position).Magnitude)) / tonumber(v)

  1029. local x =

  1030. game:GetService("TweenService"):Create(

  1031. n,

  1032. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  1033. {CFrame = u}

  1034. )

  1035. x:Play()

  1036. wait(w)

  1037. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1038. local u = z

  1039. local v = 10

  1040. local w =

  1041. math.round(math.abs((n.Position - u.Position).Magnitude)) / tonumber(v)

  1042. local x =

  1043. game:GetService("TweenService"):Create(

  1044. n,

  1045. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  1046. {CFrame = u}

  1047. )

  1048. x:Play()

  1049. wait(w)

  1050. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1051. local u = A

  1052. local v = 10

  1053. local w =

  1054. math.round(math.abs((n.Position - u.Position).Magnitude)) / tonumber(v)

  1055. local x =

  1056. game:GetService("TweenService"):Create(

  1057. n,

  1058. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  1059. {CFrame = u}

  1060. )

  1061. x:Play()

  1062. wait(w)

  1063. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1064. local u = B

  1065. local v = 10

  1066. local w =

  1067. math.round(math.abs((n.Position - u.Position).Magnitude)) / tonumber(v)

  1068. local x =

  1069. game:GetService("TweenService"):Create(

  1070. n,

  1071. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  1072. {CFrame = u}

  1073. )

  1074. x:Play()

  1075. wait(w)

  1076. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1077. local u = C

  1078. local v = 10

  1079. local w =

  1080. math.round(math.abs((n.Position - u.Position).Magnitude)) / tonumber(v)

  1081. local x =

  1082. game:GetService("TweenService"):Create(

  1083. n,

  1084. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  1085. {CFrame = u}

  1086. )

  1087. x:Play()

  1088. wait(w)

  1089. end

  1090. )

  1091. end

  1092. end

  1093. )

  1094. end

  1095. end

  1096. )

  1097. r:CreateBlankLabel("")

  1098. local D

  1099. r:CreateButton(

  1100. "Select Position 1 (10)",

  1101. function()

  1102. D = nil

  1103. wait()

  1104. D = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)

  1105. end

  1106. )

  1107. local E

  1108. r:CreateButton(

  1109. "Select Position 2 (10)",

  1110. function()

  1111. E = nil

  1112. wait()

  1113. E = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)

  1114. end

  1115. )

  1116. local F

  1117. r:CreateButton(

  1118. "Select Position 3 (10)",

  1119. function()

  1120. F = nil

  1121. wait()

  1122. F = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)

  1123. end

  1124. )

  1125. local G

  1126. r:CreateButton(

  1127. "Select Position 4 (10)",

  1128. function()

  1129. G = nil

  1130. wait()

  1131. G = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)

  1132. end

  1133. )

  1134. local H

  1135. r:CreateButton(

  1136. "Select Position 5 (10)",

  1137. function()

  1138. H = nil

  1139. wait()

  1140. H = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)

  1141. end

  1142. )

  1143. local I

  1144. r:CreateButton(

  1145. "Select Position 6 (10)",

  1146. function()

  1147. I = nil

  1148. wait()

  1149. I = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)

  1150. end

  1151. )

  1152. local J

  1153. r:CreateButton(

  1154. "Select Position 7 (10)",

  1155. function()

  1156. J = nil

  1157. wait()

  1158. J = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)

  1159. end

  1160. )

  1161. local K

  1162. r:CreateButton(

  1163. "Select Position 8 (10)",

  1164. function()

  1165. K = nil

  1166. wait()

  1167. K = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)

  1168. end

  1169. )

  1170. local L

  1171. r:CreateButton(

  1172. "Select Position 9 (10)",

  1173. function()

  1174. L = nil

  1175. wait()

  1176. L = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)

  1177. end

  1178. )

  1179. local M

  1180. r:CreateButton(

  1181. "Select Position 10 (10)",

  1182. function()

  1183. M = nil

  1184. wait()

  1185. M = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)

  1186. end

  1187. )

  1188. getgenv().autotpselectedposv3 = false

  1189. r:CreateToggle(

  1190. "Auto Teleport Selected Position (10)",

  1191. function(m)

  1192. getgenv().autotpselectedposv3 = m

  1193. if m then

  1194. spawn(

  1195. function()

  1196. while autotpselectedposv3 do

  1197. wait()

  1198. pcall(

  1199. function()

  1200. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1201. local u = D

  1202. local v = 10

  1203. local w =

  1204. math.round(math.abs((n.Position - u.Position).Magnitude)) / tonumber(v)

  1205. local x =

  1206. game:GetService("TweenService"):Create(

  1207. n,

  1208. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  1209. {CFrame = u}

  1210. )

  1211. x:Play()

  1212. wait(w)

  1213. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1214. local u = E

  1215. local v = 10

  1216. local w =

  1217. math.round(math.abs((n.Position - u.Position).Magnitude)) / tonumber(v)

  1218. local x =

  1219. game:GetService("TweenService"):Create(

  1220. n,

  1221. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  1222. {CFrame = u}

  1223. )

  1224. x:Play()

  1225. wait(w)

  1226. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1227. local u = F

  1228. local v = 10

  1229. local w =

  1230. math.round(math.abs((n.Position - u.Position).Magnitude)) / tonumber(v)

  1231. local x =

  1232. game:GetService("TweenService"):Create(

  1233. n,

  1234. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  1235. {CFrame = u}

  1236. )

  1237. x:Play()

  1238. wait(w)

  1239. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1240. local u = G

  1241. local v = 10

  1242. local w =

  1243. math.round(math.abs((n.Position - u.Position).Magnitude)) / tonumber(v)

  1244. local x =

  1245. game:GetService("TweenService"):Create(

  1246. n,

  1247. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  1248. {CFrame = u}

  1249. )

  1250. x:Play()

  1251. wait(w)

  1252. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1253. local u = H

  1254. local v = 10

  1255. local w =

  1256. math.round(math.abs((n.Position - u.Position).Magnitude)) / tonumber(v)

  1257. local x =

  1258. game:GetService("TweenService"):Create(

  1259. n,

  1260. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  1261. {CFrame = u}

  1262. )

  1263. x:Play()

  1264. wait(w)

  1265. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1266. local u = I

  1267. local v = 10

  1268. local w =

  1269. math.round(math.abs((n.Position - u.Position).Magnitude)) / tonumber(v)

  1270. local x =

  1271. game:GetService("TweenService"):Create(

  1272. n,

  1273. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  1274. {CFrame = u}

  1275. )

  1276. x:Play()

  1277. wait(w)

  1278. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1279. local u = J

  1280. local v = 10

  1281. local w =

  1282. math.round(math.abs((n.Position - u.Position).Magnitude)) / tonumber(v)

  1283. local x =

  1284. game:GetService("TweenService"):Create(

  1285. n,

  1286. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  1287. {CFrame = u}

  1288. )

  1289. x:Play()

  1290. wait(w)

  1291. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1292. local u = K

  1293. local v = 10

  1294. local w =

  1295. math.round(math.abs((n.Position - u.Position).Magnitude)) / tonumber(v)

  1296. local x =

  1297. game:GetService("TweenService"):Create(

  1298. n,

  1299. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  1300. {CFrame = u}

  1301. )

  1302. x:Play()

  1303. wait(w)

  1304. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1305. local u = L

  1306. local v = 10

  1307. local w =

  1308. math.round(math.abs((n.Position - u.Position).Magnitude)) / tonumber(v)

  1309. local x =

  1310. game:GetService("TweenService"):Create(

  1311. n,

  1312. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  1313. {CFrame = u}

  1314. )

  1315. x:Play()

  1316. wait(w)

  1317. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1318. local u = M

  1319. local v = 10

  1320. local w =

  1321. math.round(math.abs((n.Position - u.Position).Magnitude)) / tonumber(v)

  1322. local x =

  1323. game:GetService("TweenService"):Create(

  1324. n,

  1325. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  1326. {CFrame = u}

  1327. )

  1328. x:Play()

  1329. wait(w)

  1330. end

  1331. )

  1332. end

  1333. end

  1334. )

  1335. end

  1336. end

  1337. )

  1338. local N = k:CreateTab("Farming")

  1339. N:CreateButton(

  1340. "Stop TP",

  1341. function()

  1342. local p = game:GetService("Players")

  1343. local n = p.LocalPlayer.Character.HumanoidRootPart

  1344. local u = n.CFrame

  1345. local v = 1000

  1346. local w = math.round(math.abs((n.Position - n.Position).Magnitude)) / tonumber(v)

  1347. local x =

  1348. game:GetService("TweenService"):Create(

  1349. n,

  1350. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  1351. {CFrame = u}

  1352. )

  1353. x:Play()

  1354. end

  1355. )

  1356. local O = {

  1357. "Bloodfruit",

  1358. "Pumpkin",

  1359. "Strangefruit",

  1360. "Oddberry",

  1361. "Lemon",

  1362. "Apple",

  1363. "Coconut",

  1364. "Jelly",

  1365. "Sunfruit",

  1366. "Bluefruit",

  1367. "Berry",

  1368. "Orange",

  1369. "Cloudberry",

  1370. "Banana"

  1371. }

  1372. local P

  1373. N:CreateDropdown(

  1374. "Select Plant",

  1375. O,

  1376. function(Q)

  1377. P = Q

  1378. end

  1379. )

  1380. getgenv().autofarmplant = false

  1381. N:CreateToggle(

  1382. "Auto Farm Plant",

  1383. function(m)

  1384. getgenv().autofarmplant = m

  1385. if m then

  1386. spawn(

  1387. function()

  1388. while autofarmplant do

  1389. wait()

  1390. pcall(

  1391. function()

  1392. spawn(

  1393. function()

  1394. local R

  1395. local S = 17, nil

  1396. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1397. for b, c in pairs(

  1398. game:GetService("Workspace").Deployables:GetChildren()

  1399. ) do

  1400. if not c:FindFirstChild(P) then

  1401. if

  1402. (n.Position - c:FindFirstChildWhichIsA("BasePart").Position).Magnitude <

  1403. S

  1404. then

  1405. local T = {[1] = c, [2] = P}

  1406. game:GetService("ReplicatedStorage").Events.lnteractStructure:FireServer(

  1407. unpack(T)

  1408. )

  1409. wait()

  1410. end

  1411. end

  1412. end

  1413. end

  1414. )

  1415. end

  1416. )

  1417. end

  1418. end

  1419. )

  1420. end

  1421. end

  1422. )

  1423. getgenv().autoharvest = false

  1424. N:CreateToggle(

  1425. "Auto Harvest Plant",

  1426. function(m)

  1427. getgenv().autoharvest = m

  1428. if m then

  1429. spawn(

  1430. function()

  1431. while autoharvest do

  1432. wait()

  1433. pcall(

  1434. function()

  1435. spawn(

  1436. function()

  1437. local S = 18, nil

  1438. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1439. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  1440. if c:FindFirstChild("Pickup") and c:IsA("Model") then

  1441. if

  1442. (n.Position - c:FindFirstChildWhichIsA("BasePart").Position).Magnitude <

  1443. S

  1444. then

  1445. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(

  1446. c

  1447. )

  1448. S =

  1449. (n.Position -

  1450. c:FindFirstChildWhichIsA("BasePart").Position).Magnitude

  1451. end

  1452. end

  1453. end

  1454. end

  1455. )

  1456. end

  1457. )

  1458. end

  1459. end

  1460. )

  1461. end

  1462. end

  1463. )

  1464. getgenv().autoharvest = false

  1465. N:CreateToggle(

  1466. "Auto Harvest Plant-TP",

  1467. function(m)

  1468. getgenv().autoharvest = m

  1469. if m then

  1470. spawn(

  1471. function()

  1472. while autoharvest do

  1473. wait()

  1474. pcall(

  1475. function()

  1476. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1477. function getNear()

  1478. local R

  1479. local S = 50, nil

  1480. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  1481. if c:FindFirstChild("Pickup") and c:IsA("Model") then

  1482. if

  1483. (n.Position - c:FindFirstChildWhichIsA("BasePart").Position).Magnitude <

  1484. S

  1485. then

  1486. R = c:FindFirstChildWhichIsA("BasePart")

  1487. S =

  1488. (n.Position - c:FindFirstChildWhichIsA("BasePart").Position).Magnitude

  1489. end

  1490. end

  1491. end

  1492. return R

  1493. end

  1494. local U = getNear()

  1495. local u = U.CFrame + Vector3.new(0, U.Size.Y, 0)

  1496. local v = 10

  1497. local w =

  1498. math.round(math.abs((n.Position - U.Position).Magnitude)) / tonumber(v)

  1499. local x =

  1500. game:GetService("TweenService"):Create(

  1501. n,

  1502. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  1503. {CFrame = u}

  1504. )

  1505. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(U.Parent)

  1506. x:Play()

  1507. end

  1508. )

  1509. end

  1510. end

  1511. )

  1512. end

  1513. end

  1514. )

  1515. getgenv().autoplantbox = false

  1516. N:CreateToggle(

  1517. "Auto Plant Box",

  1518. function(m)

  1519. getgenv().autoplantbox = m

  1520. if m then

  1521. spawn(

  1522. function()

  1523. while autoplantbox do

  1524. wait()

  1525. pcall(

  1526. function()

  1527. spawn(

  1528. function()

  1529. local V =

  1530. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Panels.Topbar.EssenceBar.TextLabel.Text

  1531. local W, X = string.gsub(V, "lvl ", "")

  1532. if tonumber(W) > 5 then

  1533. local n =

  1534. game.Players.LocalPlayer.Character.HumanoidRootPart.Position

  1535. local T = {

  1536. [1] = "Plant Box",

  1537. [2] = CFrame.new(n.X, n.Y * 2, n.Z) * CFrame.Angles(-0, 0, -0),

  1538. [3] = 0

  1539. }

  1540. game:GetService("ReplicatedStorage").Events.PlaceStructure:FireServer(

  1541. unpack(T)

  1542. )

  1543. end

  1544. end

  1545. )

  1546. end

  1547. )

  1548. end

  1549. end

  1550. )

  1551. end

  1552. end

  1553. )

  1554. getgenv().autocoinpressgold = false

  1555. N:CreateToggle(

  1556. "Auto Coin Press(Gold)",

  1557. function(m)

  1558. getgenv().autocoinpressgold = m

  1559. if m then

  1560. spawn(

  1561. function()

  1562. while autocoinpressgold do

  1563. wait()

  1564. pcall(

  1565. function()

  1566. for b, c in pairs(game:GetService("Workspace").Deployables:GetChildren()) do

  1567. if c.Name == "Coin Press" then

  1568. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1569. if

  1570. (n.Position - c:FindFirstChild("InteractPart").Position).Magnitude <

  1571. 50

  1572. then

  1573. local T = {[1] = c, [2] = "Gold"}

  1574. game:GetService("ReplicatedStorage").Events.lnteractStructure:FireServer(

  1575. unpack(T)

  1576. )

  1577. end

  1578. end

  1579. end

  1580. end

  1581. )

  1582. end

  1583. end

  1584. )

  1585. end

  1586. end

  1587. )

  1588. getgenv().autocollectcoinpress = false

  1589. N:CreateToggle(

  1590. "Auto Collect Coin(Coin Press)",

  1591. function(m)

  1592. getgenv().autocollectcoinpress = m

  1593. if m then

  1594. spawn(

  1595. function()

  1596. while autocollectcoinpress do

  1597. wait()

  1598. pcall(

  1599. function()

  1600. for b, c in pairs(game:GetService("Workspace").ItemDrops:GetChildren()) do

  1601. if c.Name:find("Coin") then

  1602. local n = game.Players.LocalPlayer.Character.HumanoidRootPart

  1603. if (n.Position - c.Position).Magnitude < 50 then

  1604. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(c)

  1605. end

  1606. end

  1607. end

  1608. end

  1609. )

  1610. end

  1611. end

  1612. )

  1613. end

  1614. end

  1615. )

  1616. N:CreateBlankLabel("")

  1617. local Y = {

  1618. "Leaves",

  1619. "Wood",

  1620. "Log",

  1621. "Arrow",

  1622. "Bloodfruit",

  1623. "Pumpkin",

  1624. "Strangefruit",

  1625. "Oddberry",

  1626. "Lemon",

  1627. "Apple",

  1628. "Coconut",

  1629. "Jelly",

  1630. "Sunfruit",

  1631. "Bluefruit",

  1632. "Berry",

  1633. "Orange",

  1634. "Cloudberry",

  1635. "Banana"

  1636. }

  1637. local Z

  1638. N:CreateDropdown(

  1639. "Select Item",

  1640. Y,

  1641. function(Q)

  1642. Z = Q

  1643. end

  1644. )

  1645. getgenv().autodropitems = false

  1646. N:CreateToggle(

  1647. "Auto Drop Selected Item",

  1648. function(m)

  1649. getgenv().autodropitems = m

  1650. if m then

  1651. spawn(

  1652. function()

  1653. while autodropitems do

  1654. wait()

  1655. pcall(

  1656. function()

  1657. spawn(

  1658. function()

  1659. game:GetService("ReplicatedStorage").Events.DropBagItem:FireServer(Z)

  1660. end

  1661. )

  1662. spawn(

  1663. function()

  1664. game:GetService("ReplicatedStorage").Events.DropBagItem:FireServer(Z)

  1665. end

  1666. )

  1667. spawn(

  1668. function()

  1669. game:GetService("ReplicatedStorage").Events.DropBagItem:FireServer(Z)

  1670. end

  1671. )

  1672. end

  1673. )

  1674. end

  1675. end

  1676. )

  1677. end

  1678. end

  1679. )

  1680. local _ = {

  1681. "Leaves",

  1682. "Wood",

  1683. "Log",

  1684. "Arrow",

  1685. "Bloodfruit",

  1686. "Pumpkin",

  1687. "Strangefruit",

  1688. "Oddberry",

  1689. "Lemon",

  1690. "Apple",

  1691. "Coconut",

  1692. "Jelly",

  1693. "Sunfruit",

  1694. "Bluefruit",

  1695. "Berry",

  1696. "Orange",

  1697. "Cloudberry",

  1698. "Banana"

  1699. }

  1700. local a0

  1701. N:CreateDropdown(

  1702. "Select Item 2",

  1703. _,

  1704. function(Q)

  1705. a0 = Q

  1706. end

  1707. )

  1708. getgenv().autodropitems2 = false

  1709. N:CreateToggle(

  1710. "Auto Drop Selected Item 2",

  1711. function(m)

  1712. getgenv().autodropitems2 = m

  1713. if m then

  1714. spawn(

  1715. function()

  1716. while autodropitems2 do

  1717. wait()

  1718. pcall(

  1719. function()

  1720. spawn(

  1721. function()

  1722. game:GetService("ReplicatedStorage").Events.DropBagItem:FireServer(a0)

  1723. end

  1724. )

  1725. spawn(

  1726. function()

  1727. game:GetService("ReplicatedStorage").Events.DropBagItem:FireServer(a0)

  1728. end

  1729. )

  1730. spawn(

  1731. function()

  1732. game:GetService("ReplicatedStorage").Events.DropBagItem:FireServer(a0)

  1733. end

  1734. )

  1735. end

  1736. )

  1737. end

  1738. end

  1739. )

  1740. end

  1741. end

  1742. )

  1743. local a1 = k:CreateTab("ESP")

  1744. getgenv().espplayers = false

  1745. a1:CreateToggle(

  1746. "Player Esp",

  1747. function(m)

  1748. getgenv().espplayers = m

  1749. local a2 = {textsize = 15}

  1750. local a3 = Instance.new("BillboardGui")

  1751. local a4 = Instance.new("TextLabel", a3)

  1752. a3.Name = "DEVIL Esp"

  1753. a3.ResetOnSpawn = false

  1754. a3.AlwaysOnTop = true

  1755. a3.LightInfluence = 0

  1756. a3.Size = UDim2.new(0, 10, 0, 10)

  1757. a4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  1758. a4.Text = ""

  1759. a4.Size = UDim2.new(0.0001, 0.00001, 0.0001, 0.00001)

  1760. a4.BorderSizePixel = 4

  1761. a4.BorderSizePixel = 0

  1762. a4.Font = "GothamMedium"

  1763. a4.TextSize = a2.textsize

  1764. spawn(

  1765. function()

  1766. while espplayers do

  1767. wait()

  1768. pcall(

  1769. function()

  1770. for b, c in pairs(game:GetService("Players"):GetPlayers()) do

  1771. if

  1772. c ~= game:GetService("Players").LocalPlayer and

  1773. c.Character.Head:FindFirstChild("DEVIL Esp") == nil

  1774. then

  1775. a4.Text = "{" .. c.Name .. "}"

  1776. a4.TextColor3 = c.Character["UpperTorso"].Color

  1777. a3:Clone().Parent = c.Character.Head

  1778. end

  1779. end

  1780. end

  1781. )

  1782. wait(0.5)

  1783. end

  1784. end

  1785. )

  1786. if not m then

  1787. pcall(

  1788. function()

  1789. for b = 1, 10 do

  1790. for b, c in pairs(game:GetService("Players"):GetPlayers()) do

  1791. for a5, a6 in pairs(c.Character.Head:GetChildren()) do

  1792. if a6.Name == "DEVIL Esp" then

  1793. a6.Parent = nil

  1794. a6:Remove()

  1795. end

  1796. end

  1797. end

  1798. wait(0.1)

  1799. end

  1800. end

  1801. )

  1802. end

  1803. end

  1804. )

  1805. getgenv().crittersesp = false

  1806. a1:CreateToggle(

  1807. "Critters Esp(Mob)",

  1808. function(m)

  1809. getgenv().crittersesp = m

  1810. if m then

  1811. spawn(

  1812. function()

  1813. while crittersesp do

  1814. wait()

  1815. pcall(

  1816. function()

  1817. for b, c in pairs(game.workspace.Critters:GetChildren()) do

  1818. if not c:FindFirstChildWhichIsA("BillboardGui") then

  1819. local a3 = Instance.new("BillboardGui", c)

  1820. local a4 = Instance.new("TextLabel", a3)

  1821. a3.Name = c.Name

  1822. a3.ResetOnSpawn = false

  1823. a3.AlwaysOnTop = true

  1824. a3.LightInfluence = 0

  1825. a3.Size = UDim2.new(0, 10, 0, 10)

  1826. a4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  1827. a4.Text = c.Name

  1828. a4.Size = UDim2.new(0.0001, 0.00001, 0.0001, 0.00001)

  1829. a4.BorderSizePixel = 4

  1830. a4.BorderColor3 = Color3.new(0, 0, 0)

  1831. a4.BorderSizePixel = 0

  1832. a4.Font = "GothamMedium"

  1833. a4.TextSize = 15

  1834. a4.TextColor3 = Color3.fromRGB(0, 0, 0)

  1835. end

  1836. end

  1837. end

  1838. )

  1839. wait(5)

  1840. end

  1841. end

  1842. )

  1843. end

  1844. if m then

  1845. else

  1846. pcall(

  1847. function()

  1848. for b = 1, 10 do

  1849. for b, c in pairs(game.workspace.Critters:GetChildren()) do

  1850. c:FindFirstChildWhichIsA("BillboardGui"):Remove()

  1851. end

  1852. wait(0.1)

  1853. end

  1854. end

  1855. )

  1856. end

  1857. end

  1858. )

  1859. getgenv().ironesp = false

  1860. a1:CreateToggle(

  1861. "Iron Esp",

  1862. function(m)

  1863. getgenv().ironesp = m

  1864. if m then

  1865. spawn(

  1866. function()

  1867. while ironesp do

  1868. wait()

  1869. pcall(

  1870. function()

  1871. for b, c in pairs(game.workspace:GetChildren()) do

  1872. if c.Name:find("Iron") then

  1873. if not c:FindFirstChildWhichIsA("BillboardGui") then

  1874. local a3 = Instance.new("BillboardGui", c)

  1875. local a4 = Instance.new("TextLabel", a3)

  1876. a3.Name = c.Name

  1877. a3.ResetOnSpawn = false

  1878. a3.AlwaysOnTop = true

  1879. a3.LightInfluence = 0

  1880. a3.Size = UDim2.new(0, 10, 0, 10)

  1881. a4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  1882. a4.Text = c.Name

  1883. a4.Size = UDim2.new(0.0001, 0.00001, 0.0001, 0.00001)

  1884. a4.BorderSizePixel = 4

  1885. a4.BorderColor3 = Color3.new(92, 64, 51)

  1886. a4.BorderSizePixel = 0

  1887. a4.Font = "GothamMedium"

  1888. a4.TextSize = 15

  1889. a4.TextColor3 = Color3.fromRGB(92, 64, 51)

  1890. end

  1891. end

  1892. end

  1893. end

  1894. )

  1895. wait(5)

  1896. end

  1897. end

  1898. )

  1899. end

  1900. if m then

  1901. else

  1902. pcall(

  1903. function()

  1904. for b = 1, 10 do

  1905. for b, c in pairs(game.workspace:GetChildren()) do

  1906. if c.Name:find("Iron") then

  1907. c:FindFirstChildWhichIsA("BillboardGui"):Remove()

  1908. end

  1909. end

  1910. wait(0.1)

  1911. end

  1912. end

  1913. )

  1914. end

  1915. end

  1916. )

  1917. getgenv().goldesp = false

  1918. a1:CreateToggle(

  1919. "Gold Esp",

  1920. function(m)

  1921. getgenv().goldesp = m

  1922. if m then

  1923. spawn(

  1924. function()

  1925. while goldesp do

  1926. wait()

  1927. pcall(

  1928. function()

  1929. for b, c in pairs(game.workspace:GetChildren()) do

  1930. if c.Name:find("Gold") then

  1931. if not c:FindFirstChildWhichIsA("BillboardGui") then

  1932. local a3 = Instance.new("BillboardGui", c)

  1933. local a4 = Instance.new("TextLabel", a3)

  1934. a3.Name = c.Name

  1935. a3.ResetOnSpawn = false

  1936. a3.AlwaysOnTop = true

  1937. a3.LightInfluence = 0

  1938. a3.Size = UDim2.new(0, 10, 0, 10)

  1939. a4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  1940. a4.Text = c.Name

  1941. a4.Size = UDim2.new(0.0001, 0.00001, 0.0001, 0.00001)

  1942. a4.BorderSizePixel = 4

  1943. a4.BorderColor3 = Color3.new(249, 214, 46)

  1944. a4.BorderSizePixel = 0

  1945. a4.Font = "GothamMedium"

  1946. a4.TextSize = 15

  1947. a4.TextColor3 = Color3.fromRGB(249, 214, 46)

  1948. end

  1949. end

  1950. end

  1951. end

  1952. )

  1953. wait(5)

  1954. end

  1955. end

  1956. )

  1957. end

  1958. if m then

  1959. else

  1960. pcall(

  1961. function()

  1962. for b = 1, 10 do

  1963. for b, c in pairs(game.workspace:GetChildren()) do

  1964. if c.Name:find("Gold") then

  1965. c:FindFirstChildWhichIsA("BillboardGui"):Remove()

  1966. end

  1967. end

  1968. wait(0.1)

  1969. end

  1970. end

  1971. )

  1972. end

  1973. end

  1974. )

  1975. getgenv().godenmobesp = false

  1976. a1:CreateToggle(

  1977. "Goden Mob Esp",

  1978. function(m)

  1979. getgenv().godenmobesp = m

  1980. if m then

  1981. spawn(

  1982. function()

  1983. while godenmobesp do

  1984. wait()

  1985. pcall(

  1986. function()

  1987. for b, c in pairs(game.workspace.Critters:GetChildren()) do

  1988. if c.Name:find("Gold") then

  1989. if not c:FindFirstChildWhichIsA("BillboardGui") then

  1990. local a3 = Instance.new("BillboardGui", c)

  1991. local a4 = Instance.new("TextLabel", a3)

  1992. a3.Name = c.Name

  1993. a3.ResetOnSpawn = false

  1994. a3.AlwaysOnTop = true

  1995. a3.LightInfluence = 0

  1996. a3.Size = UDim2.new(0, 10, 0, 10)

  1997. a4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  1998. a4.Text = c.Name

  1999. a4.Size = UDim2.new(0.0001, 0.00001, 0.0001, 0.00001)

  2000. a4.BorderSizePixel = 4

  2001. a4.BorderColor3 = Color3.new(249, 214, 46)

  2002. a4.BorderSizePixel = 0

  2003. a4.Font = "GothamMedium"

  2004. a4.TextSize = 15

  2005. a4.TextColor3 = Color3.fromRGB(249, 214, 46)

  2006. end

  2007. end

  2008. end

  2009. end

  2010. )

  2011. wait(5)

  2012. end

  2013. end

  2014. )

  2015. end

  2016. if m then

  2017. else

  2018. pcall(

  2019. function()

  2020. for b = 1, 10 do

  2021. for b, c in pairs(game.workspace.Critters:GetChildren()) do

  2022. if c.Name:find("Gold") then

  2023. c:FindFirstChildWhichIsA("BillboardGui"):Remove()

  2024. end

  2025. end

  2026. wait(0.1)

  2027. end

  2028. end

  2029. )

  2030. end

  2031. end

  2032. )

  2033. getgenv().fireesp = false

  2034. a1:CreateToggle(

  2035. "Fire Esp",

  2036. function(m)

  2037. getgenv().fireesp = m

  2038. if m then

  2039. spawn(

  2040. function()

  2041. while fireesp do

  2042. wait()

  2043. pcall(

  2044. function()

  2045. for b, c in pairs(game.workspace:GetChildren()) do

  2046. if c.Name:find("Fire") then

  2047. if not c:FindFirstChildWhichIsA("BillboardGui") then

  2048. local a3 = Instance.new("BillboardGui", c)

  2049. local a4 = Instance.new("TextLabel", a3)

  2050. a3.Name = c.Name

  2051. a3.ResetOnSpawn = false

  2052. a3.AlwaysOnTop = true

  2053. a3.LightInfluence = 0

  2054. a3.Size = UDim2.new(0, 10, 0, 10)

  2055. a4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  2056. a4.Text = c.Name

  2057. a4.Size = UDim2.new(0.0001, 0.00001, 0.0001, 0.00001)

  2058. a4.BorderSizePixel = 4

  2059. a4.BorderColor3 = Color3.new(255, 10, 30)

  2060. a4.BorderSizePixel = 0

  2061. a4.Font = "GothamMedium"

  2062. a4.TextSize = 15

  2063. a4.TextColor3 = Color3.fromRGB(255, 10, 30)

  2064. end

  2065. end

  2066. end

  2067. end

  2068. )

  2069. wait(5)

  2070. end

  2071. end

  2072. )

  2073. end

  2074. if m then

  2075. else

  2076. pcall(

  2077. function()

  2078. for b = 1, 10 do

  2079. for b, c in pairs(game.workspace:GetChildren()) do

  2080. if c.Name:find("Fire") then

  2081. c:FindFirstChildWhichIsA("BillboardGui"):Remove()

  2082. end

  2083. end

  2084. wait(0.1)

  2085. end

  2086. end

  2087. )

  2088. end

  2089. end

  2090. )

  2091. getgenv().aduriteesp = false

  2092. a1:CreateToggle(

  2093. "Adurite Esp",

  2094. function(m)

  2095. getgenv().aduriteesp = m

  2096. if m then

  2097. spawn(

  2098. function()

  2099. while aduriteesp do

  2100. wait()

  2101. pcall(

  2102. function()

  2103. for b, c in pairs(game.workspace:GetChildren()) do

  2104. if c.Name:find("Adurite") then

  2105. if not c:FindFirstChildWhichIsA("BillboardGui") then

  2106. local a3 = Instance.new("BillboardGui", c)

  2107. local a4 = Instance.new("TextLabel", a3)

  2108. a3.Name = c.Name

  2109. a3.ResetOnSpawn = false

  2110. a3.AlwaysOnTop = true

  2111. a3.LightInfluence = 0

  2112. a3.Size = UDim2.new(0, 10, 0, 10)

  2113. a4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  2114. a4.Text = c.Name

  2115. a4.Size = UDim2.new(0.0001, 0.00001, 0.0001, 0.00001)

  2116. a4.BorderSizePixel = 4

  2117. a4.BorderColor3 = Color3.new(255, 10, 30)

  2118. a4.BorderSizePixel = 0

  2119. a4.Font = "GothamMedium"

  2120. a4.TextSize = 15

  2121. a4.TextColor3 = Color3.fromRGB(255, 10, 30)

  2122. end

  2123. end

  2124. end

  2125. end

  2126. )

  2127. wait(5)

  2128. end

  2129. end

  2130. )

  2131. end

  2132. if m then

  2133. else

  2134. pcall(

  2135. function()

  2136. for b = 1, 10 do

  2137. for b, c in pairs(game.workspace:GetChildren()) do

  2138. if c.Name:find("Adurite") then

  2139. c:FindFirstChildWhichIsA("BillboardGui"):Remove()

  2140. end

  2141. end

  2142. wait(0.1)

  2143. end

  2144. end

  2145. )

  2146. end

  2147. end

  2148. )

  2149. getgenv().crystalesp = false

  2150. a1:CreateToggle(

  2151. "Crystal Esp",

  2152. function(m)

  2153. getgenv().crystalesp = m

  2154. if m then

  2155. spawn(

  2156. function()

  2157. while crystalesp do

  2158. wait()

  2159. pcall(

  2160. function()

  2161. for b, c in pairs(game.workspace:GetChildren()) do

  2162. if c.Name:find("Crystal") then

  2163. if not c:FindFirstChildWhichIsA("BillboardGui") then

  2164. local a3 = Instance.new("BillboardGui", c)

  2165. local a4 = Instance.new("TextLabel", a3)

  2166. a3.Name = c.Name

  2167. a3.ResetOnSpawn = false

  2168. a3.AlwaysOnTop = true

  2169. a3.LightInfluence = 0

  2170. a3.Size = UDim2.new(0, 10, 0, 10)

  2171. a4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  2172. a4.Text = c.Name

  2173. a4.Size = UDim2.new(0.0001, 0.00001, 0.0001, 0.00001)

  2174. a4.BorderSizePixel = 4

  2175. a4.BorderColor3 = Color3.new(70, 206, 235)

  2176. a4.BorderSizePixel = 0

  2177. a4.Font = "GothamMedium"

  2178. a4.TextSize = 15

  2179. a4.TextColor3 = Color3.fromRGB(70, 206, 235)

  2180. end

  2181. end

  2182. end

  2183. end

  2184. )

  2185. wait(5)

  2186. end

  2187. end

  2188. )

  2189. end

  2190. if m then

  2191. else

  2192. pcall(

  2193. function()

  2194. for b = 1, 10 do

  2195. for b, c in pairs(game.workspace:GetChildren()) do

  2196. if c.Name:find("Crystal") then

  2197. c:FindFirstChildWhichIsA("BillboardGui"):Remove()

  2198. end

  2199. end

  2200. wait(0.1)

  2201. end

  2202. end

  2203. )

  2204. end

  2205. end

  2206. )

  2207. getgenv().godesp = false

  2208. a1:CreateToggle(

  2209. "God Esp",

  2210. function(m)

  2211. getgenv().godesp = m

  2212. if m then

  2213. spawn(

  2214. function()

  2215. while godesp do

  2216. wait()

  2217. pcall(

  2218. function()

  2219. for b, c in pairs(game.workspace:GetChildren()) do

  2220. if c.Name:find("God") then

  2221. if not c:FindFirstChildWhichIsA("BillboardGui") then

  2222. local a3 = Instance.new("BillboardGui", c)

  2223. local a4 = Instance.new("TextLabel", a3)

  2224. a3.Name = c.Name

  2225. a3.ResetOnSpawn = false

  2226. a3.AlwaysOnTop = true

  2227. a3.LightInfluence = 0

  2228. a3.Size = UDim2.new(0, 10, 0, 10)

  2229. a4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  2230. a4.Text = c.Name

  2231. a4.Size = UDim2.new(0.0001, 0.00001, 0.0001, 0.00001)

  2232. a4.BorderSizePixel = 4

  2233. a4.BorderColor3 = Color3.new(255, 255, 255)

  2234. a4.BorderSizePixel = 0

  2235. a4.Font = "GothamMedium"

  2236. a4.TextSize = 15

  2237. a4.TextColor3 = Color3.fromRGB(255, 255, 255)

  2238. end

  2239. end

  2240. end

  2241. end

  2242. )

  2243. wait(5)

  2244. end

  2245. end

  2246. )

  2247. end

  2248. if m then

  2249. else

  2250. pcall(

  2251. function()

  2252. for b = 1, 10 do

  2253. for b, c in pairs(game.workspace:GetChildren()) do

  2254. if c.Name:find("God") then

  2255. c:FindFirstChildWhichIsA("BillboardGui"):Remove()

  2256. end

  2257. end

  2258. wait(0.1)

  2259. end

  2260. end

  2261. )

  2262. end

  2263. end

  2264. )

  2265. getgenv().droppeditem = false

  2266. a1:CreateToggle(

  2267. "Dropped Item Esp",

  2268. function(m)

  2269. getgenv().droppeditem = m

  2270. if m then

  2271. spawn(

  2272. function()

  2273. while droppeditem do

  2274. wait()

  2275. pcall(

  2276. function()

  2277. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  2278. if c:FindFirstChild("Pickup") and c:IsA("BasePart") then

  2279. if not c:FindFirstChildWhichIsA("BillboardGui") then

  2280. local a3 = Instance.new("BillboardGui", c)

  2281. local a4 = Instance.new("TextLabel", a3)

  2282. a3.Name = c.Name

  2283. a3.ResetOnSpawn = false

  2284. a3.AlwaysOnTop = true

  2285. a3.LightInfluence = 0

  2286. a3.Size = UDim2.new(0, 10, 0, 10)

  2287. a4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  2288. a4.Text = c.Name

  2289. a4.Size = UDim2.new(0.0001, 0.00001, 0.0001, 0.00001)

  2290. a4.BorderSizePixel = 4

  2291. a4.BorderColor3 = Color3.new(0, 0, 0)

  2292. a4.BorderSizePixel = 0

  2293. a4.Font = "GothamMedium"

  2294. a4.TextSize = 15

  2295. a4.TextColor3 = Color3.fromRGB(0, 0, 0)

  2296. end

  2297. end

  2298. end

  2299. end

  2300. )

  2301. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  2302. if c:FindFirstChild("Pickup") and c:IsA("BasePart") then

  2303. if not c:FindFirstChildWhichIsA("BillboardGui") then

  2304. local a3 = Instance.new("BillboardGui", c)

  2305. local a4 = Instance.new("TextLabel", a3)

  2306. a3.Name = c.Name

  2307. a3.ResetOnSpawn = false

  2308. a3.AlwaysOnTop = true

  2309. a3.LightInfluence = 0

  2310. a3.Size = UDim2.new(0, 10, 0, 10)

  2311. a4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  2312. a4.Text = c.Name

  2313. a4.Size = UDim2.new(0.0001, 0.00001, 0.0001, 0.00001)

  2314. a4.BorderSizePixel = 4

  2315. a4.BorderColor3 = Color3.new(0, 0, 0)

  2316. a4.BorderSizePixel = 0

  2317. a4.Font = "GothamMedium"

  2318. a4.TextSize = 15

  2319. a4.TextColor3 = Color3.fromRGB(0, 0, 0)

  2320. end

  2321. end

  2322. end

  2323. wait(5)

  2324. end

  2325. end

  2326. )

  2327. end

  2328. if m then

  2329. else

  2330. pcall(

  2331. function()

  2332. for b = 1, 10 do

  2333. for b, c in pairs(game:GetService("Workspace"):GetChildren()) do

  2334. if c:FindFirstChild("Pickup") and c:IsA("BasePart") then

  2335. c:FindFirstChildWhichIsA("BillboardGui"):Remove()

  2336. c:FindFirstChildWhichIsA("BillboardGui"):Remove()

  2337. c:FindFirstChildWhichIsA("BillboardGui"):Remove()

  2338. end

  2339. end

  2340. for b, c in pairs(game:GetService("Workspace").Items:GetChildren()) do

  2341. if c:FindFirstChild("Pickup") and c:IsA("BasePart") then

  2342. c:FindFirstChildWhichIsA("BillboardGui"):Remove()

  2343. c:FindFirstChildWhichIsA("BillboardGui"):Remove()

  2344. c:FindFirstChildWhichIsA("BillboardGui"):Remove()

  2345. end

  2346. end

  2347. wait(0.1)

  2348. end

  2349. end

  2350. )

  2351. end

  2352. end

  2353. )

  2354. local a7 = k:CreateTab("Combat/Heal")

  2355. local a8 = {

  2356. "Bloodfruit",

  2357. "Pumpkin",

  2358. "Strangefruit",

  2359. "Oddberry",

  2360. "Lemon",

  2361. "Apple",

  2362. "Coconut",

  2363. "Jelly",

  2364. "Sunfruit",

  2365. "Bluefruit",

  2366. "Berry",

  2367. "Orange",

  2368. "Cloudberry",

  2369. "Banana"

  2370. }

  2371. local a9

  2372. a7:CreateDropdown(

  2373. "Select Item For Auto Heal",

  2374. a8,

  2375. function(Q)

  2376. a9 = Q

  2377. end

  2378. )

  2379. local aa

  2380. a7:CreateSlider(

  2381. "Selected Health For Auto Heal",

  2382. {Min = 1, Max = 100, Default = 0},

  2383. function(ab)

  2384. aa = ab

  2385. end

  2386. )

  2387. getgenv().autohealonhealth = false

  2388. a7:CreateToggle(

  2389. "Auto Eat/Heal On Selected Health",

  2390. function(m)

  2391. getgenv().autohealonhealth = m

  2392. if m then

  2393. spawn(

  2394. function()

  2395. while autohealonhealth do

  2396. wait()

  2397. if game.Players.LocalPlayer.Character.Humanoid.Health < aa then

  2398. pcall(

  2399. function()

  2400. spawn(

  2401. function()

  2402. game:GetService("ReplicatedStorage").Events.UseBagltem:FireServer(

  2403. a9

  2404. )

  2405. end

  2406. )

  2407. spawn(

  2408. function()

  2409. game:GetService("ReplicatedStorage").Events.UseBagltem:FireServer(

  2410. a9

  2411. )

  2412. end

  2413. )

  2414. spawn(

  2415. function()

  2416. game:GetService("ReplicatedStorage").Events.UseBagltem:FireServer(

  2417. a9

  2418. )

  2419. end

  2420. )

  2421. end

  2422. )

  2423. end

  2424. wait()

  2425. end

  2426. end

  2427. )

  2428. end

  2429. end

  2430. )

  2431. getgenv().autoeat = false

  2432. a7:CreateToggle(

  2433. "Auto Eat Selected Fruit",

  2434. function(m)

  2435. getgenv().autoeat = m

  2436. if m then

  2437. spawn(

  2438. function()

  2439. while autoeat do

  2440. wait()

  2441. pcall(

  2442. function()

  2443. spawn(

  2444. function()

  2445. game:GetService("ReplicatedStorage").Events.UseBagltem:FireServer(a9)

  2446. end

  2447. )

  2448. spawn(

  2449. function()

  2450. game:GetService("ReplicatedStorage").Events.UseBagltem:FireServer(a9)

  2451. end

  2452. )

  2453. spawn(

  2454. function()

  2455. game:GetService("ReplicatedStorage").Events.UseBagltem:FireServer(a9)

  2456. end

  2457. )

  2458. end

  2459. )

  2460. wait()

  2461. end

  2462. end

  2463. )

  2464. end

  2465. end

  2466. )

  2467. a7:CreateBlankLabel("")

  2468. getgenv().autokillplayers = false

  2469. a7:CreateToggle(

  2470. "Auto Kill Players - Aura(Nearest)",

  2471. function(m)

  2472. getgenv().autokillplayers = m

  2473. if m then

  2474. spawn(

  2475. function()

  2476. while autokillplayers do

  2477. wait()

  2478. pcall(

  2479. function()

  2480. local p = game:GetService("Players")

  2481. local n = p.LocalPlayer.Character.HumanoidRootPart

  2482. local q = game:GetService("Workspace")

  2483. local o = game:GetService("ReplicatedStorage")

  2484. function getNear()

  2485. local R

  2486. local S = 30, nil

  2487. for b, c in pairs(p:GetPlayers()) do

  2488. if c ~= p.LocalPlayer and c.Character.HumanoidRootPart then

  2489. if

  2490. (n.Position - c.Character.HumanoidRootPart.Position).Magnitude <

  2491. S

  2492. then

  2493. R = c.Character.HumanoidRootPart

  2494. S =

  2495. (n.Position - c.Character.HumanoidRootPart.Position).Magnitude

  2496. end

  2497. end

  2498. end

  2499. return R

  2500. end

  2501. local U = getNear()

  2502. local ac = {}

  2503. for b, c in pairs(U.Parent:GetChildren()) do

  2504. if c:IsA("BasePart") then

  2505. table.insert(ac, c)

  2506. end

  2507. end

  2508. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(

  2509. o.RelativeTime.Value,

  2510. ac

  2511. )

  2512. end

  2513. )

  2514. end

  2515. end

  2516. )

  2517. end

  2518. end

  2519. )

  2520. getgenv().autohitboxexpand = false

  2521. a7:CreateToggle(

  2522. "Auto HitBox Expand(Chest)",

  2523. function(m)

  2524. getgenv().autohitboxexpand = m

  2525. if m then

  2526. spawn(

  2527. function()

  2528. while autohitboxexpand do

  2529. wait()

  2530. pcall(

  2531. function()

  2532. _G.HeadSize = 30

  2533. for b, c in next, game:GetService("Players"):GetPlayers() do

  2534. if c.Name ~= game:GetService("Players").LocalPlayer.Name then

  2535. pcall(

  2536. function()

  2537. c.Character.HumanoidRootPart.Size =

  2538. Vector3.new(_G.HeadSize, _G.HeadSize, _G.HeadSize)

  2539. c.Character.HumanoidRootPart.Transparency = 0.7

  2540. c.Character.HumanoidRootPart.BrickColor =

  2541. BrickColor.new("Really blue")

  2542. c.Character.HumanoidRootPart.Material = "Neon"

  2543. end

  2544. )

  2545. end

  2546. end

  2547. end

  2548. )

  2549. end

  2550. end

  2551. )

  2552. else

  2553. wait(0.1)

  2554. _G.HeadSize = 2

  2555. for b, c in next, game:GetService("Players"):GetPlayers() do

  2556. if c.Name ~= game:GetService("Players").LocalPlayer.Name then

  2557. pcall(

  2558. function()

  2559. c.Character.HumanoidRootPart.Size =

  2560. Vector3.new(_G.HeadSize, _G.HeadSize, _G.HeadSize)

  2561. c.Character.HumanoidRootPart.Transparency = 1

  2562. end

  2563. )

  2564. end

  2565. end

  2566. end

  2567. end

  2568. )

  2569. local ad = k:CreateTab("LP/Mix")

  2570. local ae

  2571. local af = {}

  2572. ad:CreateToggle(

  2573. "Water Walkalker",

  2574. function(m)

  2575. if m then

  2576. Speeder()

  2577. return

  2578. end

  2579. ae = false

  2580. end

  2581. )

  2582. function Speeder()

  2583. if game.PlaceId == 10767870749 then

  2584. speederup = 24

  2585. else

  2586. speederup = 17

  2587. end

  2588. spawn(

  2589. function()

  2590. ae = true

  2591. function speedup()

  2592. if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character.Humanoid then

  2593. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = speederup

  2594. end

  2595. end

  2596. af.WalkSpeedChanger =

  2597. af.WalkSpeedChanger and af.WalkSpeedChanger:Disconnect() and false or

  2598. game.Players.LocalPlayer.Character:WaitForChild("Humanoid"):GetPropertyChangedSignal(

  2599. "WalkSpeed"

  2600. ):Connect(speedup)

  2601. af.WalkSpeedAlawys =

  2602. af.WalkSpeedAlawys and af.WalkSpeedAlawys:Disconnect() and false or

  2603. game.Players.LocalPlayer.CharacterAdded:Connect(

  2604. function()

  2605. af.WalkSpeedChanger =

  2606. af.WalkSpeedChanger and af.WalkSpeedChanger:Disconnect() and false or

  2607. game.Players.LocalPlayer.Character:WaitForChild("Humanoid"):GetPropertyChangedSignal(

  2608. "WalkSpeed"

  2609. ):Connect(speedup)

  2610. speedup()

  2611. end

  2612. )

  2613. speedup()

  2614. while task.wait() do

  2615. if not ae then

  2616. af.WalkSpeedChanger =

  2617. af.WalkSpeedChanger and af.WalkSpeedChanger:Disconnect() and false or nil

  2618. af.WalkSpeedAlawys = af.WalkSpeedAlawys and af.WalkSpeedAlawys:Disconnect() and false or nil

  2619. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16

  2620. return

  2621. end

  2622. end

  2623. end

  2624. )

  2625. end

  2626. ad:CreateButton(

  2627. "Teleport To Normal World",

  2628. function()

  2629. game:GetService("TeleportService"):Teleport(10758111998, game.Players.LocalPlayer)

  2630. end

  2631. )

  2632. ad:CreateButton(

  2633. "Teleport To Void",

  2634. function()

  2635. game:GetService("TeleportService"):Teleport(10767870749, game.Players.LocalPlayer)

  2636. end

  2637. )

  2638. ad:CreateButton(

  2639. "Less Player Server Hop",

  2640. function()

  2641. local ag = game.PlaceId

  2642. local ah = {}

  2643. local ai = ""

  2644. local aj = os.date("!*t").hour

  2645. local ak = false

  2646. local al =

  2647. pcall(

  2648. function()

  2649. ah = game:GetService("HttpService"):JSONDecode(readfile("NotSameServers.json"))

  2650. end

  2651. )

  2652. if not al then

  2653. table.insert(ah, aj)

  2654. writefile("NotSameServers.json", game:GetService("HttpService"):JSONEncode(ah))

  2655. end

  2656. function TPReturner()

  2657. local am

  2658. if ai == "" then

  2659. am =

  2660. game.HttpService:JSONDecode(

  2661. game:HttpGet(

  2662. "https://games.roblox.com/v1/games/" .. ag .. "/servers/Public?sortOrder=Asc&limit=100"

  2663. )

  2664. )

  2665. else

  2666. am =

  2667. game.HttpService:JSONDecode(

  2668. game:HttpGet(

  2669. "https://games.roblox.com/v1/games/" ..

  2670. ag .. "/servers/Public?sortOrder=Asc&limit=100&cursor=" .. ai

  2671. )

  2672. )

  2673. end

  2674. local an = ""

  2675. if am.nextPageCursor and am.nextPageCursor ~= "null" and am.nextPageCursor ~= nil then

  2676. ai = am.nextPageCursor

  2677. end

  2678. local ao = 0

  2679. for b, c in pairs(am.data) do

  2680. local ap = true

  2681. an = tostring(c.id)

  2682. if tonumber(c.maxPlayers) > tonumber(c.playing) then

  2683. for aq, ar in pairs(ah) do

  2684. if ao ~= 0 then

  2685. if an == tostring(ar) then

  2686. ap = false

  2687. end

  2688. else

  2689. if tonumber(aj) ~= tonumber(ar) then

  2690. local as =

  2691. pcall(

  2692. function()

  2693. delfile("NotSameServers.json")

  2694. ah = {}

  2695. table.insert(ah, aj)

  2696. end

  2697. )

  2698. end

  2699. end

  2700. ao = ao + 1

  2701. end

  2702. if ap == true then

  2703. table.insert(ah, an)

  2704. wait()

  2705. pcall(

  2706. function()

  2707. writefile("NotSameServers.json", game:GetService("HttpService"):JSONEncode(ah))

  2708. wait()

  2709. game:GetService("TeleportService"):TeleportToPlaceInstance(

  2710. ag,

  2711. an,

  2712. game.Players.LocalPlayer

  2713. )

  2714. end

  2715. )

  2716. wait(4)

  2717. end

  2718. end

  2719. end

  2720. end

  2721. function Teleport()

  2722. while wait() do

  2723. pcall(

  2724. function()

  2725. TPReturner()

  2726. if ai ~= "" then

  2727. TPReturner()

  2728. end

  2729. end

  2730. )

  2731. end

  2732. end

  2733. print("Teleporting To New Server")

  2734. Teleport()

  2735. end

  2736. )

  2737. ad:CreateButton(

  2738. "WalkSpeed(Use On Bypassed Server)",

  2739. function()

  2740. while game:GetService("RunService").RenderStepped:wait() do

  2741. local at = game:GetService("Players").LocalPlayer.Character

  2742. local a5 = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

  2743. local a6 = a5.Velocity

  2744. at:MoveTo(a5.Position + Vector3.new(a6.X / 20, a6.Y / 50, a6.Z / 20))

  2745. end

  2746. end

  2747. )

  2748. local au = game:GetService("Players")

  2749. local av = game:GetService("Players").LocalPlayer:GetMouse()

  2750. FLYING = false

  2751. iyflyspeed = 0.25

  2752. vehicleflyspeed = 0.25

  2753. function sFLY(aw)

  2754. repeat

  2755. wait()

  2756. until au.LocalPlayer and au.LocalPlayer.Character and au.LocalPlayer.Character.HumanoidRootPart and

  2757. au.LocalPlayer.Character:FindFirstChildOfClass("Humanoid")

  2758. repeat

  2759. wait()

  2760. until av

  2761. if flyKeyDown or flyKeyUp then

  2762. flyKeyDown:Disconnect()

  2763. flyKeyUp:Disconnect()

  2764. end

  2765. local ax = au.LocalPlayer.Character.HumanoidRootPart

  2766. local ay = {F = 0, B = 0, L = 0, R = 0, Q = 0, E = 0}

  2767. local az = {F = 0, B = 0, L = 0, R = 0, Q = 0, E = 0}

  2768. local aA = 0

  2769. local function aB()

  2770. FLYING = true

  2771. local aC = Instance.new("BodyGyro")

  2772. local aD = Instance.new("BodyVelocity")

  2773. aC.P = 9e4

  2774. aC.Parent = ax

  2775. aD.Parent = ax

  2776. aC.maxTorque = Vector3.new(9e9, 9e9, 9e9)

  2777. aC.cframe = ax.CFrame

  2778. aD.velocity = Vector3.new(0, 0, 0)

  2779. aD.maxForce = Vector3.new(9e9, 9e9, 9e9)

  2780. task.spawn(

  2781. function()

  2782. repeat

  2783. wait()

  2784. if not aw and au.LocalPlayer.Character:FindFirstChildOfClass("Humanoid") then

  2785. au.LocalPlayer.Character:FindFirstChildOfClass("Humanoid").PlatformStand = true

  2786. end

  2787. if ay.L + ay.R ~= 0 or ay.F + ay.B ~= 0 or ay.Q + ay.E ~= 0 then

  2788. aA = 50

  2789. elseif not (ay.L + ay.R ~= 0 or ay.F + ay.B ~= 0 or ay.Q + ay.E ~= 0) and aA ~= 0 then

  2790. aA = 0

  2791. end

  2792. if ay.L + ay.R ~= 0 or ay.F + ay.B ~= 0 or ay.Q + ay.E ~= 0 then

  2793. aD.velocity =

  2794. (workspace.CurrentCamera.CoordinateFrame.lookVector * (ay.F + ay.B) +

  2795. workspace.CurrentCamera.CoordinateFrame *

  2796. CFrame.new(ay.L + ay.R, (ay.F + ay.B + ay.Q + ay.E) * 0.2, 0).p -

  2797. workspace.CurrentCamera.CoordinateFrame.p) *

  2798. aA

  2799. az = {F = ay.F, B = ay.B, L = ay.L, R = ay.R}

  2800. elseif ay.L + ay.R == 0 and ay.F + ay.B == 0 and ay.Q + ay.E == 0 and aA ~= 0 then

  2801. aD.velocity =

  2802. (workspace.CurrentCamera.CoordinateFrame.lookVector * (az.F + az.B) +

  2803. workspace.CurrentCamera.CoordinateFrame *

  2804. CFrame.new(az.L + az.R, (az.F + az.B + ay.Q + ay.E) * 0.2, 0).p -

  2805. workspace.CurrentCamera.CoordinateFrame.p) *

  2806. aA

  2807. else

  2808. aD.velocity = Vector3.new(0, 0, 0)

  2809. end

  2810. aC.cframe = workspace.CurrentCamera.CoordinateFrame

  2811. until not FLYING

  2812. ay = {F = 0, B = 0, L = 0, R = 0, Q = 0, E = 0}

  2813. az = {F = 0, B = 0, L = 0, R = 0, Q = 0, E = 0}

  2814. aA = 0

  2815. aC:Destroy()

  2816. aD:Destroy()

  2817. if au.LocalPlayer.Character:FindFirstChildOfClass("Humanoid") then

  2818. au.LocalPlayer.Character:FindFirstChildOfClass("Humanoid").PlatformStand = false

  2819. end

  2820. end

  2821. )

  2822. end

  2823. flyKeyDown =

  2824. av.KeyDown:Connect(

  2825. function(aE)

  2826. if aE:lower() == "w" then

  2827. ay.F = aw and vehicleflyspeed or iyflyspeed

  2828. elseif aE:lower() == "s" then

  2829. ay.B = -(aw and vehicleflyspeed or iyflyspeed)

  2830. elseif aE:lower() == "a" then

  2831. ay.L = -(aw and vehicleflyspeed or iyflyspeed)

  2832. elseif aE:lower() == "d" then

  2833. ay.R = aw and vehicleflyspeed or iyflyspeed

  2834. elseif QEfly and aE:lower() == "e" then

  2835. ay.Q = (aw and vehicleflyspeed or iyflyspeed) * 2

  2836. elseif QEfly and aE:lower() == "q" then

  2837. ay.E = -(aw and vehicleflyspeed or iyflyspeed) * 2

  2838. end

  2839. pcall(

  2840. function()

  2841. workspace.CurrentCamera.CameraType = Enum.CameraType.Track

  2842. end

  2843. )

  2844. end

  2845. )

  2846. flyKeyUp =

  2847. av.KeyUp:Connect(

  2848. function(aE)

  2849. if aE:lower() == "w" then

  2850. ay.F = 0

  2851. elseif aE:lower() == "s" then

  2852. ay.B = 0

  2853. elseif aE:lower() == "a" then

  2854. ay.L = 0

  2855. elseif aE:lower() == "d" then

  2856. ay.R = 0

  2857. elseif aE:lower() == "e" then

  2858. ay.Q = 0

  2859. elseif aE:lower() == "q" then

  2860. ay.E = 0

  2861. end

  2862. end

  2863. )

  2864. aB()

  2865. end

  2866. function NOFLY()

  2867. FLYING = false

  2868. if flyKeyDown or flyKeyUp then

  2869. flyKeyDown:Disconnect()

  2870. flyKeyUp:Disconnect()

  2871. end

  2872. if au.LocalPlayer.Character:FindFirstChildOfClass("Humanoid") then

  2873. au.LocalPlayer.Character.Humanoid.PlatformStand = false

  2874. end

  2875. pcall(

  2876. function()

  2877. workspace.CurrentCamera.CameraType = Enum.CameraType.Custom

  2878. end

  2879. )

  2880. end

  2881. ad:CreateToggle(

  2882. "Fly - V3rmillion.net",

  2883. function(m)

  2884. if m then

  2885. sFLY(true)

  2886. else

  2887. NOFLY()

  2888. wait()

  2889. NOFLY()

  2890. end

  2891. end

  2892. )

  2893. ad:CreateButton(

  2894. "Infinity Jump - V3rmillion.net",

  2895. function()

  2896. local aF = game:GetService "Players".LocalPlayer

  2897. local aG = game:GetService "UserInputService"

  2898. _G.JumpHeight = 50

  2899. function Action(aH, aI)

  2900. if aH ~= nil then

  2901. aI(aH)

  2902. end

  2903. end

  2904. aG.InputBegan:connect(

  2905. function(aJ)

  2906. if aJ.UserInputType == Enum.UserInputType.Keyboard and aJ.KeyCode == Enum.KeyCode.Space then

  2907. Action(

  2908. aF.Character.Humanoid,

  2909. function(self)

  2910. if

  2911. self:GetState() == Enum.HumanoidStateType.Jumping or

  2912. self:GetState() == Enum.HumanoidStateType.Freefall

  2913. then

  2914. Action(

  2915. self.Parent.HumanoidRootPart,

  2916. function(self)

  2917. self.Velocity = Vector3.new(0, _G.JumpHeight, 0)

  2918. end

  2919. )

  2920. end

  2921. end

  2922. )

  2923. end

  2924. end

  2925. )

  2926. end

  2927. )

  2928. ad:CreateButton(

  2929. "Remove Water",

  2930. function()

  2931. local aK = workspace.Terrain

  2932. local aL = 640

  2933. local aM = Enum.Material.Water

  2934. local aN = Enum.Material.Air

  2935. local aO = math.floor

  2936. function isInRegion3(aP, aQ)

  2937. local aR = (aQ - aP.CFrame.p) / aP.Size

  2938. return -0.5 <= aR.X and aR.X <= 0.5 and -0.5 <= aR.Y and aR.Y <= 0.5 and -0.5 <= aR.Z and

  2939. aR.Z <= 0.5

  2940. end

  2941. local function aS(ao)

  2942. return math.floor(ao + .5)

  2943. end

  2944. local function aT(aU)

  2945. local aV = aS(aU.X)

  2946. aV = aV - aV % 4 + 2

  2947. local aW = aS(aU.Y)

  2948. aW = aW - aW % 4 + 2

  2949. local aX = aS(aU.Z)

  2950. aX = aX - aX % 4 + 2

  2951. return Vector3.new(aV, aW, aX)

  2952. end

  2953. local function aY(aZ)

  2954. local a_, ao, b0 = string.match(aZ, "^([^%d]*%d)(%d*)(.-)$")

  2955. return a_ .. ao:reverse():gsub("(%d%d%d)", "%1,"):reverse() .. b0

  2956. end

  2957. local function b1(b2, b3)

  2958. local b4 = tick()

  2959. b2 = aT(b2)

  2960. local b5 = nil

  2961. local b6 = nil

  2962. local b7 = Region3.new(b2 - b3 / 2, b2 + b3 / 2)

  2963. b7:ExpandToGrid(4)

  2964. local b8 = b7.CFrame.p - b7.Size / 2

  2965. print("Starting")

  2966. local b9 = 0

  2967. local ba = {}

  2968. local bb = aT(b8)

  2969. local bc = 0

  2970. local bd = 0

  2971. local be = 0

  2972. local bf = false

  2973. repeat

  2974. local bg = bb + Vector3.new(bc, bd, be)

  2975. local bh = b7.CFrame.p + b7.Size / 2 - bg

  2976. local aV, aW, aX = bh.X, bh.Y, bh.Z

  2977. if aV > aL then

  2978. aV = aL

  2979. end

  2980. if aW > aL then

  2981. aW = aL

  2982. end

  2983. if aX > aL then

  2984. aX = aL

  2985. end

  2986. bh = Vector3.new(aV, aW, aX)

  2987. local aP = Region3.new(bg, bg + bh)

  2988. aP = aP:ExpandToGrid(4)

  2989. table.insert(ba, aP)

  2990. be = be + aL

  2991. if be >= b7.Size.Z then

  2992. be = 0

  2993. bd = bd + aL

  2994. end

  2995. if bd >= b7.Size.Y then

  2996. bd = 0

  2997. bc = bc + aL

  2998. end

  2999. if bc >= b7.Size.X then

  3000. bf = true

  3001. end

  3002. until bf

  3003. print("Writing to ", #ba, " regions!")

  3004. print("Removing water...")

  3005. local bi = 0

  3006. local bj = 0

  3007. local bk = b3.X * b3.Y * b3.Z

  3008. local bl, bm, b6, bh, bn, bo, bp, bq, br

  3009. for bs, aP in pairs(ba) do

  3010. bl = 0

  3011. bm, b6 = aK:ReadVoxels(aP, 4)

  3012. bh = bm.Size

  3013. for aV = 1, bh.X do

  3014. bn = bm[aV]

  3015. bo = b6[aV]

  3016. for aW = 1, bh.Y do

  3017. bp = bn[aW]

  3018. bq = bo[aW]

  3019. for aX = 1, bh.Z do

  3020. bj = bj + 1

  3021. if bp[aX] == aM then

  3022. bp[aX] = aN

  3023. bq[aX] = 0

  3024. bl = bl + 1

  3025. end

  3026. end

  3027. end

  3028. end

  3029. if bl > 0 then

  3030. aK:WriteVoxels(aP, 4, bm, b6)

  3031. end

  3032. if bs % 4 == 0 then

  3033. print(aO(bs / #ba * 1000 + 0.5) / 10 .. "% complete!")

  3034. wait(0)

  3035. end

  3036. bi = bi + bl

  3037. end

  3038. print("Total time elapsed: ", tick() - b4, " seconds!")

  3039. print("Total water blocks removed: ", bi)

  3040. print("Total cells processed: ", aY(bj))

  3041. print("Region/Chunks: ", #ba)

  3042. print("Total Volume: ", bk, "cubic studs")

  3043. print("Done processing")

  3044. end

  3045. b1(Vector3.new(0, 0, 0), Vector3.new(5000, 30, 5000))

  3046. end

  3047. )

  3048. local bt

  3049. ad:CreateToggle(

  3050. "Press (F) To Teleport",

  3051. function(m)

  3052. if m then

  3053. bt =

  3054. game:GetService("UserInputService").InputBegan:Connect(

  3055. function(m)

  3056. if m.KeyCode == Enum.KeyCode.F then

  3057. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =

  3058. CFrame.new(game.Players.LocalPlayer:GetMouse().Hit.p)

  3059. end

  3060. end

  3061. )

  3062. return

  3063. end

  3064. bt:Disconnect()

  3065. end

  3066. )

  3067. local bu

  3068. ad:CreateToggle(

  3069. "FullBright",

  3070. function(m)

  3071. if bu then

  3072. bu = false

  3073. return

  3074. end

  3075. FullBright()

  3076. end

  3077. )

  3078. function FullBright()

  3079. bu = true

  3080. spawn(

  3081. function()

  3082. while task.wait() do

  3083. if not bu then

  3084. local bv = game:GetService("Lighting")

  3085. local bw = game:GetService("ReplicatedStorage")

  3086. bv.Brightness = 3

  3087. bv.ClockTime = 14

  3088. bv.FogEnd = 1000

  3089. bv.GlobalShadows = true

  3090. bv.OutdoorAmbient = Color3.fromRGB(255, 255, 255)

  3091. if bv.Shine then

  3092. bv.Shine:Destroy()

  3093. end

  3094. return

  3095. end

  3096. local bv = game:GetService("Lighting")

  3097. local bw = game:GetService("ReplicatedStorage")

  3098. bv.Brightness = 2

  3099. bv.ClockTime = 14

  3100. bv.FogEnd = 100000

  3101. bv.GlobalShadows = false

  3102. bv.OutdoorAmbient = Color3.fromRGB(128, 128, 128)

  3103. if bv:FindFirstChild("Rain") then

  3104. bv:FindFirstChild("Rain"):Destroy()

  3105. end

  3106. if bv:FindFirstChild("Doom") then

  3107. bv:FindFirstChild("Doom"):Destroy()

  3108. end

  3109. if not bv:FindFirstChild("Shine") then

  3110. local bx = bw.Skies.Shine:Clone()

  3111. bx.Parent = bv

  3112. end

  3113. if workspace:FindFirstChild("RainPart") then

  3114. workspace:FindFirstChild("RainPart"):Destroy()

  3115. end

  3116. end

  3117. end

  3118. )

  3119. end

  3120. local by = k:CreateTab("Main/TP")

  3121. by:CreateTextLabel("it's still in development :)")

  3122. by:CreateButton(

  3123. "Teleport Near Old God",

  3124. function()

  3125. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =

  3126. CFrame.new(225.83612060546875, -125.41963195800781, 1084.415771484375)

  3127. wait(0.05)

  3128. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =

  3129. CFrame.new(225.83612060546875, -125.41963195800781, 1084.415771484375)

  3130. end

  3131. )

  3132. by:CreateButton(

  3133. "Teleport Near Hateful God",

  3134. function()

  3135. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =

  3136. CFrame.new(-1063.0650634765625, -185.97500610351562, -429.73388671875)

  3137. wait(0.05)

  3138. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =

  3139. CFrame.new(-1063.0650634765625, -185.97500610351562, -429.73388671875)

  3140. end

  3141. )

  3142. local au = game:GetService("Players")

  3143. local av = game:GetService("Players").LocalPlayer:GetMouse()

  3144. FLYING = false

  3145. iyflyspeed = 0.25

  3146. vehicleflyspeed = 0.25

  3147. function TPBypass(aw)

  3148. repeat

  3149. wait()

  3150. until au.LocalPlayer and au.LocalPlayer.Character and au.LocalPlayer.Character.HumanoidRootPart and

  3151. au.LocalPlayer.Character:FindFirstChildOfClass("Humanoid")

  3152. repeat

  3153. wait()

  3154. until av

  3155. if flyKeyDown or flyKeyUp then

  3156. flyKeyDown:Disconnect()

  3157. flyKeyUp:Disconnect()

  3158. end

  3159. local ax = au.LocalPlayer.Character.HumanoidRootPart

  3160. local ay = {F = 0, B = 0, L = 0, R = 0, Q = 0, E = 0}

  3161. local az = {F = 0, B = 0, L = 0, R = 0, Q = 0, E = 0}

  3162. local aA = 0

  3163. local function aB()

  3164. FLYING = true

  3165. local aC = Instance.new("BodyGyro")

  3166. local aD = Instance.new("BodyVelocity")

  3167. aC.P = 9e4

  3168. aC.Parent = ax

  3169. aD.Parent = ax

  3170. aC.maxTorque = Vector3.new(9e9, 9e9, 9e9)

  3171. aC.cframe = ax.CFrame

  3172. aD.velocity = Vector3.new(0, 0, 0)

  3173. aD.maxForce = Vector3.new(9e9, 9e9, 9e9)

  3174. task.spawn(

  3175. function()

  3176. repeat

  3177. wait()

  3178. if not aw and au.LocalPlayer.Character:FindFirstChildOfClass("Humanoid") then

  3179. au.LocalPlayer.Character:FindFirstChildOfClass("Humanoid").PlatformStand = true

  3180. end

  3181. if ay.L + ay.R ~= 0 or ay.F + ay.B ~= 0 or ay.Q + ay.E ~= 0 then

  3182. aA = 50

  3183. elseif not (ay.L + ay.R ~= 0 or ay.F + ay.B ~= 0 or ay.Q + ay.E ~= 0) and aA ~= 0 then

  3184. aA = 0

  3185. end

  3186. if ay.L + ay.R ~= 0 or ay.F + ay.B ~= 0 or ay.Q + ay.E ~= 0 then

  3187. aD.velocity =

  3188. (workspace.CurrentCamera.CoordinateFrame.lookVector * (ay.F + ay.B) +

  3189. workspace.CurrentCamera.CoordinateFrame *

  3190. CFrame.new(ay.L + ay.R, (ay.F + ay.B + ay.Q + ay.E) * 0.2, 0).p -

  3191. workspace.CurrentCamera.CoordinateFrame.p) *

  3192. aA

  3193. az = {F = ay.F, B = ay.B, L = ay.L, R = ay.R}

  3194. elseif ay.L + ay.R == 0 and ay.F + ay.B == 0 and ay.Q + ay.E == 0 and aA ~= 0 then

  3195. aD.velocity =

  3196. (workspace.CurrentCamera.CoordinateFrame.lookVector * (az.F + az.B) +

  3197. workspace.CurrentCamera.CoordinateFrame *

  3198. CFrame.new(az.L + az.R, (az.F + az.B + ay.Q + ay.E) * 0.2, 0).p -

  3199. workspace.CurrentCamera.CoordinateFrame.p) *

  3200. aA

  3201. else

  3202. aD.velocity = Vector3.new(0, 0, 0)

  3203. end

  3204. aC.cframe = workspace.CurrentCamera.CoordinateFrame

  3205. until not FLYING

  3206. ay = {F = 0, B = 0, L = 0, R = 0, Q = 0, E = 0}

  3207. az = {F = 0, B = 0, L = 0, R = 0, Q = 0, E = 0}

  3208. aA = 0

  3209. aC:Destroy()

  3210. aD:Destroy()

  3211. if au.LocalPlayer.Character:FindFirstChildOfClass("Humanoid") then

  3212. au.LocalPlayer.Character:FindFirstChildOfClass("Humanoid").PlatformStand = false

  3213. end

  3214. end

  3215. )

  3216. end

  3217. flyKeyDown =

  3218. av.KeyDown:Connect(

  3219. function(aE)

  3220. if aE:lower() == "w" then

  3221. ay.F = aw and vehicleflyspeed or iyflyspeed

  3222. elseif aE:lower() == "s" then

  3223. ay.B = -(aw and vehicleflyspeed or iyflyspeed)

  3224. elseif aE:lower() == "a" then

  3225. ay.L = -(aw and vehicleflyspeed or iyflyspeed)

  3226. elseif aE:lower() == "d" then

  3227. ay.R = aw and vehicleflyspeed or iyflyspeed

  3228. elseif QEfly and aE:lower() == "e" then

  3229. ay.Q = (aw and vehicleflyspeed or iyflyspeed) * 2

  3230. elseif QEfly and aE:lower() == "q" then

  3231. ay.E = -(aw and vehicleflyspeed or iyflyspeed) * 2

  3232. end

  3233. pcall(

  3234. function()

  3235. workspace.CurrentCamera.CameraType = Enum.CameraType.Track

  3236. end

  3237. )

  3238. end

  3239. )

  3240. flyKeyUp =

  3241. av.KeyUp:Connect(

  3242. function(aE)

  3243. if aE:lower() == "w" then

  3244. ay.F = 0

  3245. elseif aE:lower() == "s" then

  3246. ay.B = 0

  3247. elseif aE:lower() == "a" then

  3248. ay.L = 0

  3249. elseif aE:lower() == "d" then

  3250. ay.R = 0

  3251. elseif aE:lower() == "e" then

  3252. ay.Q = 0

  3253. elseif aE:lower() == "q" then

  3254. ay.E = 0

  3255. end

  3256. end

  3257. )

  3258. aB()

  3259. end

  3260. function BypassNOFLY()

  3261. FLYING = false

  3262. if flyKeyDown or flyKeyUp then

  3263. flyKeyDown:Disconnect()

  3264. flyKeyUp:Disconnect()

  3265. end

  3266. if au.LocalPlayer.Character:FindFirstChildOfClass("Humanoid") then

  3267. au.LocalPlayer.Character.Humanoid.PlatformStand = false

  3268. end

  3269. pcall(

  3270. function()

  3271. workspace.CurrentCamera.CameraType = Enum.CameraType.Custom

  3272. end

  3273. )

  3274. end

  3275. by:CreateButton(

  3276. "Stop TP",

  3277. function()

  3278. local p = game:GetService("Players")

  3279. local n = p.LocalPlayer.Character.HumanoidRootPart

  3280. local u = n.CFrame

  3281. local v = 1000

  3282. local w = math.round(math.abs((n.Position - n.Position).Magnitude)) / tonumber(v)

  3283. local x =

  3284. game:GetService("TweenService"):Create(

  3285. n,

  3286. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  3287. {CFrame = u}

  3288. )

  3289. x:Play()

  3290. wait(0.05)

  3291. x:Play()

  3292. wait(0.05)

  3293. x:Play()

  3294. end

  3295. )

  3296. getgenv().autoancienttreetpbypass = false

  3297. by:CreateToggle(

  3298. "Auto Ancient Tree",

  3299. function(m)

  3300. getgenv().autoancienttreetpbypass = m

  3301. if m then

  3302. TPBypass(true)

  3303. else

  3304. BypassNOFLY()

  3305. local p = game:GetService("Players")

  3306. local n = p.LocalPlayer.Character.HumanoidRootPart

  3307. local u = n.CFrame

  3308. local v = 1000

  3309. local w = math.round(math.abs((n.Position - n.Position).Magnitude)) / tonumber(v)

  3310. local x =

  3311. game:GetService("TweenService"):Create(

  3312. n,

  3313. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  3314. {CFrame = u}

  3315. )

  3316. x:Play()

  3317. wait(0.05)

  3318. x:Play()

  3319. end

  3320. if m then

  3321. spawn(

  3322. function()

  3323. while autoancienttreetpbypass do

  3324. wait()

  3325. pcall(

  3326. function()

  3327. local p = game:GetService("Players")

  3328. local n = p.LocalPlayer.Character.HumanoidRootPart

  3329. local q = game:GetService("Workspace")

  3330. local o = game:GetService("ReplicatedStorage")

  3331. function getNear()

  3332. local R

  3333. local S = math.huge, nil

  3334. for b, c in pairs(game.workspace:GetChildren()) do

  3335. if c.Name:find("Ancient Tree") then

  3336. if c:FindFirstChildWhichIsA("BasePart") then

  3337. if

  3338. not c:FindFirstChild("Humanoid") and

  3339. c:FindFirstChild("Health")

  3340. then

  3341. if

  3342. (n.Position -

  3343. c:FindFirstChildWhichIsA("BasePart").Position).Magnitude <

  3344. S

  3345. then

  3346. R = c:FindFirstChildWhichIsA("BasePart")

  3347. S =

  3348. (n.Position -

  3349. c:FindFirstChildWhichIsA("BasePart").Position).Magnitude

  3350. end

  3351. end

  3352. end

  3353. end

  3354. end

  3355. return R

  3356. end

  3357. local U = getNear()

  3358. spawn(

  3359. function()

  3360. while autoancienttreetpbypass do

  3361. wait()

  3362. pcall(

  3363. function()

  3364. local ac = {}

  3365. for b, c in pairs(U.Parent:GetChildren()) do

  3366. if c:IsA("BasePart") then

  3367. if

  3368. (n.Position - c:IsA("BasePart").Position).Magnitude <

  3369. 50

  3370. then

  3371. table.insert(ac, c)

  3372. end

  3373. end

  3374. end

  3375. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(

  3376. o.RelativeTime.Value,

  3377. ac

  3378. )

  3379. end

  3380. )

  3381. wait()

  3382. end

  3383. end

  3384. )

  3385. local u = CFrame.new(-561.2482299804688, 312.0548400878906, -1186.3349609375)

  3386. local v = 10

  3387. local w =

  3388. math.round(math.abs((n.Position - U.Position).Magnitude)) / tonumber(v)

  3389. local x =

  3390. game:GetService("TweenService"):Create(

  3391. n,

  3392. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  3393. {CFrame = u}

  3394. )

  3395. local bz =

  3396. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Subordinates.Notifications

  3397. if bz:FindFirstChildWhichIsA("TextLabel") then

  3398. wait(1)

  3399. x:Cancel()

  3400. local p = game:GetService("Players")

  3401. local n = p.LocalPlayer.Character.HumanoidRootPart

  3402. local u = n.CFrame

  3403. local v = 1000

  3404. local w =

  3405. math.round(math.abs((n.Position - n.Position).Magnitude)) / tonumber(v)

  3406. local x =

  3407. game:GetService("TweenService"):Create(

  3408. n,

  3409. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  3410. {CFrame = u}

  3411. )

  3412. x:Play()

  3413. wait(5)

  3414. else

  3415. wait(1)

  3416. x:Play()

  3417. wait(1)

  3418. end

  3419. wait()

  3420. end

  3421. )

  3422. end

  3423. end

  3424. )

  3425. end

  3426. end

  3427. )

  3428. getgenv().autofeatherbypass = false

  3429. by:CreateToggle(

  3430. "Auto Feather Bush",

  3431. function(m)

  3432. getgenv().autofeatherbypass = m

  3433. if m then

  3434. au.LocalPlayer.Character:SetPrimaryPartCFrame(

  3435. au.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 32)

  3436. )

  3437. task.wait(0.01)

  3438. au.LocalPlayer.Character:SetPrimaryPartCFrame(

  3439. au.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 32)

  3440. )

  3441. wait(0.5)

  3442. TPBypass(true)

  3443. else

  3444. BypassNOFLY()

  3445. local p = game:GetService("Players")

  3446. local n = p.LocalPlayer.Character.HumanoidRootPart

  3447. local u = n.CFrame

  3448. local v = 1000

  3449. local w = math.round(math.abs((n.Position - n.Position).Magnitude)) / tonumber(v)

  3450. local x =

  3451. game:GetService("TweenService"):Create(

  3452. n,

  3453. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  3454. {CFrame = u}

  3455. )

  3456. x:Play()

  3457. wait(0.1)

  3458. x:Play()

  3459. end

  3460. if m then

  3461. spawn(

  3462. function()

  3463. while autofeatherbypass do

  3464. wait()

  3465. pcall(

  3466. function()

  3467. local p = game:GetService("Players")

  3468. local n = p.LocalPlayer.Character.HumanoidRootPart

  3469. local q = game:GetService("Workspace")

  3470. local o = game:GetService("ReplicatedStorage")

  3471. function getNear()

  3472. local R

  3473. local S = math.huge, nil

  3474. for b, c in pairs(game.workspace:GetChildren()) do

  3475. if c.Name:find("Feather Bush") then

  3476. if c:FindFirstChildWhichIsA("BasePart") then

  3477. if

  3478. not c:FindFirstChild("Humanoid") and

  3479. c:FindFirstChild("Health")

  3480. then

  3481. if

  3482. (n.Position -

  3483. c:FindFirstChildWhichIsA("BasePart").Position).Magnitude <

  3484. S

  3485. then

  3486. R = c:FindFirstChildWhichIsA("BasePart")

  3487. S =

  3488. (n.Position -

  3489. c:FindFirstChildWhichIsA("BasePart").Position).Magnitude

  3490. end

  3491. end

  3492. end

  3493. end

  3494. end

  3495. return R

  3496. end

  3497. local U = getNear()

  3498. spawn(

  3499. function()

  3500. while autofeatherbypass do

  3501. wait()

  3502. pcall(

  3503. function()

  3504. local ac = {}

  3505. for b, c in pairs(U.Parent:GetChildren()) do

  3506. local n = p.LocalPlayer.Character.HumanoidRootPart

  3507. if

  3508. c:IsA("BasePart") and

  3509. (n.Position - c.Position).Magnitude < 50

  3510. then

  3511. table.insert(ac, c)

  3512. end

  3513. end

  3514. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(

  3515. o.RelativeTime.Value,

  3516. ac

  3517. )

  3518. end

  3519. )

  3520. end

  3521. end

  3522. )

  3523. local u = U.CFrame + Vector3.new(0, U.Size.Y, 0)

  3524. local v = 10

  3525. local w =

  3526. math.round(math.abs((n.Position - U.Position).Magnitude)) / tonumber(v)

  3527. local x =

  3528. game:GetService("TweenService"):Create(

  3529. n,

  3530. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  3531. {CFrame = u}

  3532. )

  3533. local bz =

  3534. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Subordinates.Notifications

  3535. if bz:FindFirstChildWhichIsA("TextLabel") then

  3536. wait(1)

  3537. x:Cancel()

  3538. local p = game:GetService("Players")

  3539. local n = p.LocalPlayer.Character.HumanoidRootPart

  3540. local u = n.CFrame

  3541. local v = 1000

  3542. local w =

  3543. math.round(math.abs((n.Position - n.Position).Magnitude)) / tonumber(v)

  3544. local x =

  3545. game:GetService("TweenService"):Create(

  3546. n,

  3547. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  3548. {CFrame = u}

  3549. )

  3550. x:Play()

  3551. wait(5)

  3552. else

  3553. wait(1)

  3554. x:Play()

  3555. wait(1)

  3556. end

  3557. wait()

  3558. end

  3559. )

  3560. end

  3561. end

  3562. )

  3563. end

  3564. end

  3565. )

  3566. getgenv().autofarmtreebush = false

  3567. by:CreateToggle(

  3568. "Auto Farm Tree/Bush",

  3569. function(m)

  3570. getgenv().autofarmtreebush = m

  3571. if m then

  3572. au.LocalPlayer.Character:SetPrimaryPartCFrame(

  3573. au.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 32)

  3574. )

  3575. task.wait(0.01)

  3576. au.LocalPlayer.Character:SetPrimaryPartCFrame(

  3577. au.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 32)

  3578. )

  3579. wait(0.5)

  3580. TPBypass(true)

  3581. else

  3582. BypassNOFLY()

  3583. local p = game:GetService("Players")

  3584. local n = p.LocalPlayer.Character.HumanoidRootPart

  3585. local u = n.CFrame

  3586. local v = 1000

  3587. local w = math.round(math.abs((n.Position - n.Position).Magnitude)) / tonumber(v)

  3588. local x =

  3589. game:GetService("TweenService"):Create(

  3590. n,

  3591. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  3592. {CFrame = u}

  3593. )

  3594. x:Play()

  3595. wait(0.1)

  3596. x:Play()

  3597. end

  3598. if m then

  3599. spawn(

  3600. function()

  3601. while autofarmtreebush do

  3602. wait()

  3603. pcall(

  3604. function()

  3605. local p = game:GetService("Players")

  3606. local n = p.LocalPlayer.Character.HumanoidRootPart

  3607. local q = game:GetService("Workspace")

  3608. local o = game:GetService("ReplicatedStorage")

  3609. function getNear()

  3610. local R

  3611. local S = math.huge, nil

  3612. for a5, a6 in pairs(q:GetChildren()) do

  3613. for b, c in pairs(a6:GetChildren()) do

  3614. if c:IsA("BasePart") then

  3615. if

  3616. c.Name:find("Trunk") or c.Name:find("Grass") or

  3617. c.Name:find("Leaves") or

  3618. c.Name:find("Bush")

  3619. then

  3620. if

  3621. not c.Parent:FindFirstChild("Humanoid") and

  3622. c.Parent:FindFirstChild("Health")

  3623. then

  3624. if (n.Position - c.Position).Magnitude < S then

  3625. R = c

  3626. S = (n.Position - c.Position).Magnitude

  3627. end

  3628. end

  3629. end

  3630. end

  3631. end

  3632. end

  3633. return R

  3634. end

  3635. local U = getNear()

  3636. spawn(

  3637. function()

  3638. while autofarmtreebush do

  3639. wait()

  3640. pcall(

  3641. function()

  3642. local ac = {}

  3643. for b, c in pairs(U.Parent:GetChildren()) do

  3644. if c:IsA("BasePart") then

  3645. table.insert(ac, c)

  3646. end

  3647. end

  3648. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(

  3649. o.RelativeTime.Value,

  3650. ac

  3651. )

  3652. end

  3653. )

  3654. end

  3655. end

  3656. )

  3657. local u = U.CFrame + Vector3.new(0, U.Size.Y, 0)

  3658. local v = 10

  3659. local w =

  3660. math.round(math.abs((n.Position - U.Position).Magnitude)) / tonumber(v)

  3661. local x =

  3662. game:GetService("TweenService"):Create(

  3663. n,

  3664. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  3665. {CFrame = u}

  3666. )

  3667. local bz =

  3668. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Subordinates.Notifications

  3669. if bz:FindFirstChildWhichIsA("TextLabel") then

  3670. wait(1)

  3671. x:Cancel()

  3672. local p = game:GetService("Players")

  3673. local n = p.LocalPlayer.Character.HumanoidRootPart

  3674. local u = n.CFrame

  3675. local v = 1000

  3676. local w =

  3677. math.round(math.abs((n.Position - n.Position).Magnitude)) / tonumber(v)

  3678. local x =

  3679. game:GetService("TweenService"):Create(

  3680. n,

  3681. TweenInfo.new(tonumber(w), Enum.EasingStyle.Linear),

  3682. {CFrame = u}

  3683. )

  3684. x:Play()

  3685. wait(5)

  3686. else

  3687. wait(1)

  3688. x:Play()

  3689. wait(1)

  3690. end

  3691. wait()

  3692. end

  3693. )

  3694. end

  3695. end

  3696. )

  3697. end

  3698. end

  3699. )

  3700. local bA = k:CreateTab("Main/Aura")

  3701. getgenv().autofarmitems1aura = false

  3702. bA:CreateToggle(

  3703. "Auto Farm Items - Aura (Nearest)",

  3704. function(m)

  3705. getgenv().autofarmitems1aura = m

  3706. spawn(

  3707. function()

  3708. if m then

  3709. spawn(

  3710. function()

  3711. while autofarmitems1aura do

  3712. wait()

  3713. pcall(

  3714. function()

  3715. local p = game:GetService("Players")

  3716. local n = p.LocalPlayer.Character.HumanoidRootPart

  3717. local q = game:GetService("Workspace")

  3718. local o = game:GetService("ReplicatedStorage")

  3719. function getNear()

  3720. local R

  3721. local S = math.huge, nil

  3722. for a5, a6 in pairs(q:GetChildren()) do

  3723. for b, c in pairs(a6:GetChildren()) do

  3724. if c:IsA("BasePart") then

  3725. if

  3726. not c.Parent:FindFirstChild("Humanoid") and

  3727. c.Parent:FindFirstChild("Health")

  3728. then

  3729. if (n.Position - c.Position).Magnitude < S then

  3730. R = c

  3731. S = (n.Position - c.Position).Magnitude

  3732. end

  3733. end

  3734. end

  3735. end

  3736. end

  3737. return R

  3738. end

  3739. local U = getNear()

  3740. local ac = {}

  3741. for b, c in pairs(U.Parent:GetChildren()) do

  3742. if c:IsA("BasePart") then

  3743. table.insert(ac, c)

  3744. end

  3745. end

  3746. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(

  3747. o.RelativeTime.Value,

  3748. ac

  3749. )

  3750. end

  3751. )

  3752. end

  3753. end

  3754. )

  3755. end

  3756. end

  3757. )

  3758. end

  3759. )

  3760. getgenv().autokillcrittersaura = false

  3761. bA:CreateToggle(

  3762. "Auto Kill Critters(Mobs) - Aura(Nearest)",

  3763. function(m)

  3764. getgenv().autokillcrittersaura = m

  3765. if m then

  3766. spawn(

  3767. function()

  3768. while autokillcrittersaura do

  3769. wait()

  3770. pcall(

  3771. function()

  3772. local p = game:GetService("Players")

  3773. local n = p.LocalPlayer.Character.HumanoidRootPart

  3774. local q = game:GetService("Workspace")

  3775. local o = game:GetService("ReplicatedStorage")

  3776. function getNear()

  3777. local R

  3778. local S = math.huge, nil

  3779. local bB = {}

  3780. local function bC(c)

  3781. if

  3782. c:IsA("BasePart") and c.Parent.Name ~= p.LocalPlayer.Name and

  3783. c.Parent:FindFirstChild("Health")

  3784. then

  3785. table.insert(bB, c)

  3786. end

  3787. end

  3788. for aq, a5 in pairs(q.Critters:GetChildren()) do

  3789. for aq, c in pairs(a5:GetChildren()) do

  3790. bC(c)

  3791. end

  3792. end

  3793. for b, c in pairs(bB) do

  3794. if (n.Position - c.Position).Magnitude < S then

  3795. R = c

  3796. S = (n.Position - c.Position).Magnitude

  3797. end

  3798. end

  3799. return R

  3800. end

  3801. local U = getNear()

  3802. local ac = {}

  3803. for b, c in pairs(U.Parent:GetChildren()) do

  3804. if c:IsA("BasePart") then

  3805. table.insert(ac, c)

  3806. end

  3807. end

  3808. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(

  3809. o.RelativeTime.Value,

  3810. ac

  3811. )

  3812. end

  3813. )

  3814. end

  3815. end

  3816. )

  3817. end

  3818. end

  3819. )

  3820. getgenv().autofeatheraura = false

  3821. bA:CreateToggle(

  3822. "Auto Feather Bush - Aura(Nearest)",

  3823. function(m)

  3824. getgenv().autofeatheraura = m

  3825. if m then

  3826. spawn(

  3827. function()

  3828. while autofeatheraura do

  3829. wait()

  3830. pcall(

  3831. function()

  3832. local p = game:GetService("Players")

  3833. local n = p.LocalPlayer.Character.HumanoidRootPart

  3834. local q = game:GetService("Workspace")

  3835. local o = game:GetService("ReplicatedStorage")

  3836. function getNear()

  3837. local R

  3838. local S = math.huge, nil

  3839. for b, c in pairs(game.workspace:GetChildren()) do

  3840. if c.Name:find("Feather Bush") then

  3841. if c:FindFirstChildWhichIsA("BasePart") then

  3842. if

  3843. not c:FindFirstChild("Humanoid") and

  3844. c:FindFirstChild("Health")

  3845. then

  3846. if

  3847. (n.Position -

  3848. c:FindFirstChildWhichIsA("BasePart").Position).Magnitude <

  3849. S

  3850. then

  3851. R = c:FindFirstChildWhichIsA("BasePart")

  3852. S =

  3853. (n.Position -

  3854. c:FindFirstChildWhichIsA("BasePart").Position).Magnitude

  3855. end

  3856. end

  3857. end

  3858. end

  3859. end

  3860. return R

  3861. end

  3862. local U = getNear()

  3863. local ac = {}

  3864. for b, c in pairs(U.Parent:GetChildren()) do

  3865. if c:IsA("BasePart") then

  3866. table.insert(ac, c)

  3867. end

  3868. end

  3869. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(

  3870. o.RelativeTime.Value,

  3871. ac

  3872. )

  3873. end

  3874. )

  3875. end

  3876. end

  3877. )

  3878. end

  3879. end

  3880. )

  3881. getgenv().autoswingtoolaura = false

  3882. bA:CreateToggle(

  3883. "Auto Swing Tool - Everything(Nearest)",

  3884. function(m)

  3885. getgenv().autoswingtoolaura = m

  3886. if m then

  3887. spawn(

  3888. function()

  3889. while autoswingtoolaura do

  3890. wait()

  3891. pcall(

  3892. function()

  3893. local p = game:GetService("Players")

  3894. local n = p.LocalPlayer.Character.HumanoidRootPart

  3895. local q = game:GetService("Workspace")

  3896. local o = game:GetService("ReplicatedStorage")

  3897. function getNear()

  3898. local R

  3899. local S = math.huge, nil

  3900. local bD = {}

  3901. local function bC(c)

  3902. if

  3903. c:IsA("BasePart") and c.Parent.Name ~= p.LocalPlayer.Name and

  3904. c.Parent:FindFirstChild("Health")

  3905. then

  3906. table.insert(bD, c)

  3907. end

  3908. end

  3909. for aq, c in pairs(workspace:GetDescendants()) do

  3910. bC(c)

  3911. end

  3912. for b, c in pairs(bD) do

  3913. if (n.Position - c.Position).Magnitude < S then

  3914. R = c

  3915. S = (n.Position - c.Position).Magnitude

  3916. end

  3917. end

  3918. return R

  3919. end

  3920. local U = getNear()

  3921. local ac = {}

  3922. for b, c in pairs(U.Parent:GetChildren()) do

  3923. if c:IsA("BasePart") then

  3924. table.insert(ac, c)

  3925. end

  3926. end

  3927. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(

  3928. o.RelativeTime.Value,

  3929. ac

  3930. )

  3931. end

  3932. )

  3933. end

  3934. end

  3935. )

  3936. end

  3937. end

  3938. )

  3939. local bE = k:CreateTab("Credit")

  3940. bE:CreateButton(

  3941. "",

  3942. function()

  3943. print('')

  3944. end

  3945. )

  3946. bE:CreateButton(

  3947. "Discord",

  3948. function()

  3949. setclipboard("https://discord.gg/YT8pWBws7G")

  3950. end

  3951. )

  3952. bE:CreateButton(

  3953. "Destory Ui",

  3954. function()

  3955. for b, c in pairs(game.CoreGui:GetChildren()) do

  3956. if c.Name == "DEVIL_UI_Lib" then

  3957. c:Remove()

  3958. end

  3959. end

  3960. end

  3961. )

  3962. end

  3963. )

Booga Booga Reborn GUI - Pastebin.com (2024)

FAQs

Why did the original Booga Booga get deleted? ›

The reason was the Boogalympics version of the game was surpassing the original game's daily player count. In revenge Vince released uncopylocked versions of the game, then filed a DMCA recently against Booga Booga Which lead to Booga Booga's temporary shut down till Vince's anti-cheat was removed.

What is the easiest way to level up in Booga Booga? ›

Cutting down the Ancient Tree

To level up more you can cut down the Ancient Tree which drops 32 Essence, or 320 XP. This is the most efficient way to gain levels without spending coins.

What does the old god drop in Booga Booga? ›

The Old God is found in the Ancient Underwater Cave. He is the best source of Essence. As he drops the most amount of Essence out of all Gods.

Is Booga a Demon? ›

Booga is a green, fat, wingless demon. He has a furry tail and has the Green Orb as a necklace.

What does Dave drop in Booga Booga Reborn? ›

Dave is a white bush that has 23,900,792 hit points. It is located at two islands in the void. Dave drops 999 Pie.

What does booga booga mean? ›

ooga booga (slang) (humorous) Mimicking caveman speech. synonym ▲ Synonym: unga bunga. (humorous) Mimicking ape-like behavior. (derogatory) Used to suggest that the interlocutor is stupid.

What is the turtle pet in Booga Booga reborn? ›

The turtle pet was added in an update to Booga Booga called “The Pirate Update” along with other items. It's a Mojo item, which costs one mojo point to unlock. It is only available during a certain event.

How much damage does the god pickaxe do in Booga Booga Reborn? ›

The God Pickaxe is the most powerful pickaxe that costs 2 Mojo Points and is crafted with 3 Crystal Chunks and 12 Gold. It deals 50 damage to resources and deals 30 damage to players and entities.

Can you drop God Axe in Booga Booga Reborn? ›

The God Axe is a Unique Item so it cannot be dropped.

Which god gives the most XP in Booga Booga? ›

God Farming

The best god is the Old god, due to his xp drops. The Old God, which is the big head in the picture- is what gives you the XP. The health for an Old God is 5,000. (The Old god was relocated to a different cave.

What is the 2nd best bag in Booga Booga? ›

The Leaf Bag holds the least (very little space but still better than no bag), and the Goober Bag holds the most. The Shelly Bag and the Binary Bag are the best Bags and hold infinite storage, but are not craftable.

How much is the God bag in Booga Booga? ›

The God Bag can be purchased from the Mojo shop for one mojo point.

What is the strongest Armour in Booga Booga? ›

God Armor covers the chest and legs, giving 150 extra health with the full set equipped. This is crafted with 12 gold and pink diamond armor. This is currently the best armor in the game.

What does wealthy God give you in Booga Booga? ›

The Wealthy God is a considerable good source of gold, due to how many it drops, and if you can mine it fast (which is faster with friends), you can get a good source of gold depending on the time you spend on each Wealthy God.

Top Articles
Latest Posts
Article information

Author: Virgilio Hermann JD

Last Updated:

Views: 5787

Rating: 4 / 5 (41 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Virgilio Hermann JD

Birthday: 1997-12-21

Address: 6946 Schoen Cove, Sipesshire, MO 55944

Phone: +3763365785260

Job: Accounting Engineer

Hobby: Web surfing, Rafting, Dowsing, Stand-up comedy, Ghost hunting, Swimming, Amateur radio

Introduction: My name is Virgilio Hermann JD, I am a fine, gifted, beautiful, encouraging, kind, talented, zealous person who loves writing and wants to share my knowledge and understanding with you.