local OrionLib = loadstring(game:HttpGet(('https://[Log in to view URL]')))()
local Window = OrionLib:MakeWindow({Name = "NL Hub | made by xxNotLucasxx#4206", HidePremium = false, IntroText = "NL Hub" , SaveConfig = true, ConfigFolder = "OrionTest"})

OrionLib:MakeNotification({
	Name = "Remember to join my discord",
	Content = "discord.gg/nlcommunity",
	Image = "rbxassetid://4483345998",
	Time = 5
})

local MainTab = Window:MakeTab({
	Name = "Main",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})

MainTab:AddButton({
	Name = "Print Function",
	Callback = function()
      		print("discord.gg/nlcommunity")
  	end    
})

MainTab:AddToggle({
	Name = "Infinite Jump",
	Default = true,
	Callback = function(s)
		local UserInputService = game:GetService("UserInputService")
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local humanoid = character:WaitForChild("Humanoid")
local isJumping = false

function ToggleInfiniteJump()
    isJumping = not isJumping
    if isJumping then
        humanoid.JumpPower = math.huge
    else
        humanoid.JumpPower = 50
    end
end

function OnInput(input, gameProcessedEvent)
    if input.KeyCode == Enum.KeyCode.Space then
        ToggleInfiniteJump()
    end
end

UserInputService.InputBegan:Connect(OnInput)

function OnInput(input, gameProcessedEvent)
    if input.KeyCode == Enum.KeyCode.Space and isJumping then
        humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
    end
end

UserInputService.InputBegan:Connect(OnInput)
	end    
})

local speed = 16

MainTab:AddSlider({
    Name = "WalkSpeed",
    Min = 0,
    Max = 250,
    Default = 16,
    Color = Color3.fromRGB(255,255,255),
    Increment = 1,
    ValueName = "WalkSpeed",
    Callback = function(Value)
        pcall(function()
            speed = Value
            game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").WalkSpeed = speed
        end)
    end    
})
MainTab:AddBind({
    Name = "Keybind for WalkSpeed",
    Default = Enum.KeyCode.F,
    Hold = false,
    Callback = function()
        pcall(function()
            if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").WalkSpeed ~= 16 then
                game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").WalkSpeed = 16
            else
                game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").WalkSpeed = speed
            end
        end)
    end
})

MainTab:AddSlider({
	Name = "JumpPower",
	Min = 0,
	Max = 550,
	Default = 50,
	Color = Color3.fromRGB(255,255,255),
	Increment = 1,
	ValueName = "JumpPower",
	Callback = function(s)
		game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
end    
})



MainTab:AddButton({
	Name = "Reset",
	Callback = function()
		game.Players.LocalPlayer.Character.Head:Destroy()
  	end    
})
















local OthersTab = Window:MakeTab({
	Name = "Others",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})





OthersTab:AddButton({
	Name = "Infinite Yield",
	Callback = function()
		loadstring(game:HttpGet('https://[Log in to view URL]'))()
  	end    
})

OthersTab:AddButton({
	Name = "BackDoorV1",
	Callback = function()
		loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
  	end    
})

OthersTab:AddButton({
    Name = "Frakture",
    Callback = function()
        loadstring(game:HttpGet("https://[Log in to view URL]"))()
      end
})

OthersTab:AddButton({
    Name = "Vhub",
    Callback = function()
        loadstring(game:HttpGet("https://[Log in to view URL]"))()
      end
})

OthersTab:AddButton({
    Name = "Rice-Anti-Afk",
    Callback = function()
        loadstring(game:HttpGet("https://[Log in to view URL]", true))()
      end
})

OthersTab:AddButton({
    Name = "Peducolas whatver op gui tho aint i right lucas",
    Callback = function()
        loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
      end
    
})

OthersTab:AddButton({
    Name = "Level 7 Script Works For U Wow nicee",
    Callback = function()
        loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
      end
    
})

OthersTab:AddButton({
    Name = "Every Single Gui In One",
    Callback = function()
        loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
      end
    
})

OthersTab:AddButton({
    Name = "Rayfeild Version Still In Work Dont Use!",
    Callback = function()
        loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
      end
    
})


local CommandsTab = Window:MakeTab({
	Name = "Commands",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})


CommandsTab:AddParagraph("COMMANDS:","Key For Vhub is DickBlendingSimulatorX")








local CreditsTab = Window:MakeTab({
	Name = "Credits",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})


CreditsTab:AddButton({
	Name = "CREATOR | xxNotLucasxx#4206",
	Callback = function()
  	end    
})

CreditsTab:AddButton({
	Name = "CO-OWNER | igotnoidea#8168",
	Callback = function()
  	end    
})




OrionLib:Init()

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: