T
@The_Night
Night PvP Hub
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
local Window = Library.CreateLib("Night PvP", "DarkTheme")
local PvPTab = Window:NewTab("PvP")
local Section = PvPTab:NewSection("PvP Stuff")
Section:NewButton("Esp", "Gives you Esp", function()
loadstring(game:HttpGet("https://pastebin.com/raw/XErS9vqE"))()
end)
IDK
local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
local Window = OrionLib:MakeWindow({Name = "Que Hub", HidePremium = false, SaveConfig = true, ConfigFolder = "Que"})
local CreditTab = Window:MakeTab({
Name = "Credit",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
local Section = CreditTab:AddSection({
Renda Hub
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
local Window = Library.CreateLib("Renda Hub", "DarkTheme")
local MainTab = Window:NewTab("Main")
local Section = MainTab:NewSection("Main")
Section:NewButton("Test button!", "Click and press F9 if its printing Working then its working!", function()
print("Working")
end)
Night Hub
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
local Window = Rayfield:CreateWindow({
Name = "Night Hub",
LoadingTitle = "Night Hub",
LoadingSubtitle = "by The Night",
ConfigurationSaving = {
Enabled = false,
FolderName = nil, -- Create a custom folder for your hub/game
FileName = "Example Hub"
Night Hub V2
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
local Window = Rayfield:CreateWindow({
Name = "Night Hub V2",
LoadingTitle = "Night Hub V2",
LoadingSubtitle = "by The Night",
ConfigurationSaving = {
Enabled = false,
FolderName = nil, -- Create a custom folder for your hub/game
FileName = "Example Hub"
Random
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
local Window = Library.CreateLib("Renda Hub", "DarkTheme")
local MainTab = Window:NewTab("Main")
local Section = MainTab:NewSection("Main")
Section:NewButton("Test button!", "Click and press F9 if its printing Working then its working!", function()
print("Working")
end)