Advertisement
kooggy

script.lua

Oct 1st, 2022
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 136.37 KB | None | 0 0
  1. local valid = isfile("3956818381.txt")
  2. if valid == true then
  3. local contents = readfile("3956818381.txt")
  4. if contents == "[]" then
  5. print("User is whitelisted.")
  6. if game.PlaceId == 3956818381 then
  7. local plr = game.Players.LocalPlayer
  8. local StarterPack = game:GetService("StarterPack")
  9. local OrionLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/shlexware/Orion/main/source"))()
  10. local Window =
  11. OrionLib:MakeWindow(
  12. {
  13. Name = "Ninja Legends Script Made By kooggy#0001",
  14. HidePremium = false,
  15. SaveConfig = false,
  16. ConfigFolder = "Ninja Legends"
  17. }
  18. )
  19. autoswing = false
  20. function swinging()
  21. spawn(
  22. function()
  23. while autoswing == true do
  24. task.wait()
  25. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer("swingKatana")
  26. if not autoswing then
  27. break
  28. end
  29. end
  30. end
  31. )
  32. end
  33. autosell = false
  34. function selling()
  35. spawn(
  36. function()
  37. while autosell == true do
  38. task.wait(.01)
  39. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  40. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame =
  41. game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  42. wait(.1)
  43. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame =
  44. game.Workspace.Part.CFrame
  45. if not autosell then
  46. break
  47. end
  48. end
  49. end
  50. end
  51. )
  52. end
  53. autosellmax = false
  54. function maxsell()
  55. spawn(
  56. function()
  57. while autosellmax == true do
  58. task.wait()
  59. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  60. if game.Players.LocalPlayer.PlayerGui.gameGui.maxNinjitsuMenu.Visible == true then
  61. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame =
  62. game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  63. task.wait()
  64. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame =
  65. game.Workspace.Part.CFrame
  66. end
  67. end
  68. if not autosellmax then
  69. break
  70. end
  71. end
  72. end
  73. )
  74. end
  75. autobuyswords = false
  76. function buyswords()
  77. spawn(
  78. function()
  79. while autobuyswords == true do
  80. task.wait()
  81. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  82. local oh1 = "buyAllSwords"
  83. local oh2 = {
  84. "Ground",
  85. "Astral Island",
  86. "Space Island",
  87. "Tundra Island",
  88. "Eternal Island",
  89. "Sandstorm",
  90. "Thunderstorm",
  91. "Ancient Inferno Island",
  92. "Midnight Shadow Island",
  93. "Mythical Souls Island",
  94. "Winter Wonder Island"
  95. }
  96. for i = 1, #oh2 do
  97. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  98. end
  99. end
  100. if not autobuyswords then
  101. break
  102. end
  103. end
  104. end
  105. )
  106. end
  107. autobuybelts = false
  108. function buybelts()
  109. spawn(
  110. function()
  111. while autobuybelts == true do
  112. task.wait()
  113. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  114. local oh1 = "buyAllBelts"
  115. local oh2 = {
  116. "Ground",
  117. "Astral Island",
  118. "Space Island",
  119. "Tundra Island",
  120. "Eternal Island",
  121. "Sandstorm",
  122. "Thunderstorm",
  123. "Ancient Inferno Island",
  124. "Midnight Shadow Island",
  125. "Mythical Souls Island",
  126. "Winter Wonder Island"
  127. }
  128. for i = 1, #oh2 do
  129. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  130. end
  131. end
  132. if not autobuybelts then
  133. break
  134. end
  135. end
  136. end
  137. )
  138. end
  139. autobuyranks = false
  140. function buyranks()
  141. spawn(
  142. function()
  143. while autobuyranks == true do
  144. task.wait()
  145. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  146. local oh1 = "buyRank"
  147. local oh2 = game:GetService("ReplicatedStorage").Ranks.Ground:GetChildren()
  148. for i = 1, #oh2 do
  149. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i].Name)
  150. end
  151. end
  152. if not autobuyranks then
  153. break
  154. end
  155. end
  156. end
  157. )
  158. end
  159. autobuyskill = false
  160. function buyskill()
  161. spawn(
  162. function()
  163. while autobuyskill == true do
  164. task.wait()
  165. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  166. local oh1 = "buyAllSkills"
  167. local oh2 = {
  168. "Ground",
  169. "Astral Island",
  170. "Space Island",
  171. "Tundra Island",
  172. "Eternal Island",
  173. "Sandstorm",
  174. "Thunderstorm",
  175. "Ancient Inferno Island",
  176. "Midnight Shadow Island",
  177. "Mythical Souls Island",
  178. "Winter Wonder Island"
  179. }
  180. for i = 1, #oh2 do
  181. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  182. end
  183. end
  184. if not autobuyskill then
  185. break
  186. end
  187. end
  188. end
  189. )
  190. end
  191. autobuyshurikens = false
  192. function buyshurikens()
  193. spawn(
  194. function()
  195. while autobuyshurikens == true do
  196. task.wait()
  197. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  198. local oh1 = "buyAllShurikens"
  199. local oh2 = {
  200. "Ground",
  201. "Astral Island",
  202. "Space Island",
  203. "Tundra Island",
  204. "Eternal Island",
  205. "Sandstorm",
  206. "Thunderstorm",
  207. "Ancient Inferno Island",
  208. "Midnight Shadow Island",
  209. "Mythical Souls Island",
  210. "Winter Wonder Island"
  211. }
  212. for i = 1, #oh2 do
  213. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  214. end
  215. end
  216. if not autobuyshurikens then
  217. break
  218. end
  219. end
  220. end
  221. )
  222. end
  223. autocrystal = false
  224. function buycrystal()
  225. spawn(
  226. function()
  227. while autocrystal == true do
  228. task.wait()
  229. game:GetService("ReplicatedStorage").rEvents.openCrystalRemote:InvokeServer(
  230. "openCrystal",
  231. crystal
  232. )
  233. if not autocrystal then
  234. break
  235. end
  236. end
  237. end
  238. )
  239. end
  240.  
  241. local main =
  242. Window:MakeTab(
  243. {
  244. Name = "Main",
  245. Icon = "rbxassetid://7072717697",
  246. PremiumOnly = false
  247. }
  248. )
  249. local buy =
  250. Window:MakeTab(
  251. {
  252. Name = "Auto Buy",
  253. Icon = "rbxassetid://7072715646",
  254. PremiumOnly = false
  255. }
  256. )
  257. local hatch =
  258. Window:MakeTab(
  259. {
  260. Name = "Auto Hatch",
  261. Icon = "rbxassetid://9692081121",
  262. PremiumOnly = false
  263. }
  264. )
  265. local sellpets =
  266. Window:MakeTab(
  267. {
  268. Name = "Auto Sell Pets",
  269. Icon = "rbxassetid://7072717318",
  270. PremiumOnly = false
  271. }
  272. )
  273. local petupgrades =
  274. Window:MakeTab(
  275. {
  276. Name = "Auto Pet Upgrade",
  277. Icon = "rbxassetid://7072706796",
  278. PremiumOnly = false
  279. }
  280. )
  281. local boss =
  282. Window:MakeTab(
  283. {
  284. Name = "Boss Farm",
  285. Icon = "rbxassetid://7072723006",
  286. PremiumOnly = false
  287. }
  288. )
  289. local teleports =
  290. Window:MakeTab(
  291. {
  292. Name = "Teleports",
  293. Icon = "rbxassetid://7072718266",
  294. PremiumOnly = false
  295. }
  296. )
  297. local misc =
  298. Window:MakeTab(
  299. {
  300. Name = "Misc",
  301. Icon = "rbxassetid://7072718840",
  302. PremiumOnly = false
  303. }
  304. )
  305. main:AddLabel("Auto Swing")
  306. main:AddToggle(
  307. {
  308. Name = "Auto Swing",
  309. Default = false,
  310. Callback = function(x)
  311. autoswing = x
  312. if autoswing then
  313. swinging()
  314. end
  315. end
  316. }
  317. )
  318. main:AddLabel("Auto Sell")
  319. main:AddToggle(
  320. {
  321. Name = "Auto Sell",
  322. Default = false,
  323. Callback = function(x)
  324. autosell = x
  325. if autosell then
  326. selling()
  327. end
  328. end
  329. }
  330. )
  331. main:AddToggle(
  332. {
  333. Name = "Auto Max Sell",
  334. Default = false,
  335. Callback = function(x)
  336. autosellmax = x
  337. if autosellmax then
  338. maxsell()
  339. end
  340. end
  341. }
  342. )
  343. local leveluptoggle = false
  344. function levelup()
  345. spawn(
  346. function()
  347. while leveluptoggle == true do
  348. task.wait()
  349. for _, v in pairs(workspace.Hoops:GetDescendants()) do
  350. if v.ClassName == "MeshPart" then
  351. v.touchPart.CFrame = plr.Character.HumanoidRootPart.CFrame
  352. end
  353. end
  354. if not leveluptoggle then
  355. break
  356. end
  357. end
  358. end
  359. )
  360. end
  361. local chitoggle = false
  362. function chi()
  363. spawn(
  364. function()
  365. while chitoggle == true do
  366. task.wait(.033)
  367. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  368. for _, v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
  369. if v.Name == "Blue Chi Crate" then
  370. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  371. CFrame.new(v.Position)
  372. wait(.16)
  373. end
  374. end
  375. end
  376. if not chitoggle then
  377. break
  378. end
  379. end
  380. end
  381. )
  382. end
  383. main:AddLabel("Other Main Stuff")
  384. main:AddButton(
  385. {
  386. Name = "Unlock all elements",
  387. Callback = function()
  388. game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Frost")
  389. game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Inferno")
  390. game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Lightning")
  391. game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Electral Chaos")
  392. game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Masterful Wrath")
  393. game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Shadow Charge")
  394. end
  395. }
  396. )
  397. main:AddToggle(
  398. {
  399. Name = "Auto Level Up Pets",
  400. Default = false,
  401. Callback = function(x)
  402. leveluptoggle = x
  403. if leveluptoggle then
  404. levelup()
  405. end
  406. end
  407. }
  408. )
  409. main:AddToggle(
  410. {
  411. Name = "Auto Collect Chi",
  412. Default = false,
  413. Callback = function(x)
  414. chitoggle = x
  415. if chitoggle then
  416. chi()
  417. end
  418. end
  419. }
  420. )
  421. main:AddButton(
  422. {
  423. Name = "Collect All Chests",
  424. Callback = function()
  425. game:GetService("Workspace").mythicalChest["circleInner"].CFrame =
  426. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  427. wait(3.5)
  428. game:GetService("Workspace").goldenChest["circleInner"].CFrame =
  429. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  430. wait(3.5)
  431. game:GetService("Workspace").enchantedChest["circleInner"].CFrame =
  432. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  433. wait(3.5)
  434. game:GetService("Workspace").magmaChest["circleInner"].CFrame =
  435. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  436. wait(3.5)
  437. game:GetService("Workspace").legendsChest["circleInner"].CFrame =
  438. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  439. wait(3.5)
  440. game:GetService("Workspace").eternalChest["circleInner"].CFrame =
  441. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  442. wait(3.5)
  443. game:GetService("Workspace").saharaChest["circleInner"].CFrame =
  444. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  445. wait(3.5)
  446. game:GetService("Workspace").thunderChest["circleInner"].CFrame =
  447. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  448. wait(3.5)
  449. game:GetService("Workspace").ancientChest["circleInner"].CFrame =
  450. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  451. wait(3.5)
  452. game:GetService("Workspace").midnightShadowChest["circleInner"].CFrame =
  453. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  454. wait(3.5)
  455. game:GetService("Workspace").groupRewardsCircle["circleInner"].CFrame =
  456. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  457. wait(3.5)
  458. game:GetService("Workspace")["Daily Chest"].circleInner.CFrame =
  459. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  460. wait(3.5)
  461. game:GetService("Workspace")["wonderChest"].circleInner.CFrame =
  462. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  463. wait(3.5)
  464. game:GetService("Workspace").wonderChest["circleInner"].CFrame =
  465. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  466. game:GetService("Workspace").midnightShadowChest["circleInner"].CFrame =
  467. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  468. game:GetService("Workspace").ancientChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  469. game:GetService("Workspace").midnightShadowChest["circleInner"].CFrame =
  470. game.Workspace.Part.CFrame
  471. game:GetService("Workspace").thunderChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  472. game:GetService("Workspace").saharaChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  473. game:GetService("Workspace").eternalChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  474. game:GetService("Workspace").legendsChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  475. game:GetService("Workspace").magmaChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  476. game:GetService("Workspace").enchantedChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  477. game:GetService("Workspace").goldenChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  478. game:GetService("Workspace").mythicalChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  479. game:GetService("Workspace").groupRewardsCircle["circleInner"].CFrame =
  480. game.Workspace.Part.CFrame
  481. game:GetService("Workspace")["Daily Chest"].circleInner.CFrame = game.Workspace.Part.CFrame
  482. end
  483. }
  484. )
  485. main:AddButton(
  486. {
  487. Name = "Collect Light Chest",
  488. Callback = function()
  489. game:GetService("Workspace").lightKarmaChest["circleInner"].CFrame =
  490. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  491. wait(5)
  492. game:GetService("Workspace").lightKarmaChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  493. end
  494. }
  495. )
  496. main:AddButton(
  497. {
  498. Name = "Collect Evil Chest",
  499. Callback = function()
  500. game:GetService("Workspace").evilKarmaChest["circleInner"].CFrame =
  501. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  502. wait(5)
  503. game:GetService("Workspace").evilKarmaChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  504. end
  505. }
  506. )
  507. main:AddButton(
  508. {
  509. Name = "Unlock All Islands",
  510. Callback = function()
  511. for _, v in next, game.workspace.islandUnlockParts:GetChildren() do
  512. if v then
  513. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.islandSignPart.CFrame
  514. wait(.5)
  515. end
  516. end
  517. end
  518. }
  519. )
  520. buy:AddToggle(
  521. {
  522. Name = "Auto Buy Swords",
  523. Default = false,
  524. Callback = function(x)
  525. autobuyswords = x
  526. if autobuyswords then
  527. buyswords()
  528. end
  529. end
  530. }
  531. )
  532. buy:AddToggle(
  533. {
  534. Name = "Auto Buy Belts",
  535. Default = false,
  536. Callback = function(x)
  537. autobuybelts = x
  538. if autobuybelts then
  539. buybelts()
  540. end
  541. end
  542. }
  543. )
  544. buy:AddToggle(
  545. {
  546. Name = "Auto Buy Ranks",
  547. Default = false,
  548. Callback = function(x)
  549. autobuyranks = x
  550. if autobuyranks then
  551. buyranks()
  552. end
  553. end
  554. }
  555. )
  556. buy:AddToggle(
  557. {
  558. Name = "Auto Buy Skills",
  559. Default = false,
  560. Callback = function(x)
  561. autobuyskill = x
  562. if autobuyskill then
  563. buyskill()
  564. end
  565. end
  566. }
  567. )
  568. buy:AddToggle(
  569. {
  570. Name = "Auto Buy Shurikens",
  571. Default = false,
  572. Callback = function(x)
  573. autobuyshurikens = x
  574. if autobuyshurikens then
  575. buyshurikens()
  576. end
  577. end
  578. }
  579. )
  580. crystals = {}
  581. for _, v in pairs(game:GetService("Workspace").mapCrystalsFolder:GetChildren()) do
  582. table.insert(crystals, v.Name)
  583. end
  584. hatch:AddDropdown(
  585. {
  586. Name = "Select Crystal",
  587. Default = "",
  588. Options = crystals,
  589. Callback = function(selected)
  590. crystal = selected
  591. end
  592. }
  593. )
  594. hatch:AddToggle(
  595. {
  596. Name = "Auto Open Crystal",
  597. Default = false,
  598. Callback = function(x)
  599. autocrystal = x
  600. if autocrystal then
  601. buycrystal()
  602. end
  603. end
  604. }
  605. )
  606. local autosellbasic = false
  607. function sellbasic()
  608. spawn(
  609. function()
  610. while autosellbasic == true do
  611. task.wait(1)
  612. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  613. for _, v in pairs(game.Players.LocalPlayer.petsFolder.Basic:GetChildren()) do
  614. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  615. end
  616. end
  617. if not autosellbasic then
  618. break
  619. end
  620. end
  621. end
  622. )
  623. end
  624. local autoselladvanced = false
  625. function selladvanced()
  626. spawn(
  627. function()
  628. while autoselladvanced == true do
  629. task.wait(1)
  630. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  631. for _, v in pairs(game.Players.LocalPlayer.petsFolder.Advanced:GetChildren()) do
  632. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  633. end
  634. end
  635. if not autoselladvanced then
  636. break
  637. end
  638. end
  639. end
  640. )
  641. end
  642. local autosellrare = false
  643. function sellrare()
  644. spawn(
  645. function()
  646. while autosellrare == true do
  647. task.wait(1)
  648. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  649. for _, v in pairs(game.Players.LocalPlayer.petsFolder.Rare:GetChildren()) do
  650. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  651. end
  652. end
  653. if not autosellrare then
  654. break
  655. end
  656. end
  657. end
  658. )
  659. end
  660. local autosellepic = false
  661. function sellepic()
  662. spawn(
  663. function()
  664. while autosellepic == true do
  665. task.wait(1)
  666. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  667. for _, v in pairs(game.Players.LocalPlayer.petsFolder.Epic:GetChildren()) do
  668. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  669. end
  670. end
  671. if not autosellepic then
  672. break
  673. end
  674. end
  675. end
  676. )
  677. end
  678. local autosellunique = false
  679. function sellunique()
  680. spawn(
  681. function()
  682. while autosellunique == true do
  683. task.wait(1)
  684. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  685. for _, v in pairs(game.Players.LocalPlayer.petsFolder.Unique:GetChildren()) do
  686. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  687. end
  688. end
  689. if not autosellunique then
  690. break
  691. end
  692. end
  693. end
  694. )
  695. end
  696. local autosellomega = false
  697. function sellomega()
  698. spawn(
  699. function()
  700. while autosellomega == true do
  701. task.wait(1)
  702. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  703. for _, v in pairs(game.Players.LocalPlayer.petsFolder.Omega:GetChildren()) do
  704. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  705. end
  706. end
  707. if not autosellomega then
  708. break
  709. end
  710. end
  711. end
  712. )
  713. end
  714. local autosellelite = false
  715. function sellelite()
  716. spawn(
  717. function()
  718. while autosellelite == true do
  719. task.wait(1)
  720. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  721. for _, v in pairs(game.Players.LocalPlayer.petsFolder.Elite:GetChildren()) do
  722. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  723. end
  724. end
  725. if not autosellelite then
  726. break
  727. end
  728. end
  729. end
  730. )
  731. end
  732. local autosellinfinity = false
  733. function sellinfinity()
  734. spawn(
  735. function()
  736. while autosellinfinity == true do
  737. task.wait(1)
  738. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  739. for _, v in pairs(game.Players.LocalPlayer.petsFolder.Infinity:GetChildren()) do
  740. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  741. end
  742. end
  743. if not autosellinfinity then
  744. break
  745. end
  746. end
  747. end
  748. )
  749. end
  750. sellpets:AddToggle(
  751. {
  752. Name = "Auto Sell Basic",
  753. Default = false,
  754. Callback = function(state)
  755. autosellbasic = state
  756. if autosellbasic then
  757. sellbasic()
  758. end
  759. end
  760. }
  761. )
  762. sellpets:AddToggle(
  763. {
  764. Name = "Auto Sell Advanced",
  765. Default = false,
  766. Callback = function(state)
  767. autoselladvanced = state
  768. if autoselladvanced then
  769. selladvanced()
  770. end
  771. end
  772. }
  773. )
  774. sellpets:AddToggle(
  775. {
  776. Name = "Auto Sell Rare",
  777. Default = false,
  778. Callback = function(state)
  779. autosellrare = state
  780. if autosellrare then
  781. sellrare()
  782. end
  783. end
  784. }
  785. )
  786. sellpets:AddToggle(
  787. {
  788. Name = "Auto Sell Epic",
  789. Default = false,
  790. Callback = function(state)
  791. autosellepic = state
  792. if autosellepic then
  793. sellepic()
  794. end
  795. end
  796. }
  797. )
  798. sellpets:AddToggle(
  799. {
  800. Name = "Auto Sell Unique",
  801. Default = false,
  802. Callback = function(state)
  803. autosellunique = state
  804. if autosellunique then
  805. sellunique()
  806. end
  807. end
  808. }
  809. )
  810. sellpets:AddToggle(
  811. {
  812. Name = "Auto Sell Omega",
  813. Default = false,
  814. Callback = function(state)
  815. autosellomega = state
  816. if autosellomega then
  817. sellomega()
  818. end
  819. end
  820. }
  821. )
  822. sellpets:AddToggle(
  823. {
  824. Name = "Auto Sell Elite",
  825. Default = false,
  826. Callback = function(state)
  827. autosellelite = state
  828. if autosellelite then
  829. sellelite()
  830. end
  831. end
  832. }
  833. )
  834. sellpets:AddToggle(
  835. {
  836. Name = "Auto Sell Infinity",
  837. Default = false,
  838. Callback = function(state)
  839. autosellinfinity = state
  840. if autosellinfinity then
  841. sellinfinity()
  842. end
  843. end
  844. }
  845. )
  846. autoevolve = false
  847. function evolve()
  848. spawn(
  849. function()
  850. while autoevolve == true do
  851. task.wait(3)
  852. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  853. for _, v in pairs(game:GetService("Players").LocalPlayer.petsFolder:GetChildren()) do
  854. for _, x in pairs(v:GetChildren()) do
  855. local oh1 = "evolvePet"
  856. local oh2 = x.Name
  857. game:GetService("ReplicatedStorage").rEvents.petEvolveEvent:FireServer(oh1, oh2)
  858. end
  859. end
  860. end
  861. if not autoevolve then
  862. break
  863. end
  864. end
  865. end
  866. )
  867. end
  868. autoeternalise = false
  869. function eternalise()
  870. spawn(
  871. function()
  872. while autoeternalise == true do
  873. task.wait(3)
  874. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  875. for _, v in pairs(game:GetService("Players").LocalPlayer.petsFolder:GetChildren()) do
  876. for _, x in pairs(v:GetChildren()) do
  877. local oh1 = "eternalizePet"
  878. local oh2 = x.Name
  879. game:GetService("ReplicatedStorage").rEvents.petEternalizeEvent:FireServer(
  880. oh1,
  881. oh2
  882. )
  883. end
  884. end
  885. end
  886. if not autoeternalise then
  887. break
  888. end
  889. end
  890. end
  891. )
  892. end
  893. autoimmortalize = false
  894. function immortalize()
  895. spawn(
  896. function()
  897. while autoimmortalize == true do
  898. task.wait(3)
  899. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  900. for _, v in pairs(game:GetService("Players").LocalPlayer.petsFolder:GetChildren()) do
  901. for _, x in pairs(v:GetChildren()) do
  902. local oh1 = "immortalizePet"
  903. local oh2 = x.Name
  904. game:GetService("ReplicatedStorage").rEvents.petImmortalizeEvent:FireServer(
  905. oh1,
  906. oh2
  907. )
  908. end
  909. end
  910. end
  911. if not autoimmortalize then
  912. break
  913. end
  914. end
  915. end
  916. )
  917. end
  918. autolegend = false
  919. function legend()
  920. spawn(
  921. function()
  922. while autolegend == true do
  923. task.wait(3)
  924. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  925. for _, v in pairs(game:GetService("Players").LocalPlayer.petsFolder:GetChildren()) do
  926. for _, x in pairs(v:GetChildren()) do
  927. local oh1 = "legendizePet"
  928. local oh2 = x.Name
  929. game:GetService("ReplicatedStorage").rEvents.petLegendEvent:FireServer(oh1, oh2)
  930. end
  931. end
  932. end
  933. if not autolegend then
  934. break
  935. end
  936. end
  937. end
  938. )
  939. end
  940. autoelementalize = false
  941. function elementalize()
  942. spawn(
  943. function()
  944. while autoelementalize == true do
  945. task.wait(3)
  946. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  947. for _, v in pairs(game:GetService("Players").LocalPlayer.petsFolder:GetChildren()) do
  948. for _, x in pairs(v:GetChildren()) do
  949. local oh1 = "elementalizePet"
  950. local oh2 = x.Name
  951. game:GetService("ReplicatedStorage").rEvents.petLegendEvent:FireServer(oh1, oh2)
  952. end
  953. end
  954. end
  955. if not autoelementalize then
  956. break
  957. end
  958. end
  959. end
  960. )
  961. end
  962. petupgrades:AddToggle(
  963. {
  964. Name = "Auto Evolve",
  965. Default = false,
  966. Callback = function(state)
  967. autoevolve = state
  968. if autoevolve then
  969. evolve()
  970. end
  971. end
  972. }
  973. )
  974. petupgrades:AddToggle(
  975. {
  976. Name = "Auto Eternalise",
  977. Default = false,
  978. Callback = function(state)
  979. autoeternalise = state
  980. if autoeternalise then
  981. eternalise()
  982. end
  983. end
  984. }
  985. )
  986. petupgrades:AddToggle(
  987. {
  988. Name = "Auto Immortalize",
  989. Default = false,
  990. Callback = function(state)
  991. autoimmortalize = state
  992. if autoimmortalize then
  993. immortalize()
  994. end
  995. end
  996. }
  997. )
  998. petupgrades:AddToggle(
  999. {
  1000. Name = "Auto Legend",
  1001. Default = false,
  1002. Callback = function(state)
  1003. autolegend = state
  1004. if autolegend then
  1005. legend()
  1006. end
  1007. end
  1008. }
  1009. )
  1010. petupgrades:AddToggle(
  1011. {
  1012. Name = "Auto Elementalize",
  1013. Default = false,
  1014. Callback = function(state)
  1015. autoelementalize = state
  1016. if autoelementalize then
  1017. elementalize()
  1018. end
  1019. end
  1020. }
  1021. )
  1022.  
  1023. local bosses = {}
  1024. for i, v in next, game:GetService("Workspace").bossFolder:GetChildren() do
  1025. table.insert(bosses, v.Name)
  1026. end
  1027.  
  1028. boss:AddDropdown(
  1029. {
  1030. Name = "Choose Boss",
  1031. Default = SelectedBoss,
  1032. Options = bosses,
  1033. Callback = function(selected)
  1034. SelectedBoss = selected
  1035. end
  1036. }
  1037. )
  1038.  
  1039. autoboss = false
  1040. function bosshit()
  1041. spawn(
  1042. function()
  1043. while autoboss == true do
  1044. task.wait()
  1045. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1046. if
  1047. game:GetService("Workspace").bossFolder:WaitForChild(SelectedBoss):WaitForChild(
  1048. "HumanoidRootPart"
  1049. )
  1050. then
  1051. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  1052. game.Workspace.bossFolder[SelectedBoss].HumanoidRootPart.CFrame
  1053. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  1054. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):Activate()
  1055. else
  1056. for _, v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1057. if v:IsA("Tool") and v:FindFirstChild("attackKatanaScript") then
  1058. v.attackTime.Value = .2
  1059. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  1060. end
  1061. end
  1062. end
  1063. end
  1064. end
  1065. if not autoboss then
  1066. break
  1067. end
  1068. end
  1069. end
  1070. )
  1071. end
  1072.  
  1073. boss:AddToggle(
  1074. {
  1075. Name = "Farm Boss",
  1076. Default = false,
  1077. Callback = function(state)
  1078. autoboss = state
  1079. if autoboss then
  1080. bosshit()
  1081. end
  1082. end
  1083. }
  1084. )
  1085. local Islands = {}
  1086. for _, v in next, game.workspace.islandUnlockParts:GetChildren() do
  1087. if v then
  1088. table.insert(Islands, v.Name)
  1089. end
  1090. end
  1091. teleports:AddLabel("World Teleports")
  1092. teleports:AddDropdown(
  1093. {
  1094. Name = "Select World",
  1095. Default = "",
  1096. Options = Islands,
  1097. Callback = function(selected)
  1098. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  1099. game.Workspace.islandUnlockParts[selected].islandSignPart.CFrame
  1100. end
  1101. }
  1102. )
  1103. teleports:AddLabel("Light Training Areas")
  1104. teleports:AddButton(
  1105. {
  1106. Name = "Mystical Waters",
  1107. Callback = function()
  1108. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  1109. CFrame.new(347.74881, 8824.53809, 114.271019)
  1110. end
  1111. }
  1112. )
  1113. teleports:AddButton(
  1114. {
  1115. Name = "Sword of Legends",
  1116. Callback = function()
  1117. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  1118. CFrame.new(1834.15967, 38.704483, -141.375641)
  1119. end
  1120. }
  1121. )
  1122. teleports:AddButton(
  1123. {
  1124. Name = "Elemental Tornado",
  1125. Callback = function()
  1126. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  1127. CFrame.new(299.758484, 30383.0957, -90.1542206)
  1128. end
  1129. }
  1130. )
  1131. teleports:AddLabel("Evil Training Areas")
  1132. teleports:AddButton(
  1133. {
  1134. Name = "Lava Pit",
  1135. Callback = function()
  1136. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  1137. CFrame.new(-116.631485, 12952.5381, 271.14624)
  1138. end
  1139. }
  1140. )
  1141. teleports:AddButton(
  1142. {
  1143. Name = "Tornado",
  1144. Callback = function()
  1145. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  1146. CFrame.new(325.641174, 16872.0938, -9.9906435)
  1147. end
  1148. }
  1149. )
  1150. teleports:AddButton(
  1151. {
  1152. Name = "Swords of Ancients",
  1153. Callback = function()
  1154. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  1155. CFrame.new(648.365662, 38.704483, 2409.72266)
  1156. end
  1157. }
  1158. )
  1159. misc:AddToggle(
  1160. {
  1161. Name = "Fast Shuriken",
  1162. Default = false,
  1163. Callback = function(x)
  1164. getgenv().fastshuriken = x
  1165. while wait(.001) and fastshuriken do
  1166. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1167. local plr = game.Players.LocalPlayer
  1168. local Mouse = plr:GetMouse()
  1169. local velocity = 1e3
  1170. for _, p in pairs(game.Workspace.shurikensFolder:GetChildren()) do
  1171. if p.Name == "Handle" then
  1172. if p:FindFirstChild("BodyVelocity") then
  1173. local bv = p:FindFirstChildOfClass("BodyVelocity")
  1174. bv.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1175. bv.Velocity = Mouse.Hit.lookVector * velocity
  1176. end
  1177. end
  1178. end
  1179. else
  1180. fastshuriken = false
  1181. end
  1182. end
  1183. end
  1184. }
  1185. )
  1186. misc:AddToggle(
  1187. {
  1188. Name = "Slow Shuriken",
  1189. Default = false,
  1190. Callback = function(x)
  1191. getgenv().slowshuriken = x
  1192. while wait(.001) and slowshuriken do
  1193. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1194. local plr = game.Players.LocalPlayer
  1195. local Mouse = plr:GetMouse()
  1196. local velocity = 35
  1197. for _, p in pairs(game.Workspace.shurikensFolder:GetChildren()) do
  1198. if p.Name == "Handle" then
  1199. if p:FindFirstChild("BodyVelocity") then
  1200. local bv = p:FindFirstChildOfClass("BodyVelocity")
  1201. bv.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1202. bv.Velocity = Mouse.Hit.lookVector * velocity
  1203. end
  1204. end
  1205. end
  1206. else
  1207. slowshuriken = false
  1208. end
  1209. end
  1210. end
  1211. }
  1212. )
  1213. misc:AddToggle(
  1214. {
  1215. Name = "Invisible",
  1216. Default = false,
  1217. Callback = function()
  1218. getgenv().invisible = true
  1219. while invisible do
  1220. task.wait(.001)
  1221. if state then
  1222. task.wait(.001)
  1223. local A_1 = "goInvisible"
  1224. local Event = game.Players.LocalPlayer.ninjaEvent
  1225. Event:FireServer(A_1)
  1226. else
  1227. getgenv().invisible = false
  1228. end
  1229. end
  1230. end
  1231. }
  1232. )
  1233. misc:AddButton(
  1234. {
  1235. Name = "Get Max Jumps",
  1236. Callback = function()
  1237. while wait(.0001) do
  1238. game.Players.LocalPlayer.multiJumpCount.Value = "50"
  1239. end
  1240. end
  1241. }
  1242. )
  1243. OrionLib:MakeNotification(
  1244. {
  1245. Name = "Script Loaded",
  1246. Content = "Script has successfully loaded!",
  1247. Image = "rbxassetid://7072718307",
  1248. Time = 5
  1249. }
  1250. )
  1251.  
  1252. local vu = game:GetService("VirtualUser")
  1253. game:GetService("Players").LocalPlayer.Idled:connect(
  1254. function()
  1255. vu:Button2Down(Vector2.new(0, 0), workspace.CurrentCamera.CFrame)
  1256. wait(1)
  1257. vu:Button2Up(Vector2.new(0, 0), workspace.CurrentCamera.CFrame)
  1258. end
  1259. )
  1260. end
  1261. else
  1262. local OrionLib = loadstring(game:HttpGet(("https://raw.githubusercontent.com/shlexware/Orion/main/source")))()
  1263. local Window =
  1264. OrionLib:MakeWindow(
  1265. {
  1266. Name = "Ninja Legends Script Key System",
  1267. HidePremium = false,
  1268. SaveConfig = false,
  1269. ConfigFolder = "OrionTest"
  1270. }
  1271. )
  1272. local Tab =
  1273. Window:MakeTab(
  1274. {
  1275. Name = "Key System",
  1276. Icon = "rbxassetid://4483345998",
  1277. PremiumOnly = false
  1278. }
  1279. )
  1280. Tab:AddTextbox(
  1281. {
  1282. Name = "Enter Key",
  1283. Default = "",
  1284. TextDisappear = true,
  1285. Callback = function(Value)
  1286. xkey = Value
  1287. end
  1288. }
  1289. )
  1290. Tab:AddButton(
  1291. {
  1292. Name = "Check Key",
  1293. Callback = function()
  1294. if xkey == "aYEXG5J7NO9H" then
  1295. print("Successfully whitelisted.")
  1296. writefile("3956818381.txt", "[]")
  1297. if game.PlaceId == 3956818381 then
  1298. local plr = game.Players.LocalPlayer
  1299. local StarterPack = game:GetService("StarterPack")
  1300. local OrionLib =
  1301. loadstring(
  1302. game:HttpGet("https://raw.githubusercontent.com/shlexware/Orion/main/source")
  1303. )()
  1304. local Window =
  1305. OrionLib:MakeWindow(
  1306. {
  1307. Name = "Ninja Legends Script Made By kooggy#0001",
  1308. HidePremium = false,
  1309. SaveConfig = false,
  1310. ConfigFolder = "Ninja Legends"
  1311. }
  1312. )
  1313. autoswing = false
  1314. function swinging()
  1315. spawn(
  1316. function()
  1317. while autoswing == true do
  1318. task.wait()
  1319. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer("swingKatana")
  1320. if not autoswing then
  1321. break
  1322. end
  1323. end
  1324. end
  1325. )
  1326. end
  1327. autosell = false
  1328. function selling()
  1329. spawn(
  1330. function()
  1331. while autosell == true do
  1332. task.wait(.01)
  1333. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1334. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame =
  1335. game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  1336. wait(.1)
  1337. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame =
  1338. game.Workspace.Part.CFrame
  1339. if not autosell then
  1340. break
  1341. end
  1342. end
  1343. end
  1344. end
  1345. )
  1346. end
  1347. autosellmax = false
  1348. function maxsell()
  1349. spawn(
  1350. function()
  1351. while autosellmax == true do
  1352. task.wait()
  1353. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1354. if
  1355. game.Players.LocalPlayer.PlayerGui.gameGui.maxNinjitsuMenu.Visible ==
  1356. true
  1357. then
  1358. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame =
  1359. game.Players.LocalPlayer.Character:WaitForChild(
  1360. "HumanoidRootPart"
  1361. ).CFrame
  1362. task.wait()
  1363. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame =
  1364. game.Workspace.Part.CFrame
  1365. end
  1366. end
  1367. if not autosellmax then
  1368. break
  1369. end
  1370. end
  1371. end
  1372. )
  1373. end
  1374. autobuyswords = false
  1375. function buyswords()
  1376. spawn(
  1377. function()
  1378. while autobuyswords == true do
  1379. task.wait()
  1380. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1381. local oh1 = "buyAllSwords"
  1382. local oh2 = {
  1383. "Ground",
  1384. "Astral Island",
  1385. "Space Island",
  1386. "Tundra Island",
  1387. "Eternal Island",
  1388. "Sandstorm",
  1389. "Thunderstorm",
  1390. "Ancient Inferno Island",
  1391. "Midnight Shadow Island",
  1392. "Mythical Souls Island",
  1393. "Winter Wonder Island"
  1394. }
  1395. for i = 1, #oh2 do
  1396. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(
  1397. oh1,
  1398. oh2[i]
  1399. )
  1400. end
  1401. end
  1402. if not autobuyswords then
  1403. break
  1404. end
  1405. end
  1406. end
  1407. )
  1408. end
  1409. autobuybelts = false
  1410. function buybelts()
  1411. spawn(
  1412. function()
  1413. while autobuybelts == true do
  1414. task.wait()
  1415. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1416. local oh1 = "buyAllBelts"
  1417. local oh2 = {
  1418. "Ground",
  1419. "Astral Island",
  1420. "Space Island",
  1421. "Tundra Island",
  1422. "Eternal Island",
  1423. "Sandstorm",
  1424. "Thunderstorm",
  1425. "Ancient Inferno Island",
  1426. "Midnight Shadow Island",
  1427. "Mythical Souls Island",
  1428. "Winter Wonder Island"
  1429. }
  1430. for i = 1, #oh2 do
  1431. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(
  1432. oh1,
  1433. oh2[i]
  1434. )
  1435. end
  1436. end
  1437. if not autobuybelts then
  1438. break
  1439. end
  1440. end
  1441. end
  1442. )
  1443. end
  1444. autobuyranks = false
  1445. function buyranks()
  1446. spawn(
  1447. function()
  1448. while autobuyranks == true do
  1449. task.wait()
  1450. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1451. local oh1 = "buyRank"
  1452. local oh2 =
  1453. game:GetService("ReplicatedStorage").Ranks.Ground:GetChildren()
  1454. for i = 1, #oh2 do
  1455. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(
  1456. oh1,
  1457. oh2[i].Name
  1458. )
  1459. end
  1460. end
  1461. if not autobuyranks then
  1462. break
  1463. end
  1464. end
  1465. end
  1466. )
  1467. end
  1468. autobuyskill = false
  1469. function buyskill()
  1470. spawn(
  1471. function()
  1472. while autobuyskill == true do
  1473. task.wait()
  1474. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1475. local oh1 = "buyAllSkills"
  1476. local oh2 = {
  1477. "Ground",
  1478. "Astral Island",
  1479. "Space Island",
  1480. "Tundra Island",
  1481. "Eternal Island",
  1482. "Sandstorm",
  1483. "Thunderstorm",
  1484. "Ancient Inferno Island",
  1485. "Midnight Shadow Island",
  1486. "Mythical Souls Island",
  1487. "Winter Wonder Island"
  1488. }
  1489. for i = 1, #oh2 do
  1490. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(
  1491. oh1,
  1492. oh2[i]
  1493. )
  1494. end
  1495. end
  1496. if not autobuyskill then
  1497. break
  1498. end
  1499. end
  1500. end
  1501. )
  1502. end
  1503. autobuyshurikens = false
  1504. function buyshurikens()
  1505. spawn(
  1506. function()
  1507. while autobuyshurikens == true do
  1508. task.wait()
  1509. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1510. local oh1 = "buyAllShurikens"
  1511. local oh2 = {
  1512. "Ground",
  1513. "Astral Island",
  1514. "Space Island",
  1515. "Tundra Island",
  1516. "Eternal Island",
  1517. "Sandstorm",
  1518. "Thunderstorm",
  1519. "Ancient Inferno Island",
  1520. "Midnight Shadow Island",
  1521. "Mythical Souls Island",
  1522. "Winter Wonder Island"
  1523. }
  1524. for i = 1, #oh2 do
  1525. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(
  1526. oh1,
  1527. oh2[i]
  1528. )
  1529. end
  1530. end
  1531. if not autobuyshurikens then
  1532. break
  1533. end
  1534. end
  1535. end
  1536. )
  1537. end
  1538. autocrystal = false
  1539. function buycrystal()
  1540. spawn(
  1541. function()
  1542. while autocrystal == true do
  1543. task.wait()
  1544. game:GetService("ReplicatedStorage").rEvents.openCrystalRemote:InvokeServer(
  1545. "openCrystal",
  1546. crystal
  1547. )
  1548. if not autocrystal then
  1549. break
  1550. end
  1551. end
  1552. end
  1553. )
  1554. end
  1555.  
  1556. local main =
  1557. Window:MakeTab(
  1558. {
  1559. Name = "Main",
  1560. Icon = "rbxassetid://7072717697",
  1561. PremiumOnly = false
  1562. }
  1563. )
  1564. local buy =
  1565. Window:MakeTab(
  1566. {
  1567. Name = "Auto Buy",
  1568. Icon = "rbxassetid://7072715646",
  1569. PremiumOnly = false
  1570. }
  1571. )
  1572. local hatch =
  1573. Window:MakeTab(
  1574. {
  1575. Name = "Auto Hatch",
  1576. Icon = "rbxassetid://9692081121",
  1577. PremiumOnly = false
  1578. }
  1579. )
  1580. local sellpets =
  1581. Window:MakeTab(
  1582. {
  1583. Name = "Auto Sell Pets",
  1584. Icon = "rbxassetid://7072717318",
  1585. PremiumOnly = false
  1586. }
  1587. )
  1588. local petupgrades =
  1589. Window:MakeTab(
  1590. {
  1591. Name = "Auto Pet Upgrade",
  1592. Icon = "rbxassetid://7072706796",
  1593. PremiumOnly = false
  1594. }
  1595. )
  1596. local boss =
  1597. Window:MakeTab(
  1598. {
  1599. Name = "Boss Farm",
  1600. Icon = "rbxassetid://7072723006",
  1601. PremiumOnly = false
  1602. }
  1603. )
  1604. local teleports =
  1605. Window:MakeTab(
  1606. {
  1607. Name = "Teleports",
  1608. Icon = "rbxassetid://7072718266",
  1609. PremiumOnly = false
  1610. }
  1611. )
  1612. local misc =
  1613. Window:MakeTab(
  1614. {
  1615. Name = "Misc",
  1616. Icon = "rbxassetid://7072718840",
  1617. PremiumOnly = false
  1618. }
  1619. )
  1620. main:AddLabel("Auto Swing")
  1621. main:AddToggle(
  1622. {
  1623. Name = "Auto Swing",
  1624. Default = false,
  1625. Callback = function(x)
  1626. autoswing = x
  1627. if autoswing then
  1628. swinging()
  1629. end
  1630. end
  1631. }
  1632. )
  1633. main:AddLabel("Auto Sell")
  1634. main:AddToggle(
  1635. {
  1636. Name = "Auto Sell",
  1637. Default = false,
  1638. Callback = function(x)
  1639. autosell = x
  1640. if autosell then
  1641. selling()
  1642. end
  1643. end
  1644. }
  1645. )
  1646. main:AddToggle(
  1647. {
  1648. Name = "Auto Max Sell",
  1649. Default = false,
  1650. Callback = function(x)
  1651. autosellmax = x
  1652. if autosellmax then
  1653. maxsell()
  1654. end
  1655. end
  1656. }
  1657. )
  1658. local leveluptoggle = false
  1659. function levelup()
  1660. spawn(
  1661. function()
  1662. while leveluptoggle == true do
  1663. task.wait()
  1664. for _, v in pairs(workspace.Hoops:GetDescendants()) do
  1665. if v.ClassName == "MeshPart" then
  1666. v.touchPart.CFrame = plr.Character.HumanoidRootPart.CFrame
  1667. end
  1668. end
  1669. if not leveluptoggle then
  1670. break
  1671. end
  1672. end
  1673. end
  1674. )
  1675. end
  1676. local chitoggle = false
  1677. function chi()
  1678. spawn(
  1679. function()
  1680. while chitoggle == true do
  1681. task.wait(.033)
  1682. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1683. for _, v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
  1684. if v.Name == "Blue Chi Crate" then
  1685. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  1686. CFrame.new(v.Position)
  1687. wait(.16)
  1688. end
  1689. end
  1690. end
  1691. if not chitoggle then
  1692. break
  1693. end
  1694. end
  1695. end
  1696. )
  1697. end
  1698. main:AddLabel("Other Main Stuff")
  1699. main:AddButton(
  1700. {
  1701. Name = "Unlock all elements",
  1702. Callback = function()
  1703. game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Frost")
  1704. game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Inferno")
  1705. game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Lightning")
  1706. game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Electral Chaos")
  1707. game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Masterful Wrath")
  1708. game.ReplicatedStorage.rEvents.elementMasteryEvent:FireServer("Shadow Charge")
  1709. end
  1710. }
  1711. )
  1712. main:AddToggle(
  1713. {
  1714. Name = "Auto Level Up Pets",
  1715. Default = false,
  1716. Callback = function(x)
  1717. leveluptoggle = x
  1718. if leveluptoggle then
  1719. levelup()
  1720. end
  1721. end
  1722. }
  1723. )
  1724. main:AddToggle(
  1725. {
  1726. Name = "Auto Collect Chi",
  1727. Default = false,
  1728. Callback = function(x)
  1729. chitoggle = x
  1730. if chitoggle then
  1731. chi()
  1732. end
  1733. end
  1734. }
  1735. )
  1736. main:AddButton(
  1737. {
  1738. Name = "Collect All Chests",
  1739. Callback = function()
  1740. game:GetService("Workspace").mythicalChest["circleInner"].CFrame =
  1741. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1742. wait(3.5)
  1743. game:GetService("Workspace").goldenChest["circleInner"].CFrame =
  1744. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1745. wait(3.5)
  1746. game:GetService("Workspace").enchantedChest["circleInner"].CFrame =
  1747. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1748. wait(3.5)
  1749. game:GetService("Workspace").magmaChest["circleInner"].CFrame =
  1750. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1751. wait(3.5)
  1752. game:GetService("Workspace").legendsChest["circleInner"].CFrame =
  1753. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1754. wait(3.5)
  1755. game:GetService("Workspace").eternalChest["circleInner"].CFrame =
  1756. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1757. wait(3.5)
  1758. game:GetService("Workspace").saharaChest["circleInner"].CFrame =
  1759. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1760. wait(3.5)
  1761. game:GetService("Workspace").thunderChest["circleInner"].CFrame =
  1762. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1763. wait(3.5)
  1764. game:GetService("Workspace").ancientChest["circleInner"].CFrame =
  1765. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1766. wait(3.5)
  1767. game:GetService("Workspace").midnightShadowChest["circleInner"].CFrame =
  1768. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1769. wait(3.5)
  1770. game:GetService("Workspace").groupRewardsCircle["circleInner"].CFrame =
  1771. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1772. wait(3.5)
  1773. game:GetService("Workspace")["Daily Chest"].circleInner.CFrame =
  1774. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1775. wait(3.5)
  1776. game:GetService("Workspace")["wonderChest"].circleInner.CFrame =
  1777. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1778. wait(3.5)
  1779. game:GetService("Workspace").wonderChest["circleInner"].CFrame =
  1780. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1781. game:GetService("Workspace").midnightShadowChest["circleInner"].CFrame =
  1782. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1783. game:GetService("Workspace").ancientChest["circleInner"].CFrame =
  1784. game.Workspace.Part.CFrame
  1785. game:GetService("Workspace").midnightShadowChest["circleInner"].CFrame =
  1786. game.Workspace.Part.CFrame
  1787. game:GetService("Workspace").thunderChest["circleInner"].CFrame =
  1788. game.Workspace.Part.CFrame
  1789. game:GetService("Workspace").saharaChest["circleInner"].CFrame =
  1790. game.Workspace.Part.CFrame
  1791. game:GetService("Workspace").eternalChest["circleInner"].CFrame =
  1792. game.Workspace.Part.CFrame
  1793. game:GetService("Workspace").legendsChest["circleInner"].CFrame =
  1794. game.Workspace.Part.CFrame
  1795. game:GetService("Workspace").magmaChest["circleInner"].CFrame =
  1796. game.Workspace.Part.CFrame
  1797. game:GetService("Workspace").enchantedChest["circleInner"].CFrame =
  1798. game.Workspace.Part.CFrame
  1799. game:GetService("Workspace").goldenChest["circleInner"].CFrame =
  1800. game.Workspace.Part.CFrame
  1801. game:GetService("Workspace").mythicalChest["circleInner"].CFrame =
  1802. game.Workspace.Part.CFrame
  1803. game:GetService("Workspace").groupRewardsCircle["circleInner"].CFrame =
  1804. game.Workspace.Part.CFrame
  1805. game:GetService("Workspace")["Daily Chest"].circleInner.CFrame =
  1806. game.Workspace.Part.CFrame
  1807. end
  1808. }
  1809. )
  1810. main:AddButton(
  1811. {
  1812. Name = "Collect Light Chest",
  1813. Callback = function()
  1814. game:GetService("Workspace").lightKarmaChest["circleInner"].CFrame =
  1815. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1816. wait(5)
  1817. game:GetService("Workspace").lightKarmaChest["circleInner"].CFrame =
  1818. game.Workspace.Part.CFrame
  1819. end
  1820. }
  1821. )
  1822. main:AddButton(
  1823. {
  1824. Name = "Collect Evil Chest",
  1825. Callback = function()
  1826. game:GetService("Workspace").evilKarmaChest["circleInner"].CFrame =
  1827. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1828. wait(5)
  1829. game:GetService("Workspace").evilKarmaChest["circleInner"].CFrame =
  1830. game.Workspace.Part.CFrame
  1831. end
  1832. }
  1833. )
  1834. main:AddButton(
  1835. {
  1836. Name = "Unlock All Islands",
  1837. Callback = function()
  1838. for _, v in next, game.workspace.islandUnlockParts:GetChildren() do
  1839. if v then
  1840. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  1841. v.islandSignPart.CFrame
  1842. wait(.5)
  1843. end
  1844. end
  1845. end
  1846. }
  1847. )
  1848. buy:AddToggle(
  1849. {
  1850. Name = "Auto Buy Swords",
  1851. Default = false,
  1852. Callback = function(x)
  1853. autobuyswords = x
  1854. if autobuyswords then
  1855. buyswords()
  1856. end
  1857. end
  1858. }
  1859. )
  1860. buy:AddToggle(
  1861. {
  1862. Name = "Auto Buy Belts",
  1863. Default = false,
  1864. Callback = function(x)
  1865. autobuybelts = x
  1866. if autobuybelts then
  1867. buybelts()
  1868. end
  1869. end
  1870. }
  1871. )
  1872. buy:AddToggle(
  1873. {
  1874. Name = "Auto Buy Ranks",
  1875. Default = false,
  1876. Callback = function(x)
  1877. autobuyranks = x
  1878. if autobuyranks then
  1879. buyranks()
  1880. end
  1881. end
  1882. }
  1883. )
  1884. buy:AddToggle(
  1885. {
  1886. Name = "Auto Buy Skills",
  1887. Default = false,
  1888. Callback = function(x)
  1889. autobuyskill = x
  1890. if autobuyskill then
  1891. buyskill()
  1892. end
  1893. end
  1894. }
  1895. )
  1896. buy:AddToggle(
  1897. {
  1898. Name = "Auto Buy Shurikens",
  1899. Default = false,
  1900. Callback = function(x)
  1901. autobuyshurikens = x
  1902. if autobuyshurikens then
  1903. buyshurikens()
  1904. end
  1905. end
  1906. }
  1907. )
  1908. crystals = {}
  1909. for _, v in pairs(game:GetService("Workspace").mapCrystalsFolder:GetChildren()) do
  1910. table.insert(crystals, v.Name)
  1911. end
  1912. hatch:AddDropdown(
  1913. {
  1914. Name = "Select Crystal",
  1915. Default = "",
  1916. Options = crystals,
  1917. Callback = function(selected)
  1918. crystal = selected
  1919. end
  1920. }
  1921. )
  1922. hatch:AddToggle(
  1923. {
  1924. Name = "Auto Open Crystal",
  1925. Default = false,
  1926. Callback = function(x)
  1927. autocrystal = x
  1928. if autocrystal then
  1929. buycrystal()
  1930. end
  1931. end
  1932. }
  1933. )
  1934. local autosellbasic = false
  1935. function sellbasic()
  1936. spawn(
  1937. function()
  1938. while autosellbasic == true do
  1939. task.wait(1)
  1940. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1941. for _, v in pairs(
  1942. game.Players.LocalPlayer.petsFolder.Basic:GetChildren()
  1943. ) do
  1944. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  1945. end
  1946. end
  1947. if not autosellbasic then
  1948. break
  1949. end
  1950. end
  1951. end
  1952. )
  1953. end
  1954. local autoselladvanced = false
  1955. function selladvanced()
  1956. spawn(
  1957. function()
  1958. while autoselladvanced == true do
  1959. task.wait(1)
  1960. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1961. for _, v in pairs(
  1962. game.Players.LocalPlayer.petsFolder.Advanced:GetChildren()
  1963. ) do
  1964. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  1965. end
  1966. end
  1967. if not autoselladvanced then
  1968. break
  1969. end
  1970. end
  1971. end
  1972. )
  1973. end
  1974. local autosellrare = false
  1975. function sellrare()
  1976. spawn(
  1977. function()
  1978. while autosellrare == true do
  1979. task.wait(1)
  1980. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  1981. for _, v in pairs(
  1982. game.Players.LocalPlayer.petsFolder.Rare:GetChildren()
  1983. ) do
  1984. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  1985. end
  1986. end
  1987. if not autosellrare then
  1988. break
  1989. end
  1990. end
  1991. end
  1992. )
  1993. end
  1994. local autosellepic = false
  1995. function sellepic()
  1996. spawn(
  1997. function()
  1998. while autosellepic == true do
  1999. task.wait(1)
  2000. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  2001. for _, v in pairs(
  2002. game.Players.LocalPlayer.petsFolder.Epic:GetChildren()
  2003. ) do
  2004. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  2005. end
  2006. end
  2007. if not autosellepic then
  2008. break
  2009. end
  2010. end
  2011. end
  2012. )
  2013. end
  2014. local autosellunique = false
  2015. function sellunique()
  2016. spawn(
  2017. function()
  2018. while autosellunique == true do
  2019. task.wait(1)
  2020. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  2021. for _, v in pairs(
  2022. game.Players.LocalPlayer.petsFolder.Unique:GetChildren()
  2023. ) do
  2024. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  2025. end
  2026. end
  2027. if not autosellunique then
  2028. break
  2029. end
  2030. end
  2031. end
  2032. )
  2033. end
  2034. local autosellomega = false
  2035. function sellomega()
  2036. spawn(
  2037. function()
  2038. while autosellomega == true do
  2039. task.wait(1)
  2040. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  2041. for _, v in pairs(
  2042. game.Players.LocalPlayer.petsFolder.Omega:GetChildren()
  2043. ) do
  2044. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  2045. end
  2046. end
  2047. if not autosellomega then
  2048. break
  2049. end
  2050. end
  2051. end
  2052. )
  2053. end
  2054. local autosellelite = false
  2055. function sellelite()
  2056. spawn(
  2057. function()
  2058. while autosellelite == true do
  2059. task.wait(1)
  2060. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  2061. for _, v in pairs(
  2062. game.Players.LocalPlayer.petsFolder.Elite:GetChildren()
  2063. ) do
  2064. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  2065. end
  2066. end
  2067. if not autosellelite then
  2068. break
  2069. end
  2070. end
  2071. end
  2072. )
  2073. end
  2074. local autosellinfinity = false
  2075. function sellinfinity()
  2076. spawn(
  2077. function()
  2078. while autosellinfinity == true do
  2079. task.wait(1)
  2080. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  2081. for _, v in pairs(
  2082. game.Players.LocalPlayer.petsFolder.Infinity:GetChildren()
  2083. ) do
  2084. game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
  2085. end
  2086. end
  2087. if not autosellinfinity then
  2088. break
  2089. end
  2090. end
  2091. end
  2092. )
  2093. end
  2094. sellpets:AddToggle(
  2095. {
  2096. Name = "Auto Sell Basic",
  2097. Default = false,
  2098. Callback = function(state)
  2099. autosellbasic = state
  2100. if autosellbasic then
  2101. sellbasic()
  2102. end
  2103. end
  2104. }
  2105. )
  2106. sellpets:AddToggle(
  2107. {
  2108. Name = "Auto Sell Advanced",
  2109. Default = false,
  2110. Callback = function(state)
  2111. autoselladvanced = state
  2112. if autoselladvanced then
  2113. selladvanced()
  2114. end
  2115. end
  2116. }
  2117. )
  2118. sellpets:AddToggle(
  2119. {
  2120. Name = "Auto Sell Rare",
  2121. Default = false,
  2122. Callback = function(state)
  2123. autosellrare = state
  2124. if autosellrare then
  2125. sellrare()
  2126. end
  2127. end
  2128. }
  2129. )
  2130. sellpets:AddToggle(
  2131. {
  2132. Name = "Auto Sell Epic",
  2133. Default = false,
  2134. Callback = function(state)
  2135. autosellepic = state
  2136. if autosellepic then
  2137. sellepic()
  2138. end
  2139. end
  2140. }
  2141. )
  2142. sellpets:AddToggle(
  2143. {
  2144. Name = "Auto Sell Unique",
  2145. Default = false,
  2146. Callback = function(state)
  2147. autosellunique = state
  2148. if autosellunique then
  2149. sellunique()
  2150. end
  2151. end
  2152. }
  2153. )
  2154. sellpets:AddToggle(
  2155. {
  2156. Name = "Auto Sell Omega",
  2157. Default = false,
  2158. Callback = function(state)
  2159. autosellomega = state
  2160. if autosellomega then
  2161. sellomega()
  2162. end
  2163. end
  2164. }
  2165. )
  2166. sellpets:AddToggle(
  2167. {
  2168. Name = "Auto Sell Elite",
  2169. Default = false,
  2170. Callback = function(state)
  2171. autosellelite = state
  2172. if autosellelite then
  2173. sellelite()
  2174. end
  2175. end
  2176. }
  2177. )
  2178. sellpets:AddToggle(
  2179. {
  2180. Name = "Auto Sell Infinity",
  2181. Default = false,
  2182. Callback = function(state)
  2183. autosellinfinity = state
  2184. if autosellinfinity then
  2185. sellinfinity()
  2186. end
  2187. end
  2188. }
  2189. )
  2190. autoevolve = false
  2191. function evolve()
  2192. spawn(
  2193. function()
  2194. while autoevolve == true do
  2195. task.wait(3)
  2196. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  2197. for _, v in pairs(
  2198. game:GetService("Players").LocalPlayer.petsFolder:GetChildren()
  2199. ) do
  2200. for _, x in pairs(v:GetChildren()) do
  2201. local oh1 = "evolvePet"
  2202. local oh2 = x.Name
  2203. game:GetService("ReplicatedStorage").rEvents.petEvolveEvent:FireServer(
  2204. oh1,
  2205. oh2
  2206. )
  2207. end
  2208. end
  2209. end
  2210. if not autoevolve then
  2211. break
  2212. end
  2213. end
  2214. end
  2215. )
  2216. end
  2217. autoeternalise = false
  2218. function eternalise()
  2219. spawn(
  2220. function()
  2221. while autoeternalise == true do
  2222. task.wait(3)
  2223. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  2224. for _, v in pairs(
  2225. game:GetService("Players").LocalPlayer.petsFolder:GetChildren()
  2226. ) do
  2227. for _, x in pairs(v:GetChildren()) do
  2228. local oh1 = "eternalizePet"
  2229. local oh2 = x.Name
  2230. game:GetService("ReplicatedStorage").rEvents.petEternalizeEvent:FireServer(
  2231. oh1,
  2232. oh2
  2233. )
  2234. end
  2235. end
  2236. end
  2237. if not autoeternalise then
  2238. break
  2239. end
  2240. end
  2241. end
  2242. )
  2243. end
  2244. autoimmortalize = false
  2245. function immortalize()
  2246. spawn(
  2247. function()
  2248. while autoimmortalize == true do
  2249. task.wait(3)
  2250. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  2251. for _, v in pairs(
  2252. game:GetService("Players").LocalPlayer.petsFolder:GetChildren()
  2253. ) do
  2254. for _, x in pairs(v:GetChildren()) do
  2255. local oh1 = "immortalizePet"
  2256. local oh2 = x.Name
  2257. game:GetService("ReplicatedStorage").rEvents.petImmortalizeEvent:FireServer(
  2258. oh1,
  2259. oh2
  2260. )
  2261. end
  2262. end
  2263. end
  2264. if not autoimmortalize then
  2265. break
  2266. end
  2267. end
  2268. end
  2269. )
  2270. end
  2271. autolegend = false
  2272. function legend()
  2273. spawn(
  2274. function()
  2275. while autolegend == true do
  2276. task.wait(3)
  2277. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  2278. for _, v in pairs(
  2279. game:GetService("Players").LocalPlayer.petsFolder:GetChildren()
  2280. ) do
  2281. for _, x in pairs(v:GetChildren()) do
  2282. local oh1 = "legendizePet"
  2283. local oh2 = x.Name
  2284. game:GetService("ReplicatedStorage").rEvents.petLegendEvent:FireServer(
  2285. oh1,
  2286. oh2
  2287. )
  2288. end
  2289. end
  2290. end
  2291. if not autolegend then
  2292. break
  2293. end
  2294. end
  2295. end
  2296. )
  2297. end
  2298. autoelementalize = false
  2299. function elementalize()
  2300. spawn(
  2301. function()
  2302. while autoelementalize == true do
  2303. task.wait(3)
  2304. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  2305. for _, v in pairs(
  2306. game:GetService("Players").LocalPlayer.petsFolder:GetChildren()
  2307. ) do
  2308. for _, x in pairs(v:GetChildren()) do
  2309. local oh1 = "elementalizePet"
  2310. local oh2 = x.Name
  2311. game:GetService("ReplicatedStorage").rEvents.petLegendEvent:FireServer(
  2312. oh1,
  2313. oh2
  2314. )
  2315. end
  2316. end
  2317. end
  2318. if not autoelementalize then
  2319. break
  2320. end
  2321. end
  2322. end
  2323. )
  2324. end
  2325. petupgrades:AddToggle(
  2326. {
  2327. Name = "Auto Evolve",
  2328. Default = false,
  2329. Callback = function(state)
  2330. autoevolve = state
  2331. if autoevolve then
  2332. evolve()
  2333. end
  2334. end
  2335. }
  2336. )
  2337. petupgrades:AddToggle(
  2338. {
  2339. Name = "Auto Eternalise",
  2340. Default = false,
  2341. Callback = function(state)
  2342. autoeternalise = state
  2343. if autoeternalise then
  2344. eternalise()
  2345. end
  2346. end
  2347. }
  2348. )
  2349. petupgrades:AddToggle(
  2350. {
  2351. Name = "Auto Immortalize",
  2352. Default = false,
  2353. Callback = function(state)
  2354. autoimmortalize = state
  2355. if autoimmortalize then
  2356. immortalize()
  2357. end
  2358. end
  2359. }
  2360. )
  2361. petupgrades:AddToggle(
  2362. {
  2363. Name = "Auto Legend",
  2364. Default = false,
  2365. Callback = function(state)
  2366. autolegend = state
  2367. if autolegend then
  2368. legend()
  2369. end
  2370. end
  2371. }
  2372. )
  2373. petupgrades:AddToggle(
  2374. {
  2375. Name = "Auto Elementalize",
  2376. Default = false,
  2377. Callback = function(state)
  2378. autoelementalize = state
  2379. if autoelementalize then
  2380. elementalize()
  2381. end
  2382. end
  2383. }
  2384. )
  2385.  
  2386. autoboss = false
  2387. function bosshit()
  2388. spawn(
  2389. function()
  2390. while autoboss == true do
  2391. task.wait()
  2392. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  2393. if
  2394. game:GetService("Workspace").bossFolder:WaitForChild(SelectedBoss):WaitForChild(
  2395. "HumanoidRootPart"
  2396. )
  2397. then
  2398. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  2399. game.Workspace.bossFolder[SelectedBoss].HumanoidRootPart.CFrame
  2400. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  2401. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):Activate(
  2402.  
  2403. )
  2404. else
  2405. for _, v in pairs(
  2406. game.Players.LocalPlayer.Backpack:GetChildren()
  2407. ) do
  2408. if v:IsA("Tool") and v:FindFirstChild("attackKatanaScript") then
  2409. v.attackTime.Value = .2
  2410. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  2411. end
  2412. end
  2413. end
  2414. end
  2415. end
  2416. if not autoboss then
  2417. break
  2418. end
  2419. end
  2420. end
  2421. )
  2422. end
  2423.  
  2424. local bosses = {}
  2425. for i, v in next, game:GetService("Workspace").bossFolder:GetChildren() do
  2426. table.insert(bosses, v.Name)
  2427. end
  2428.  
  2429. boss:AddDropdown(
  2430. {
  2431. Name = "Choose Boss",
  2432. Default = SelectedBoss,
  2433. Options = bosses,
  2434. Callback = function(selected)
  2435. SelectedBoss = selected
  2436. end
  2437. }
  2438. )
  2439.  
  2440. autoboss = false
  2441. function bosshit()
  2442. spawn(
  2443. function()
  2444. while autoboss == true do
  2445. task.wait()
  2446. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  2447. if
  2448. game:GetService("Workspace").bossFolder:WaitForChild(SelectedBoss):WaitForChild(
  2449. "HumanoidRootPart"
  2450. )
  2451. then
  2452. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  2453. game.Workspace.bossFolder[SelectedBoss].HumanoidRootPart.CFrame
  2454. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  2455. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):Activate(
  2456.  
  2457. )
  2458. else
  2459. for _, v in pairs(
  2460. game.Players.LocalPlayer.Backpack:GetChildren()
  2461. ) do
  2462. if v:IsA("Tool") and v:FindFirstChild("attackKatanaScript") then
  2463. v.attackTime.Value = .2
  2464. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  2465. end
  2466. end
  2467. end
  2468. end
  2469. end
  2470. if not autoboss then
  2471. break
  2472. end
  2473. end
  2474. end
  2475. )
  2476. end
  2477.  
  2478. boss:AddToggle(
  2479. {
  2480. Name = "Farm Boss",
  2481. Default = false,
  2482. Callback = function(state)
  2483. autoboss = state
  2484. if autoboss then
  2485. bosshit()
  2486. end
  2487. end
  2488. }
  2489. )
  2490. local Islands = {}
  2491. for _, v in next, game.workspace.islandUnlockParts:GetChildren() do
  2492. if v then
  2493. table.insert(Islands, v.Name)
  2494. end
  2495. end
  2496. teleports:AddLabel("World Teleports")
  2497. teleports:AddDropdown(
  2498. {
  2499. Name = "Select World",
  2500. Default = "",
  2501. Options = Islands,
  2502. Callback = function(selected)
  2503. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  2504. game.Workspace.islandUnlockParts[selected].islandSignPart.CFrame
  2505. end
  2506. }
  2507. )
  2508. teleports:AddLabel("Light Training Areas")
  2509. teleports:AddButton(
  2510. {
  2511. Name = "Mystical Waters",
  2512. Callback = function()
  2513. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  2514. CFrame.new(347.74881, 8824.53809, 114.271019)
  2515. end
  2516. }
  2517. )
  2518. teleports:AddButton(
  2519. {
  2520. Name = "Sword of Legends",
  2521. Callback = function()
  2522. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  2523. CFrame.new(1834.15967, 38.704483, -141.375641)
  2524. end
  2525. }
  2526. )
  2527. teleports:AddButton(
  2528. {
  2529. Name = "Elemental Tornado",
  2530. Callback = function()
  2531. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  2532. CFrame.new(299.758484, 30383.0957, -90.1542206)
  2533. end
  2534. }
  2535. )
  2536. teleports:AddLabel("Evil Training Areas")
  2537. teleports:AddButton(
  2538. {
  2539. Name = "Lava Pit",
  2540. Callback = function()
  2541. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  2542. CFrame.new(-116.631485, 12952.5381, 271.14624)
  2543. end
  2544. }
  2545. )
  2546. teleports:AddButton(
  2547. {
  2548. Name = "Tornado",
  2549. Callback = function()
  2550. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  2551. CFrame.new(325.641174, 16872.0938, -9.9906435)
  2552. end
  2553. }
  2554. )
  2555. teleports:AddButton(
  2556. {
  2557. Name = "Swords of Ancients",
  2558. Callback = function()
  2559. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
  2560. CFrame.new(648.365662, 38.704483, 2409.72266)
  2561. end
  2562. }
  2563. )
  2564. misc:AddToggle(
  2565. {
  2566. Name = "Fast Shuriken",
  2567. Default = false,
  2568. Callback = function(x)
  2569. getgenv().fastshuriken = x
  2570. while wait(.001) and fastshuriken do
  2571. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  2572. local plr = game.Players.LocalPlayer
  2573. local Mouse = plr:GetMouse()
  2574. local velocity = 1e3
  2575. for _, p in pairs(game.Workspace.shurikensFolder:GetChildren()) do
  2576. if p.Name == "Handle" then
  2577. if p:FindFirstChild("BodyVelocity") then
  2578. local bv = p:FindFirstChildOfClass("BodyVelocity")
  2579. bv.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  2580. bv.Velocity = Mouse.Hit.lookVector * velocity
  2581. end
  2582. end
  2583. end
  2584. else
  2585. fastshuriken = false
  2586. end
  2587. end
  2588. end
  2589. }
  2590. )
  2591. misc:AddToggle(
  2592. {
  2593. Name = "Slow Shuriken",
  2594. Default = false,
  2595. Callback = function(x)
  2596. getgenv().slowshuriken = x
  2597. while wait(.001) and slowshuriken do
  2598. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  2599. local plr = game.Players.LocalPlayer
  2600. local Mouse = plr:GetMouse()
  2601. local velocity = 35
  2602. for _, p in pairs(game.Workspace.shurikensFolder:GetChildren()) do
  2603. if p.Name == "Handle" then
  2604. if p:FindFirstChild("BodyVelocity") then
  2605. local bv = p:FindFirstChildOfClass("BodyVelocity")
  2606. bv.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  2607. bv.Velocity = Mouse.Hit.lookVector * velocity
  2608. end
  2609. end
  2610. end
  2611. else
  2612. slowshuriken = false
  2613. end
  2614. end
  2615. end
  2616. }
  2617. )
  2618. misc:AddToggle(
  2619. {
  2620. Name = "Invisible",
  2621. Default = false,
  2622. Callback = function()
  2623. getgenv().invisible = true
  2624. while invisible do
  2625. task.wait(.001)
  2626. if state then
  2627. task.wait(.001)
  2628. local A_1 = "goInvisible"
  2629. local Event = game.Players.LocalPlayer.ninjaEvent
  2630. Event:FireServer(A_1)
  2631. else
  2632. getgenv().invisible = false
  2633. end
  2634. end
  2635. end
  2636. }
  2637. )
  2638. misc:AddButton(
  2639. {
  2640. Name = "Get Max Jumps",
  2641. Callback = function()
  2642. while wait(.0001) do
  2643. game.Players.LocalPlayer.multiJumpCount.Value = "50"
  2644. end
  2645. end
  2646. }
  2647. )
  2648. OrionLib:MakeNotification(
  2649. {
  2650. Name = "Script Loaded",
  2651. Content = "Script has successfully loaded!",
  2652. Image = "rbxassetid://7072718307",
  2653. Time = 5
  2654. }
  2655. )
  2656.  
  2657. local vu = game:GetService("VirtualUser")
  2658. game:GetService("Players").LocalPlayer.Idled:connect(
  2659. function()
  2660. vu:Button2Down(Vector2.new(0, 0), workspace.CurrentCamera.CFrame)
  2661. wait(1)
  2662. vu:Button2Up(Vector2.new(0, 0), workspace.CurrentCamera.CFrame)
  2663. end
  2664. )
  2665. end
  2666. end
  2667. end
  2668. }
  2669. )
  2670. Tab:AddButton(
  2671. {
  2672. Name = "Get Key",
  2673. Callback = function()
  2674. setclipboard("https://link-hub.net/374506/ninja-legends-key")
  2675. OrionLib:MakeNotification(
  2676. {
  2677. Name = "Key System",
  2678. Content = "Copied key link to clipboard.",
  2679. Image = "rbxassetid://4483345998",
  2680. Time = 3
  2681. }
  2682. )
  2683. end
  2684. }
  2685. )
  2686. end
  2687. else
  2688. writefile("3956818381.txt", "")
  2689. end
  2690.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement