local OrionLib = loadstring(game:HttpGet(('https://[Log in to view URL]')))()
local Window = OrionLib:MakeWindow({Name = "R2BLOXI Gui", HidePremium = false, IntroText = "Private Gui For R2BLOXI" , SaveConfig = true, ConfigFolder = "OrionTest"})
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 = false,
Callback = function(s)
local Player = game:GetService'Players'.LocalPlayer;
local UIS = game:GetService'UserInputService';
_G.JumpHeight = 50;
function Action(Object, Function) if Object ~= nil then Function(Object); end end
UIS.InputBegan:connect(function(UserInput)
if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
Action(Player.Character.Humanoid, function(self)
if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
Action(self.Parent.HumanoidRootPart, function(self)
self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
end)
end
end)
end
end)
end
})
MainTab:AddSlider({
Name = "WalkSpeed",
Min = 0,
Max = 250,
Default = 16,
Color = Color3.fromRGB(255,255,255),
Increment = 1,
ValueName = "WalkSpeed",
Callback = function(s)
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
end
})
MainTab:AddBind({
Name = "Keybind for WalkSpeed",
Default = Enum.KeyCode.F,
Hold = true,
Callback = function()
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:AddBind({
Name = "Keybind for JumpPower",
Default = Enum.KeyCode.E,
Hold = false,
Callback = function()
print("press")
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
})
local CreditsTab = Window:MakeTab({
Name = "Credits",
Icon = "rbxassetid://7229442422",
PremiumOnly = false
})
CreditsTab:AddButton({
Name = "Made For @idk_2_put",
Callback = function()
end
})
CreditsTab:AddButton({
Name = "Scripter | igotnoidea#8168 ",
Callback = function()
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 = "PainfulDestroyer",
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 = "Pendulam Hub FE!",
Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end
})
OthersTab:AddButton({
Name = "fly Click E",
Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]", true))()
end
})
OthersTab:AddButton({
Name = "hat hub",
Callback = function()
loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
end
})
OthersTab:AddButton({
Name = "UTG",
Callback = function()
loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
end
})
OthersTab:AddButton({
Name = "Kill On Touch",
Callback = function()
loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
end
})
OrionLib:Init()
To embed this project on your website, copy the following code and paste it into your website's HTML: