Advertisement
teamkel01

Ninja legends

Mar 19th, 2023 (edited)
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.55 KB | None | 0 0
  1. --credits to teamkel01
  2.  
  3. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  4. local Window = OrionLib:MakeWindow({Name = "Ninja Legends", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  5. local Tab = Window:MakeTab({
  6. Name = "Main",
  7. Icon = "rbxassetid://4483345998",
  8. PremiumOnly = false
  9. })
  10. Tab:AddToggle({
  11. Name = "Autoswing",
  12. Default = false,
  13. Callback = function(Value)
  14. getgenv().loop1 = Value
  15. while getgenv().loop1 == true do
  16. wait(0.1)
  17. local args = {
  18. [1] = "swingKatana"
  19. }
  20.  
  21. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(args))
  22.  
  23. end
  24. end
  25. })
  26. Tab:AddToggle({
  27. Name = "Auto sell",
  28. Default = false,
  29. Callback = function(Value)
  30. getgenv().loop2 = Value
  31. while getgenv().loop2 == true do
  32. wait()
  33. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(92, 91245, 126, 0.2, 1.9e-08, -0.9, 1.5e-08, 1, 2.2e-08, 0.97, -2.01e-08, 0.2)
  34. wait()
  35. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(94, 91245.5, 139, 0.7, 3.2e-08, 0.6, 9.1e-09, 1, -5.6e-08, -0.7, 4.7e-08, 0.7)
  36. end
  37. end
  38. })
  39. Tab:AddButton({
  40. Name = "Unlock all islands",
  41. Callback = function()
  42. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(26, 766, -114)
  43. wait(0.1)
  44. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(247, 2013, 347)
  45. wait(0.1)
  46. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(162, 4047, 13)
  47. wait(0.1)
  48. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(200, 5656, 13)
  49. wait(0.1)
  50. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(200, 9284, 13)
  51. wait(0.1)
  52. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(200, 13679, 13)
  53. wait(0.1)
  54. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(200, 17686, 13)
  55. wait(0.1)
  56. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(200, 24069, 13)
  57. wait(0.1)
  58. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 28256, 7)
  59. wait(0.1)
  60. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 33206, 7)
  61. wait(0.1)
  62. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 39317, 7)
  63. wait(0.1)
  64. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 46010, 7)
  65. wait(0.1)
  66. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 52607, 7)
  67. wait(0.1)
  68. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 59594, 7)
  69. wait(0.1)
  70. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 66668, 7)
  71. wait(0.1)
  72. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 70270, 7)
  73. wait(0.1)
  74. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 74442, 7)
  75. wait(0.1)
  76. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 79746, 7)
  77. wait(0.1)
  78. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 83198, 7)
  79. wait(0.1)
  80. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 91245, 7)
  81. end
  82. })
  83. local Tab = Window:MakeTab({
  84. Name = "Bosses",
  85. Icon = "rbxassetid://4483345998",
  86. PremiumOnly = false
  87. })
  88. Tab:AddToggle({
  89. Name = "Auto attack robot boss",
  90. Default = false,
  91. Callback = function(Value)
  92. getgenv().loop9 = Value
  93. while getgenv().loop9 == true do
  94. wait(0.01)
  95. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.RobotBoss.HumanoidRootPart.CFrame
  96. local args = {
  97. [1] = "swingKatana"
  98. }
  99.  
  100. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(args))
  101.  
  102. end
  103. end
  104. })
  105. Tab:AddToggle({
  106. Name = "Auto attack eternal boss",
  107. Default = false,
  108. Callback = function(Value)
  109. getgenv().loop9 = Value
  110. while getgenv().loop9 == true do
  111. wait(0.01)
  112. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.EternalBoss.HumanoidRootPart.CFrame
  113. local args = {
  114. [1] = "swingKatana"
  115. }
  116.  
  117. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(args))
  118.  
  119. end
  120. end
  121. })
  122. Tab:AddToggle({
  123. Name = "Auto attack magma boss",
  124. Default = false,
  125. Callback = function(Value)
  126. getgenv().loop9 = Value
  127. while getgenv().loop9 == true do
  128. wait(0.01)
  129. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.AncientMagmaBoss.HumanoidRootPart.CFrame
  130. local args = {
  131. [1] = "swingKatana"
  132. }
  133.  
  134. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(args))
  135.  
  136. end
  137. end
  138. })
  139. local Tab = Window:MakeTab({
  140. Name = "Light karma",
  141. Icon = "rbxassetid://4483345998",
  142. PremiumOnly = false
  143. })
  144. Tab:AddToggle({
  145. Name = "Auto sell Sword of legends",
  146. Default = false,
  147. Callback = function(Value)
  148. getgenv().loop3 = Value
  149. while getgenv().loop3 == true do
  150. wait()
  151. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1849, 42, -136)
  152. wait(1)
  153. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(94, 91245.5, 139, 0.7, 3.2e-08, 0.6, 9.1e-09, 1, -5.6e-08, -0.7, 4.7e-08, 0.7)
  154. end
  155. end
  156. })
  157.  
  158. Tab:AddToggle({
  159. Name = "Auto sell Elemental tornado",
  160. Default = false,
  161. Callback = function(Value)
  162. getgenv().loop4 = Value
  163. while getgenv().loop4 == true do
  164. wait()
  165. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(326, 30383, -14)
  166. wait(1)
  167. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(94, 91245.5, 139, 0.7, 3.2e-08, 0.6, 9.1e-09, 1, -5.6e-08, -0.7, 4.7e-08, 0.7)
  168. end
  169. end
  170. })
  171. Tab:AddToggle({
  172. Name = "Auto sell Zen Master's Blade",
  173. Default = false,
  174. Callback = function(Value)
  175. getgenv().loop4 = Value
  176. while getgenv().loop4 == true do
  177. wait()
  178. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5044, 43, 1616)
  179. wait(1)
  180. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(94, 91245.5, 139, 0.7, 3.2e-08, 0.6, 9.1e-09, 1, -5.6e-08, -0.7, 4.7e-08, 0.7)
  181. end
  182. end
  183. })
  184. local Tab = Window:MakeTab({
  185. Name = "Dark karma",
  186. Icon = "rbxassetid://4483345998",
  187. PremiumOnly = false
  188. })
  189. Tab:AddToggle({
  190. Name = "Auto sell Lava pit",
  191. Default = false,
  192. Callback = function(Value)
  193. getgenv().loop5 = Value
  194. while getgenv().loop5 == true do
  195. wait()
  196. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-135, 12952, 275)
  197. wait(1)
  198. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(94, 91245.5, 139, 0.7, 3.2e-08, 0.6, 9.1e-09, 1, -5.6e-08, -0.7, 4.7e-08, 0.7)
  199. end
  200. end
  201. })
  202. Tab:AddToggle({
  203. Name = "Auto sell Tornado",
  204. Default = false,
  205. Callback = function(Value)
  206. getgenv().loop6 = Value
  207. while getgenv().loop6 == true do
  208. wait()
  209. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(326, 16872, -14)
  210. wait(1)
  211. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(94, 91245.5, 139, 0.7, 3.2e-08, 0.6, 9.1e-09, 1, -5.6e-08, -0.7, 4.7e-08, 0.7)
  212. end
  213. end
  214. })
  215. Tab:AddToggle({
  216. Name = "Auto sell Sword of Ancients",
  217. Default = false,
  218. Callback = function(Value)
  219. getgenv().loop7 = Value
  220. while getgenv().loop7 == true do
  221. wait()
  222. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(627, 43, 2433)
  223. wait(1)
  224. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(94, 91245.5, 139, 0.7, 3.2e-08, 0.6, 9.1e-09, 1, -5.6e-08, -0.7, 4.7e-08, 0.7)
  225. end
  226. end
  227. })
  228. Tab:AddToggle({
  229. Name = "Auto sell Sword of Ancients",
  230. Default = false,
  231. Callback = function(Value)
  232. getgenv().loop8 = Value
  233. while getgenv().loop8 == true do
  234. wait()
  235. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1878, 43, -6808)
  236. wait(1)
  237. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(94, 91245.5, 139, 0.7, 3.2e-08, 0.6, 9.1e-09, 1, -5.6e-08, -0.7, 4.7e-08, 0.7)
  238. end
  239. end
  240. })
  241.  
  242.  
  243. local Tab = Window:MakeTab({
  244. Name = "Auto Buy",
  245. Icon = "rbxassetid://4483345998",
  246. PremiumOnly = false
  247. })
  248. Tab:AddToggle({
  249. Name = "Auto Buy Swords",
  250. Default = false,
  251. Callback = function(Value)
  252. getgenv().loop3 = Value
  253. while getgenv().loop3 == true do
  254. wait(0.1)
  255. local args = {
  256. [1] = "buyAllSwords",
  257. [2] = "Blazing Vortex Island"
  258. }
  259.  
  260. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(args))
  261. end
  262. end
  263. })
  264. Tab:AddToggle({
  265. Name = "Auto Buy Belts",
  266. Default = false,
  267. Callback = function(Value)
  268. getgenv().loop4 = Value
  269. while getgenv().loop4 == true do
  270. wait(0.1)
  271. local args = {
  272. [1] = "buyAllBelts",
  273. [2] = "Blazing Vortex Island"
  274. }
  275.  
  276. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(args))
  277. end
  278. end
  279. })
  280. Tab:AddToggle({
  281. Name = "Auto Buy Ranks",
  282. Default = false,
  283. Callback = function(Value)
  284. getgenv().loop3 = Value
  285. while getgenv().loop3 == true do
  286. wait(0.1)
  287. local args = {
  288. [1] = "buyAllRanks",
  289. [2] = "Blazing Vortex Island"
  290. }
  291.  
  292. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(args))
  293. end
  294. end
  295. })
  296.  
  297. local Tab = Window:MakeTab({
  298. Name = "Extra",
  299. Icon = "rbxassetid://4483345998",
  300. PremiumOnly = false
  301. })
  302. Tab:AddSlider({
  303. Name = "Speed",
  304. Min = 18,
  305. Max = 250,
  306. Default = 18,
  307. Color = Color3.fromRGB(255,255,255),
  308. Increment = 1,
  309. ValueName = "Speed",
  310. Callback = function(Value)
  311. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
  312. end
  313. })
  314. Tab:AddSlider({
  315. Name = "Jumppower",
  316. Min = 50,
  317. Max = 10000,
  318. Default = 50,
  319. Color = Color3.fromRGB(255,255,255),
  320. Increment = 10,
  321. ValueName = "jumppower",
  322. Callback = function(Value)
  323. game.Players.LocalPlayer.Character.Humanoid.JumpPower = Value
  324. end
  325. })
  326. Tab:AddButton({
  327. Name = "Inf jump",
  328. Callback = function()
  329. local InfiniteJumpEnabled = true
  330. game:GetService("UserInputService").JumpRequest:connect(function()
  331. if InfiniteJumpEnabled then
  332. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  333. end
  334. end)
  335. end
  336. })
  337. Tab:AddButton({
  338. Name = "Get all elements",
  339. Callback = function()
  340. local args = {
  341. [1] = "Inferno"
  342. }
  343.  
  344. game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(args))
  345. wait()
  346. local args = {
  347. [1] = "Lightning"
  348. }
  349.  
  350. game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(args))
  351. wait()
  352. local args = {
  353. [1] = "Frost"
  354. }
  355.  
  356. game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(args))
  357. wait()
  358. local args = {
  359. [1] = "Electral Chaos"
  360. }
  361.  
  362. game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(args))
  363. wait()
  364. local args = {
  365. [1] = "Masterful Wrath"
  366. }
  367.  
  368. game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(args))
  369. wait()
  370. local args = {
  371. [1] = "Shadow Charge"
  372. }
  373.  
  374. game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(args))
  375. wait()
  376. local args = {
  377. [1] = "Shadowfire"
  378. }
  379.  
  380. game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(args))
  381. wait()
  382. local args = {
  383. [1] = "Eternity Storm"
  384. }
  385.  
  386. game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(args))
  387. wait()
  388. local args = {
  389. [1] = "Blazing Entity"
  390. }
  391.  
  392. game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(args))
  393. end
  394. })
  395.  
  396.  
  397. OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement