Advertisement
Smartdumgood

uhhhhhh its updated hurray, search new tab near break in 2 youll see break in 1

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