Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
- local Window = Rayfield:CreateWindow({
- Name = "Vxly",
- LoadingTitle = "Loading Scripts...",
- LoadingSubtitle = "by MaxximusPrimal & TagcLa",
- ConfigurationSaving = {
- Enabled = false,
- FolderName = "VxlyConfig",
- FileName = "Config"
- },
- Discord = {
- Enabled = true,
- Invite = "discord.gg/4appDsvM",
- RememberJoins = true
- },
- KeySystem = false
- })
- -- Helper function for script buttons
- local function createScriptButton(tab, name, url)
- tab:CreateButton({
- Name = name,
- Callback = function()
- loadstring(game:HttpGet(url))()
- end
- })
- end
- -- Tutorial Tab
- local TutorialTab = Window:CreateTab("Usage Tutorial", 4483345998)
- TutorialTab:CreateButton({
- Name = "Remove GUI",
- Callback = function()
- Rayfield:Destroy()
- end
- })
- TutorialTab:CreateLabel("Press the Rainbow Line To Move the GUI")
- TutorialTab:CreateLabel("All scripts Have Been Verified Of Safety")
- TutorialTab:CreateLabel("Please Show Credits By Pressing On 'Cred's' Tab")
- TutorialTab:CreateLabel("Some Scripts May Not Work In Old, We are Still Fixing That.")
- TutorialTab:CreateLabel("Press Right Control/CTRL To Toggle the GUI")
- TutorialTab:CreateLabel("Changelog")
- TutorialTab:CreateLabel("Added Scripts & Adding More Scripts - Version V1.11")
- TutorialTab:CreateLabel("Added Support For: Fisch, TOH, Brookhaven, Ability Wars")
- -- New Tab
- local NewTab = Window:CreateTab("New", 4483345998)
- 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")
- createScriptButton(NewTab, "Break in 1 - XHub", "https://raw.githubusercontent.com/Bebo-Mods/XHub/main/HubLoader.lua")
- -- Old Tab
- local OldTab = Window:CreateTab("Old", 4483345998)
- createScriptButton(OldTab, "Destroy GUI", function()
- Rayfield:Destroy()
- end)
- -- Universal Scripts Section
- 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")
- createScriptButton(OldTab, "Original Vxly script", "https://pastebin.com/w0nJwKif")
- -- Doors Scripts Section
- 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")
- -- Combat Scripts Section
- 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")
- -- Tower of Hell Section
- createScriptButton(OldTab, "TOH - SprinHub", "https://raw.githubusercontent.com/dqvh/dqvh/main/SprinHub")
- -- Break In Series Section
- 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")
- -- Popular Games Section
- 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")
- -- PVP Scripts Section
- 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
- local CreditsTab = Window:CreateTab("Cred's", 4483345998)
- CreditsTab:CreateLabel("MaxximusPrima/Jaxx_supperhero")
- CreditsTab:CreateButton({
- Name = "Copy Youtube Link",
- Callback = function()
- setclipboard("https://www.youtube.com/@MaxximusPrimal")
- end
- })
- CreditsTab:CreateLabel("TagcLa/Smartlightyear")
- CreditsTab:CreateButton({
- Name = "Copy Youtube Link",
- Callback = function()
- setclipboard("https://www.youtube.com/@TagcLa")
- end
- })
- CreditsTab:CreateLabel("Please Support @MaxximusPrimal On Youtube")
- CreditsTab:CreateLabel("Please Support @TagcLa Aswell On Youtube.")
- CreditsTab:CreateLabel("Please Support @alpha3723-i6p Aswell On Youtube.")
- CreditsTab:CreateLabel("Created By @MaxximusPrimal and @TagcLa On Youtube")
- CreditsTab:CreateLabel("Created By Jaxx_supperhero and Smartlightyear On Roblox")
Add Comment
Please, Sign In to add comment