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 2", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- local Tab = Window:MakeTab({
- Name = "Main",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddToggle({
- Name = "Auto swing",
- Default = false,
- Callback = function(Value)
- getgenv().loop1 = Value
- while getgenv().loop1 == true do
- wait(0.1)
- local args = {
- [1] = "swingBlade"
- }
- game:GetService("Players").LocalPlayer.saberEvent:FireServer(unpack(args))
- end
- end
- })
- Tab:AddToggle({
- Name = "Auto sell",
- Default = false,
- Callback = function(Value)
- getgenv().loop2 = Value
- while getgenv().loop2 == true do
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-89, 112, 131)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1, 113, 157)
- end
- end
- })
- Tab:AddButton({
- Name = "Unlock all islands",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1, 1467, 142)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1, 3057, 142)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1, 4681, 142)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(63, 6311, 101)
- wait(0.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1, 8631, 142)
- end
- })
- local Tab = Window:MakeTab({
- Name = "Training areas",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddToggle({
- Name = "Auto sell ancient masters blade",
- Default = false,
- Callback = function(Value)
- getgenv().loop5 = Value
- while getgenv().loop5 == true do
- wait(1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-89, 112, 131)
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-254, 117, 355)
- end
- end
- })
- Tab:AddToggle({
- Name = "Auto sell soul fusions arena",
- Default = false,
- Callback = function(Value)
- getgenv().loop6 = Value
- while getgenv().loop6 == true do
- wait(1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-89, 112, 131)
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(324, 123, -196)
- end
- end
- })
- Tab:AddToggle({
- Name = "Auto sell crashed spaceships",
- Default = false,
- Callback = function(Value)
- getgenv().loop7 = Value
- while getgenv().loop7 == true do
- wait(1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-89, 112, 131)
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-191, 124, -147)
- end
- end
- })
- local Tab = Window:MakeTab({
- Name = "Chests",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddButton({
- Name = "Get all Chests",
- Callback = function()
- local args = {
- [1] = "Group Rewards Chest"
- }
- game:GetService("ReplicatedStorage").rEvents.checkChestRemote:InvokeServer(unpack(args))
- wait()
- local args = {
- [1] = "Daily Rewards Chest"
- }
- game:GetService("ReplicatedStorage").rEvents.checkChestRemote:InvokeServer(unpack(args))
- wait()
- local args = {
- [1] = "Cybernetic Chest"
- }
- game:GetService("ReplicatedStorage").rEvents.checkChestRemote:InvokeServer(unpack(args))
- wait()
- local args = {
- [1] = "Chaos Origins Chest"
- }
- game:GetService("ReplicatedStorage").rEvents.checkChestRemote:InvokeServer(unpack(args))
- wait()
- local args = {
- [1] = "Rising Eternity Chest"
- }
- game:GetService("ReplicatedStorage").rEvents.checkChestRemote:InvokeServer(unpack(args))
- wait()
- local args = {
- [1] = "Divine Destiny Chest"
- }
- game:GetService("ReplicatedStorage").rEvents.checkChestRemote:InvokeServer(unpack(args))
- wait()
- local args = {
- [1] = "Dark Nebula Chest"
- }
- game:GetService("ReplicatedStorage").rEvents.checkChestRemote:InvokeServer(unpack(args))
- end
- })
- Tab:AddButton({
- Name = "Spin the wheel",
- Callback = function()
- local args = {
- [1] = "openFortuneWheel",
- [2] = workspace.FortuneWheels:FindFirstChild("Fortune Wheel")
- }
- game:GetService("ReplicatedStorage").rEvents.openFortuneWheelRemote:InvokeServer(unpack(args))
- end
- })
- local Tab = Window:MakeTab({
- Name = "Auto buy",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddToggle({
- Name = "Autobuy swords",
- Default = false,
- Callback = function(Value)
- getgenv().loop3 = Value
- while getgenv().loop3 == true do
- wait(0.1)
- local args = {
- [1] = "buyAllItems",
- [2] = {
- ["whichItems"] = "Swords",
- ["whichPlanet"] = "Planet Chaos"
- }
- }
- game:GetService("Players").LocalPlayer.saberEvent:FireServer(unpack(args))
- end
- end
- })
- Tab:AddToggle({
- Name = "Autobuy crystals",
- Default = false,
- Callback = function(Value)
- getgenv().loop4 = Value
- while getgenv().loop4 == true do
- wait(0.1)
- local args = {
- [1] = "buyAllItems",
- [2] = {
- ["whichItems"] = "Crystals",
- ["whichPlanet"] = "Planet Chaos"
- }
- }
- game:GetService("Players").LocalPlayer.saberEvent:FireServer(unpack(args))
- end
- end
- })
- OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement