GuiC_AYAY

BETA RUBI SCRIPT HUB

Dec 30th, 2024 (edited)
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.51 KB | None | 0 0
  1.     -- This is BETA RUBI HUB
  2.     -- Join my Discord! https://discord.gg/gNgKVHDzbP
  3.  
  4. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  5.  
  6.     local Window = Rayfield:CreateWindow({
  7.    Name = "Rúbí Script Hub",
  8.    Icon = 89862499325112,
  9.    LoadingTitle = "Rúbí hub",
  10.    LoadingSubtitle = "by Gui",
  11.    Theme = "Default",
  12.  
  13.    DisableRayfieldPrompts = false,
  14.    DisableBuildWarnings = false,
  15.  
  16.    ConfigurationSaving = {
  17.       Enabled = false,
  18.       FolderName = nil,
  19.       FileName = "Rúbí Script Hub"
  20.    },
  21.  
  22.    Discord = {
  23.       Enabled = true,
  24.       Invite = "gNgKVHDzbP",
  25.       RememberJoins = true
  26.    },
  27.  
  28.    KeySystem = false,
  29.    KeySettings = {
  30.       Title = "Rúbí Key System",
  31.       Subtitle = "Key System",
  32.       Note = "Go to the discord server! https://discord.gg/UMvgqd9v9W",
  33.       FileName = "RúbíKeyHubforRúbí",
  34.       SaveKey = false,
  35.       GrabKeyFromSite = false,
  36.       Key = {"ThanksFor20Members!"}
  37.    }
  38. })
  39.  
  40. local MainTab = Window:CreateTab("Rúbí Home", 89862499325112)
  41. local MainSection = MainTab:CreateSection("Hubs")
  42.  
  43.     Rayfield:Notify({
  44.    Title = "Injected!",
  45.    Content = "You are now free to use it!",
  46.    Duration = 6.5,
  47.    Image = 89862499325112,
  48. })
  49.  
  50.     local Button = MainTab:CreateButton({
  51.    Name = "Arsenal",
  52.    Callback = function()
  53.             loadstring(game:HttpGet("https://raw.githubusercontent.com/Feimgps/Feimgps/main/arsenal"))()
  54.    end,
  55. })
  56.  
  57. local Button = MainTab:CreateButton({
  58.    Name = "MM2",
  59.    Callback = function()
  60.             loadstring(game:HttpGet("https://raw.githubusercontent.com/vertex-peak/vertex/refs/heads/main/loadstring"))()
  61.    end,
  62. })
  63.  
  64. local Button = MainTab:CreateButton({
  65.    Name = "Doors",
  66.    Callback = function()
  67.             loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Loader.lua"))()
  68.    end,
  69. })
  70.  
  71. local Button = MainTab:CreateButton({
  72.    Name = "Pets GO",
  73.    Callback = function()
  74.             loadstring(game:HttpGet("https://raw.githubusercontent.com/mzkv/petsGO/refs/heads/main/xhub"))()
  75.    end,
  76. })
  77.  
  78. local Button = MainTab:CreateButton({
  79.    Name = "Fisch",
  80.    Callback = function()
  81.             loadstring(game:HttpGet("https://pastebin.com/raw/nY8YSp73"))()
  82.    end,
  83. })
  84.  
  85. local Button = MainTab:CreateButton({
  86.    Name = "Bladeball",
  87.    Callback = function()
  88.             loadstring(game:HttpGet('https://raw.githubusercontent.com/TheDarkoneMarcillisePex/Other-Scripts/refs/heads/main/BladeBall%20GUI'))()
  89.    end,
  90. })
  91.  
  92. local Button = MainTab:CreateButton({
  93.    Name = "Blox Fruits",
  94.    Callback = function()
  95.             loadstring(game:HttpGet('https://raw.githubusercontent.com/TheDarkoneMarcillisePex/Other-Scripts/refs/heads/main/Bloxfruits%20script'))()
  96.    end,
  97. })
  98.  
  99. local Button = MainTab:CreateButton({
  100.    Name = "Prison Life",
  101.    Callback = function()
  102.             loadstring(game:HttpGet('https://raw.githubusercontent.com/TheDarkoneMarcillisePex/Other-Scripts/main/Prison%20Life%20GUI'))()
  103.    end,
  104. })
  105.  
  106. local Button = MainTab:CreateButton({
  107.    Name = "TSB",
  108.    Callback = function()
  109.             loadstring(game:HttpGet("https://raw.githubusercontent.com/DiosDi/VexonHub/main/TSB-VexonHub"))()
  110.    end,
  111. })
  112.  
  113. local MiscTab = Window:CreateTab("Rúbí Misc", 89862499325112)
  114. local MiscSection = MiscTab:CreateSection("Bypassers")
  115.  
  116. local Button = MiscTab:CreateButton({
  117.    Name = "Infinite Yield",
  118.    Callback = function()
  119.             loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  120.    end,
  121. })
Advertisement
Add Comment
Please, Sign In to add comment