Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --credits to teamkel01
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "Ninja Legends", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- local Tab = Window:MakeTab({
- Name = "Main",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddToggle({
- Name = "Autoswing",
- Default = false,
- Callback = function(Value)
- getgenv().loop1 = Value
- while getgenv().loop1 == true do
- wait(0.1)
- local args = {
- [1] = "swingKatana"
- }
- game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(args))
- end
- end
- })
- Tab:AddToggle({
- Name = "Auto sell",
- Default = false,
- Callback = function(Value)
- getgenv().loop2 = Value
- while getgenv().loop2 == true do
- wait()
- 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)
- wait()
- 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)
- end
- end
- })
- Tab:AddButton({
- Name = "Unlock all islands",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(26, 766, -114)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(247, 2013, 347)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(162, 4047, 13)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(200, 5656, 13)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(200, 9284, 13)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(200, 13679, 13)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(200, 17686, 13)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(200, 24069, 13)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 28256, 7)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 33206, 7)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 39317, 7)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 46010, 7)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 52607, 7)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 59594, 7)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 66668, 7)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 70270, 7)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 74442, 7)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 79746, 7)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 83198, 7)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197, 91245, 7)
- end
- })
- local Tab = Window:MakeTab({
- Name = "Bosses",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddToggle({
- Name = "Auto attack robot boss",
- Default = false,
- Callback = function(Value)
- getgenv().loop9 = Value
- while getgenv().loop9 == true do
- wait(0.01)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.RobotBoss.HumanoidRootPart.CFrame
- local args = {
- [1] = "swingKatana"
- }
- game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(args))
- end
- end
- })
- Tab:AddToggle({
- Name = "Auto attack eternal boss",
- Default = false,
- Callback = function(Value)
- getgenv().loop9 = Value
- while getgenv().loop9 == true do
- wait(0.01)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.EternalBoss.HumanoidRootPart.CFrame
- local args = {
- [1] = "swingKatana"
- }
- game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(args))
- end
- end
- })
- Tab:AddToggle({
- Name = "Auto attack magma boss",
- Default = false,
- Callback = function(Value)
- getgenv().loop9 = Value
- while getgenv().loop9 == true do
- wait(0.01)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.AncientMagmaBoss.HumanoidRootPart.CFrame
- local args = {
- [1] = "swingKatana"
- }
- game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(args))
- end
- end
- })
- local Tab = Window:MakeTab({
- Name = "Light karma",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddToggle({
- Name = "Auto sell Sword of legends",
- Default = false,
- Callback = function(Value)
- getgenv().loop3 = Value
- while getgenv().loop3 == true do
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1849, 42, -136)
- wait(1)
- 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)
- end
- end
- })
- Tab:AddToggle({
- Name = "Auto sell Elemental tornado",
- Default = false,
- Callback = function(Value)
- getgenv().loop4 = Value
- while getgenv().loop4 == true do
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(326, 30383, -14)
- wait(1)
- 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)
- end
- end
- })
- Tab:AddToggle({
- Name = "Auto sell Zen Master's Blade",
- Default = false,
- Callback = function(Value)
- getgenv().loop4 = Value
- while getgenv().loop4 == true do
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5044, 43, 1616)
- wait(1)
- 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)
- end
- end
- })
- local Tab = Window:MakeTab({
- Name = "Dark karma",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddToggle({
- Name = "Auto sell Lava pit",
- Default = false,
- Callback = function(Value)
- getgenv().loop5 = Value
- while getgenv().loop5 == true do
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-135, 12952, 275)
- wait(1)
- 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)
- end
- end
- })
- Tab:AddToggle({
- Name = "Auto sell Tornado",
- Default = false,
- Callback = function(Value)
- getgenv().loop6 = Value
- while getgenv().loop6 == true do
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(326, 16872, -14)
- wait(1)
- 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)
- end
- end
- })
- Tab:AddToggle({
- Name = "Auto sell Sword of Ancients",
- Default = false,
- Callback = function(Value)
- getgenv().loop7 = Value
- while getgenv().loop7 == true do
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(627, 43, 2433)
- wait(1)
- 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)
- end
- end
- })
- Tab:AddToggle({
- Name = "Auto sell Sword of Ancients",
- Default = false,
- Callback = function(Value)
- getgenv().loop8 = Value
- while getgenv().loop8 == true do
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1878, 43, -6808)
- wait(1)
- 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)
- end
- end
- })
- local Tab = Window:MakeTab({
- Name = "Auto Buy",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddToggle({
- Name = "Auto Buy Swords",
- Default = false,
- Callback = function(Value)
- getgenv().loop3 = Value
- while getgenv().loop3 == true do
- wait(0.1)
- local args = {
- [1] = "buyAllSwords",
- [2] = "Blazing Vortex Island"
- }
- game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(args))
- end
- end
- })
- Tab:AddToggle({
- Name = "Auto Buy Belts",
- Default = false,
- Callback = function(Value)
- getgenv().loop4 = Value
- while getgenv().loop4 == true do
- wait(0.1)
- local args = {
- [1] = "buyAllBelts",
- [2] = "Blazing Vortex Island"
- }
- game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(args))
- end
- end
- })
- Tab:AddToggle({
- Name = "Auto Buy Ranks",
- Default = false,
- Callback = function(Value)
- getgenv().loop3 = Value
- while getgenv().loop3 == true do
- wait(0.1)
- local args = {
- [1] = "buyAllRanks",
- [2] = "Blazing Vortex Island"
- }
- game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(unpack(args))
- end
- end
- })
- local Tab = Window:MakeTab({
- Name = "Extra",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddSlider({
- Name = "Speed",
- Min = 18,
- Max = 250,
- Default = 18,
- Color = Color3.fromRGB(255,255,255),
- Increment = 1,
- ValueName = "Speed",
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
- end
- })
- Tab:AddSlider({
- Name = "Jumppower",
- Min = 50,
- Max = 10000,
- Default = 50,
- Color = Color3.fromRGB(255,255,255),
- Increment = 10,
- ValueName = "jumppower",
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = Value
- end
- })
- Tab:AddButton({
- Name = "Inf jump",
- Callback = function()
- local InfiniteJumpEnabled = true
- game:GetService("UserInputService").JumpRequest:connect(function()
- if InfiniteJumpEnabled then
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end
- end)
- end
- })
- Tab:AddButton({
- Name = "Get all elements",
- Callback = function()
- local args = {
- [1] = "Inferno"
- }
- game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(args))
- wait()
- local args = {
- [1] = "Lightning"
- }
- game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(args))
- wait()
- local args = {
- [1] = "Frost"
- }
- game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(args))
- wait()
- local args = {
- [1] = "Electral Chaos"
- }
- game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(args))
- wait()
- local args = {
- [1] = "Masterful Wrath"
- }
- game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(args))
- wait()
- local args = {
- [1] = "Shadow Charge"
- }
- game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(args))
- wait()
- local args = {
- [1] = "Shadowfire"
- }
- game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(args))
- wait()
- local args = {
- [1] = "Eternity Storm"
- }
- game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(args))
- wait()
- local args = {
- [1] = "Blazing Entity"
- }
- game:GetService("ReplicatedStorage").rEvents.elementMasteryEvent:FireServer(unpack(args))
- end
- })
- OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement