Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({
- Name = "Vxly",
- HidePremium = false,
- SaveConfig = false,
- ConfigFolder = "OrionTest"
- })
- -- Helper function for script buttons
- local function createScriptButton(tab, name, url)
- tab:AddButton({
- Name = name,
- Callback = function()
- loadstring(game:HttpGet(url))()
- end
- })
- end
- -- Create Tabs
- local TutorialTab = Window:MakeTab({Name = "Usage Tutorial", Icon = "rbxassetid://4483345998"})
- local NewTab = Window:MakeTab({Name = "New", Icon = "rbxassetid://4483345998"})
- local CreditsTab = Window:MakeTab({Name = "Cred's", Icon = "rbxassetid://4483345998"})
- local OldTab = Window:MakeTab({Name = "Old", Icon = "rbxassetid://4483345998"})
- -- Tutorial Tab
- TutorialTab:AddButton({
- Name = "Remove GUI",
- Callback = function()
- OrionLib:Destroy()
- end
- })
- TutorialTab:AddLabel("Press the Rainbow Line To Move the GUI")
- TutorialTab:AddLabel("All scripts Have Been Verified Of Safety")
- TutorialTab:AddLabel("Please Show Credits By Pressing On 'Cred's' Tab")
- TutorialTab:AddLabel("Some Scripts May Not Work In Old, We are Still Fixing That.")
- TutorialTab:AddLabel("Press Right Control/CTRL To Toggle the GUI")
- -- New Tab
- TutorialTab:AddLabel("Changelog")
- TutorialTab:AddLabel("Added Scripts & Adding More Scripts - Version V1.11")
- TutorialTab:AddLabel("Added Support For: Fisch, TOH, Brookhaven, Ability Wars")
- createScriptButton(NewTab, "Fisch - Speed Hub X (Pro Version)", "https://raw.githubusercontent.com/AhmadV99/Speed-Hub-X/main/Speed%20Hub%20X.lua")
- createScriptButton(NewTab, "Fisch - Raito Hub (Beginner Friendly)", "https://raw.githubusercontent.com/Efe0626/RaitoHub/refs/heads/main/Script")
- createScriptButton(NewTab, "Ability Wars - Komaru Hub", "https://raw.githubusercontent.com/railme37509124/komaruhubabilitywars/main/script.lua")
- createScriptButton(NewTab, "Tower Of Heck - Sasware", "https://raw.githubusercontent.com/centerepic/sasware_TowerOfHell/main/TowerOfHell_sw.lua")
- createScriptButton(NewTab, "Sigma Bypasser V2", "https://raw.githubusercontent.com/shakk-code/SigmaBypasser/refs/heads/main/source")
- createScriptButton(NewTab, "Bedwars - Aurora Hub", "https://raw.githubusercontent.com/cocotv666/Aurora/main/Aurora_Loader")
- createScriptButton(NewTab, "Bedwars - Raven B4", "https://raw.githubusercontent.com/goinglikeatrainlol/Raven-B4-Essentials/main/Bedwars")
- createScriptButton(NewTab, "White Room - Space Hub", "https://orbituniverse.com/spacehub")
- createScriptButton(NewTab, "MM2 - Vertex Hub", "https://raw.githubusercontent.com/vertex-peak/vertex/refs/heads/main/loadstring")
- createScriptButton(NewTab, "MM2 - XHub", "https://raw.githubusercontent.com/Au0yX/Community/main/XhubMM2")
- createScriptButton(NewTab, "Break in 2 - Luau Tech", "https://luau.tech/build")
- -- Old Tab
- OldTab:AddLabel("---- GUI Controls ----")
- OldTab:AddButton({
- Name = "Destroy Gui",
- Callback = function()
- OrionLib:Destroy()
- end
- })
- OldTab:AddLabel("---- Universal Scripts ----")
- createScriptButton(OldTab, "Dex Explorer V2", "https://cdn.wearedevs.net/scripts/Dex%20Explorer.txt")
- createScriptButton(OldTab, "Fake-sUNC Executor", "https://github.com/skintalker/Fake-sUNC/raw/refs/heads/main/Source/Fake-sUNC-Main.lua")
- createScriptButton(OldTab, "Sigma Bypasser Classic", "https://raw.githubusercontent.com/shakk-code/SigmaBypasser/refs/heads/main/source")
- createScriptButton(OldTab, "LALOL Backdoor Scanner", "https://raw.githubusercontent.com/Its-LALOL/LALOL-Hub/main/Backdoor-Scanner/script")
- createScriptButton(OldTab, "Infinite Yield Admin", "https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source")
- createScriptButton(OldTab, "Enable Reset Button", "https://pastebin.com/raw/mjaV3NNf")
- createScriptButton(OldTab, "Remove Screen Effects", "https://pastebin.com/raw/TAaCvzQA")
- OldTab:AddLabel("---- Doors Scripts ----")
- createScriptButton(OldTab, "Doors - BlackKing + BobHub", "https://raw.githubusercontent.com/KINGHUB01/BlackKing-obf/main/Doors%20Blackking%20And%20BobHub")
- createScriptButton(OldTab, "Doors - MSPaint GUI", "https://raw.githubusercontent.com/notpoiu/mspaint/main/main.lua")
- createScriptButton(OldTab, "Doors - Leaf Hub", "https://raw.githubusercontent.com/zReal-King/Leaf-Hub/main/Leaf-Hub")
- OldTab:AddLabel("---- Combat Scripts ----")
- createScriptButton(OldTab, "Bedwars - VapeVoidware", "https://raw.githubusercontent.com/VapeVoidware/vapevoidware/main/NewMainScript.lua")
- createScriptButton(OldTab, "Arsenal - TbaoHub", "https://raw.githubusercontent.com/tbao143/thaibao/main/TbaoHubArsenal")
- OldTab:AddLabel("---- Tower of Hell ----")
- createScriptButton(OldTab, "TOH - SprinHub", "https://raw.githubusercontent.com/dqvh/dqvh/main/SprinHub")
- OldTab:AddLabel("---- Break In Series ----")
- createScriptButton(OldTab, "Break In 1 - Darkmoon Hub", "https://raw.githubusercontent.com/Darkmoonxhubscript/BreakIn1/main/BreakIn1")
- createScriptButton(OldTab, "Break In 2 - Daniel Hub", "https://raw.githubusercontent.com/danielontopp/scripts/main/77_OCM25E2M.lua.txt")
- createScriptButton(OldTab, "Field Trip Z - Premium", "https://raw.githubusercontent.com/sjdhfiuyhknamsldwadkij/dsfe/refs/heads/main/1")
- OldTab:AddLabel("---- Popular Games ----")
- createScriptButton(OldTab, "Blade Ball - Corolla Hub", "https://raw.githubusercontent.com/7190000/Corolla-Hub/main/ch.lua")
- createScriptButton(OldTab, "Blox Fruits - Pearcathub", "https://raw.githubusercontent.com/NguyenLam2504/pearcathub.lua/main/vaicapia.lua")
- createScriptButton(OldTab, "MM2 - Xhub Premium", "https://raw.githubusercontent.com/Au0yX/Community/main/XhubMM2")
- createScriptButton(OldTab, "DTI - GUI V2", "https://raw.githubusercontent.com/hellohellohell012321/DTI-GUI-V2/main/dti_gui_v2.lua")
- OldTab:AddLabel("---- PVP Scripts ----")
- createScriptButton(OldTab, "RIVALS Premium Script", "https://raw.githubusercontent.com/ByNami/RIVALS/main/RIVALS.lua")
- createScriptButton(OldTab, "SanderX V4.2.2", "https://raw.githubusercontent.com/kigredns/SanderXV4.2.2/refs/heads/main/NormalSS.lua")
- createScriptButton(OldTab, "Rivals Soft Aim and More!", "https://raw.githubusercontent.com/Sheeshablee73/Scriptss/main/RivalsUPD2.lua")
- -- Credits Tab
- CreditsTab:AddLabel("MaxximusPrima/Jaxx_supperhero")
- CreditsTab:AddButton({
- Name = "Copy Youtube Link",
- Callback = function()
- setclipboard("https://www.youtube.com/@MaxximusPrimal")
- end
- })
- CreditsTab:AddLabel("TagcLa/Smartlightyear")
- CreditsTab:AddButton({
- Name = "Copy Youtube Link",
- Callback = function()
- setclipboard("https://www.youtube.com/@TagcLa")
- end
- })
- CreditsTab:AddLabel("Please Support @MaxximusPrimal On Youtube")
- CreditsTab:AddLabel("Please Support @TagcLa Aswell On Youtube.")
- CreditsTab:AddLabel("Please Support @alpha3723-i6p Aswell On Youtube.")
- CreditsTab:AddLabel("Created By @MaxximusPrimal and @TagcLa On Youtube")
- CreditsTab:AddLabel("Created By Jaxx_supperhero and Smartlightyear On Roblox")
- OrionLib:Init()
Add Comment
Please, Sign In to add comment