Advertisement
Smartdumgood

uhhhh nooooo

Jan 11th, 2025
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.52 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4. Name = "Vxly",
  5. LoadingTitle = "Loading Scripts...",
  6. LoadingSubtitle = "by MaxximusPrimal & TagcLa",
  7. ConfigurationSaving = {
  8. Enabled = false,
  9. FolderName = "VxlyConfig",
  10. FileName = "Config"
  11. },
  12. Discord = {
  13. Enabled = true,
  14. Invite = "discord.gg/4appDsvM",
  15. RememberJoins = true
  16. },
  17. KeySystem = false
  18. })
  19.  
  20. -- Helper function for script buttons
  21. local function createScriptButton(tab, name, url)
  22. tab:CreateButton({
  23. Name = name,
  24. Callback = function()
  25. loadstring(game:HttpGet(url))()
  26. end
  27. })
  28. end
  29.  
  30. -- Tutorial Tab
  31. local TutorialTab = Window:CreateTab("Usage Tutorial", 4483345998)
  32. TutorialTab:CreateButton({
  33. Name = "Remove GUI",
  34. Callback = function()
  35. Rayfield:Destroy()
  36. end
  37. })
  38.  
  39. TutorialTab:CreateLabel("Press the Rainbow Line To Move the GUI")
  40. TutorialTab:CreateLabel("All scripts Have Been Verified Of Safety")
  41. TutorialTab:CreateLabel("Please Show Credits By Pressing On 'Cred's' Tab")
  42. TutorialTab:CreateLabel("Some Scripts May Not Work In Old, We are Still Fixing That.")
  43. TutorialTab:CreateLabel("Press Right Control/CTRL To Toggle the GUI")
  44. TutorialTab:CreateLabel("Changelog")
  45. TutorialTab:CreateLabel("Added Scripts & Adding More Scripts - Version V1.11")
  46. TutorialTab:CreateLabel("Added Support For: Fisch, TOH, Brookhaven, Ability Wars")
  47.  
  48. -- New Tab
  49. local NewTab = Window:CreateTab("New", 4483345998)
  50. createScriptButton(NewTab, "Fisch - Speed Hub X (Pro Version)", "https://raw.githubusercontent.com/AhmadV99/Speed-Hub-X/main/Speed%20Hub%20X.lua")
  51. createScriptButton(NewTab, "Fisch - Raito Hub (Beginner Friendly)", "https://raw.githubusercontent.com/Efe0626/RaitoHub/refs/heads/main/Script")
  52. createScriptButton(NewTab, "Ability Wars - Komaru Hub", "https://raw.githubusercontent.com/railme37509124/komaruhubabilitywars/main/script.lua")
  53. createScriptButton(NewTab, "Tower Of Heck - Sasware", "https://raw.githubusercontent.com/centerepic/sasware_TowerOfHell/main/TowerOfHell_sw.lua")
  54. createScriptButton(NewTab, "Sigma Bypasser V2", "https://raw.githubusercontent.com/shakk-code/SigmaBypasser/refs/heads/main/source")
  55. createScriptButton(NewTab, "Bedwars - Aurora Hub", "https://raw.githubusercontent.com/cocotv666/Aurora/main/Aurora_Loader")
  56. createScriptButton(NewTab, "Bedwars - Raven B4", "https://raw.githubusercontent.com/goinglikeatrainlol/Raven-B4-Essentials/main/Bedwars")
  57. createScriptButton(NewTab, "White Room - Space Hub", "https://orbituniverse.com/spacehub")
  58. createScriptButton(NewTab, "MM2 - Vertex Hub", "https://raw.githubusercontent.com/vertex-peak/vertex/refs/heads/main/loadstring")
  59. createScriptButton(NewTab, "MM2 - XHub", "https://raw.githubusercontent.com/Au0yX/Community/main/XhubMM2")
  60. createScriptButton(NewTab, "Break in 2 - Luau Tech", "https://luau.tech/build")
  61. createScriptButton(NewTab, "Break in 1 - XHub", "https://raw.githubusercontent.com/Bebo-Mods/XHub/main/HubLoader.lua")
  62. NewTab:CreateLabel("-----FE-------")
  63. createScriptButton(NewTab, "FE fighter", "https://scriptblox.com/raw/Universal-Script-FE-Fighter-OPTIMIZED-VER-inspired-by-gale-24162")
  64. createScriptButton(NewTab, "FE Draw Chat", "https://pastebin.com/raw/q6WWVCKC")
  65. createScriptButton(NewTab, "FE R6 Animation", "https://scriptblox.com/raw/Universal-Script-Fe-Silly-animation-V4-16636")
  66. -- Old Tab
  67. local OldTab = Window:CreateTab("Old", 4483345998)
  68. createScriptButton(OldTab, "Destroy GUI", function()
  69. Rayfield:Destroy()
  70. end)
  71.  
  72. -- Universal Scripts Section
  73. createScriptButton(OldTab, "Dex Explorer V2", "https://cdn.wearedevs.net/scripts/Dex%20Explorer.txt")
  74. createScriptButton(OldTab, "Fake-sUNC Executor", "https://github.com/skintalker/Fake-sUNC/raw/refs/heads/main/Source/Fake-sUNC-Main.lua")
  75. createScriptButton(OldTab, "Sigma Bypasser Classic", "https://raw.githubusercontent.com/shakk-code/SigmaBypasser/refs/heads/main/source")
  76. createScriptButton(OldTab, "LALOL Backdoor Scanner", "https://raw.githubusercontent.com/Its-LALOL/LALOL-Hub/main/Backdoor-Scanner/script")
  77. createScriptButton(OldTab, "Infinite Yield Admin", "https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source")
  78. createScriptButton(OldTab, "Enable Reset Button", "https://pastebin.com/raw/mjaV3NNf")
  79. createScriptButton(OldTab, "Remove Screen Effects", "https://pastebin.com/raw/TAaCvzQA")
  80. createScriptButton(OldTab, "Original Vxly script", "https://pastebin.com/w0nJwKif")
  81.  
  82. -- Doors Scripts Section
  83. createScriptButton(OldTab, "Doors - BlackKing + BobHub", "https://raw.githubusercontent.com/KINGHUB01/BlackKing-obf/main/Doors%20Blackking%20And%20BobHub")
  84. createScriptButton(OldTab, "Doors - MSPaint GUI", "https://raw.githubusercontent.com/notpoiu/mspaint/main/main.lua")
  85. createScriptButton(OldTab, "Doors - Leaf Hub", "https://raw.githubusercontent.com/zReal-King/Leaf-Hub/main/Leaf-Hub")
  86.  
  87. -- Combat Scripts Section
  88. createScriptButton(OldTab, "Bedwars - VapeVoidware", "https://raw.githubusercontent.com/VapeVoidware/vapevoidware/main/NewMainScript.lua")
  89. createScriptButton(OldTab, "Arsenal - TbaoHub", "https://raw.githubusercontent.com/tbao143/thaibao/main/TbaoHubArsenal")
  90.  
  91. -- Tower of Hell Section
  92. createScriptButton(OldTab, "TOH - SprinHub", "https://raw.githubusercontent.com/dqvh/dqvh/main/SprinHub")
  93.  
  94. -- Break In Series Section
  95. createScriptButton(OldTab, "Break In 1 - Darkmoon Hub", "https://raw.githubusercontent.com/Darkmoonxhubscript/BreakIn1/main/BreakIn1")
  96. createScriptButton(OldTab, "Break In 2 - Daniel Hub", "https://raw.githubusercontent.com/danielontopp/scripts/main/77_OCM25E2M.lua.txt")
  97. createScriptButton(OldTab, "Field Trip Z - Premium", "https://raw.githubusercontent.com/sjdhfiuyhknamsldwadkij/dsfe/refs/heads/main/1")
  98.  
  99. -- Popular Games Section
  100. createScriptButton(OldTab, "Blade Ball - Corolla Hub", "https://raw.githubusercontent.com/7190000/Corolla-Hub/main/ch.lua")
  101. createScriptButton(OldTab, "Blox Fruits - Pearcathub", "https://raw.githubusercontent.com/NguyenLam2504/pearcathub.lua/main/vaicapia.lua")
  102. createScriptButton(OldTab, "MM2 - Xhub Premium", "https://raw.githubusercontent.com/Au0yX/Community/main/XhubMM2")
  103. createScriptButton(OldTab, "DTI - GUI V2", "https://raw.githubusercontent.com/hellohellohell012321/DTI-GUI-V2/main/dti_gui_v2.lua")
  104.  
  105. -- PVP Scripts Section
  106. createScriptButton(OldTab, "RIVALS Premium Script", "https://raw.githubusercontent.com/ByNami/RIVALS/main/RIVALS.lua")
  107. createScriptButton(OldTab, "SanderX V4.2.2", "https://raw.githubusercontent.com/kigredns/SanderXV4.2.2/refs/heads/main/NormalSS.lua")
  108. createScriptButton(OldTab, "Rivals Soft Aim and More!", "https://raw.githubusercontent.com/Sheeshablee73/Scriptss/main/RivalsUPD2.lua")
  109.  
  110. -- Credits Tab
  111. local CreditsTab = Window:CreateTab("Cred's", 4483345998)
  112. CreditsTab:CreateLabel("MaxximusPrima/Jaxx_supperhero")
  113. CreditsTab:CreateButton({
  114. Name = "Copy Youtube Link",
  115. Callback = function()
  116. setclipboard("https://www.youtube.com/@MaxximusPrimal")
  117. end
  118. })
  119.  
  120. CreditsTab:CreateLabel("TagcLa/Smartlightyear")
  121. CreditsTab:CreateButton({
  122. Name = "Copy Youtube Link",
  123. Callback = function()
  124. setclipboard("https://www.youtube.com/@TagcLa")
  125. end
  126. })
  127.  
  128. CreditsTab:CreateLabel("Please Support @MaxximusPrimal On Youtube")
  129. CreditsTab:CreateLabel("Please Support @TagcLa Aswell On Youtube.")
  130. CreditsTab:CreateLabel("Please Support @alpha3723-i6p Aswell On Youtube.")
  131. CreditsTab:CreateLabel("Created By @MaxximusPrimal and @TagcLa On Youtube")
  132. CreditsTab:CreateLabel("Created By Jaxx_supperhero and Smartlightyear On Roblox")
  133.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement