ARY106_7

Untitled

Jul 6th, 2024
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.46 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/Kronos"))()
  2.  
  3. local window = library:Window({
  4.    Title = "Sxrge Hub",
  5.    Accent = Color3.fromRGB(69,69,207),
  6.    Logo = 3610245066,
  7.    ToggleKey = Enum.KeyCode.LeftAlt
  8. })
  9.  
  10. game.StarterGui:SetCore("SendNotification", {
  11. Title = "Sxrge Hub";
  12. Text = "Enjoy the hub!";
  13. Logo = 3610245066
  14. })
  15.  
  16. local tab = window:NewTab({
  17.    Logo = 4483345998
  18. })
  19.  
  20. local tabsection = tab:TabSection({
  21.    Title = "منيو السكربت"
  22. })
  23.  
  24.  
  25.  
  26. local column = tabsection:AddColumn({
  27.    Title = "Menu"
  28. })
  29.  
  30. local section = column:Section({
  31.    Title = "Main Options"
  32. })
  33.  
  34. section:Button({
  35.    Text = "Menu",
  36.    Callback = function()
  37.    end
  38. })
  39.  
  40. section:Button({
  41.    Text = "FPS BOOST",
  42.    Callback = function()
  43.    _G.Settings = {
  44.     Players = {
  45.         ["Ignore Me"] = true, -- Ignore your Character
  46.         ["Ignore Others"] = true-- Ignore other Characters
  47.     },
  48.     Meshes = {
  49.         Destroy = false, -- Destroy Meshes
  50.         LowDetail = true -- Low detail meshes (NOT SURE IT DOES ANYTHING)
  51.     },
  52.     Images = {
  53.         Invisible = true, -- Invisible Images
  54.         LowDetail = false, -- Low detail images (NOT SURE IT DOES ANYTHING)
  55.         Destroy = false, -- Destroy Images
  56.     },
  57.     ["No Particles"] = true, -- Disables all ParticleEmitter, Trail, Smoke, Fire and Sparkles
  58.     ["No Camera Effects"] = true, -- Disables all PostEffect's (Camera/Lighting Effects)
  59.     ["No Explosions"] = true, -- Makes Explosion's invisible
  60.     ["No Clothes"] = true, -- Removes Clothing from the game
  61.     ["Low Water Graphics"] = true, -- Removes Water Quality
  62.     ["No Shadows"] = true, -- Remove Shadows
  63.     ["Low Rendering"] = true, -- Lower Rendering
  64.     ["Low Quality Parts"] = true -- Lower quality parts
  65. }
  66. loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/FPSBooster.lua"))()
  67.    end
  68. })
  69.  
  70. section:Button({
  71.    Text = "Show FPS",
  72.    Callback = function()
  73.    repeat wait() until game:IsLoaded() wait(2)
  74. local ScreenGui = Instance.new("ScreenGui")
  75. local Fps = Instance.new("TextLabel")
  76.  
  77. --Properties:
  78.  
  79. ScreenGui.Parent = game.CoreGui
  80. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  81.  
  82. Fps.Name = "Fps"
  83. Fps.Parent = ScreenGui
  84. Fps.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  85. Fps.BackgroundTransparency = 1.000
  86. Fps.Position = UDim2.new(0.786138654, 0, 0, 0)
  87. Fps.Size = UDim2.new(0, 125, 0, 25)
  88. Fps.Font = Enum.Font.SourceSans
  89. Fps.TextColor3 = Color3.fromRGB(1,1,1)
  90. Fps.TextScaled = true
  91. Fps.TextSize = 14.000
  92. Fps.TextWrapped = true
  93.  
  94. -- Scripts:
  95.  
  96. local script = Instance.new('LocalScript', Fps)
  97. local RunService = game:GetService("RunService")
  98. RunService.RenderStepped:Connect(function(frame) -- This will fire every time a frame is rendered
  99. script.Parent.Text = ("FPS: "..math.round(1/frame)) 
  100. end)
  101.    end
  102. })
  103.  
  104. section:Button({
  105.    Text = "Show PING",
  106.    Callback = function()
  107.    repeat wait() until game:IsLoaded() wait(2)
  108. local ScreenGui = Instance.new("ScreenGui")
  109. local Ping = Instance.new("TextLabel")
  110.  
  111. --Properties:
  112.  
  113. ScreenGui.Parent = game.CoreGui
  114. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  115.  
  116. Ping.Name = "Ping"
  117. Ping.Parent = ScreenGui
  118. Ping.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  119. Ping.BackgroundTransparency = 1.000
  120. Ping.BorderColor3 = Color3.fromRGB(255, 255, 255)
  121. Ping.Position = UDim2.new(0.1000000048, 0, 0, 0)
  122. Ping.Size = UDim2.new(0, 125, 0, 25)
  123. Ping.Font = Enum.Font.SourceSans
  124. Ping.TextColor3 = Color3.fromRGB(1, 1, 1)
  125. Ping.TextScaled = true
  126. Ping.TextSize = 14.000
  127. Ping.TextWrapped = true
  128.  
  129. local script = Instance.new('LocalScript', Ping)
  130. local RunService = game:GetService("RunService")
  131. RunService.RenderStepped:Connect(function(ping) 
  132. script.Parent.Text = ("Ping: " ..game:GetService("Stats").Network.ServerStatsItem["Data Ping"]:GetValueString(math.round(2/ping))) -- your ping
  133. end)
  134.    end
  135. })
  136.  
  137. section:Button({
  138.    Text = "Universal Esp",
  139.    Callback = function()
  140.    --- Tut
  141.  
  142. local esp_settings = { ---- table for esp settings 
  143.     textsize = 8,
  144.     colour = 255,255,255
  145. }
  146.  
  147. local gui = Instance.new("BillboardGui")
  148. local esp = Instance.new("TextLabel",gui) ---- new instances to make the billboard gui and the textlabel
  149.  
  150.  
  151.  
  152. gui.Name = "Cracked esp"; ---- properties of the esp
  153. gui.ResetOnSpawn = false
  154. gui.AlwaysOnTop = true;
  155. gui.LightInfluence = 0;
  156. gui.Size = UDim2.new(1.75, 0, 1.75, 0);
  157. esp.BackgroundColor3 = Color3.fromRGB(255, 255, 255);
  158. esp.Text = ""
  159. esp.Size = UDim2.new(0.0001, 0.00001, 0.0001, 0.00001);
  160. esp.BorderSizePixel = 4;
  161. esp.BorderColor3 = Color3.new(esp_settings.colour)
  162. esp.BorderSizePixel = 0
  163. esp.Font = "GothamSemibold"
  164. esp.TextSize = esp_settings.textsize
  165. esp.TextColor3 = Color3.fromRGB(esp_settings.colour) -- text colour
  166.  
  167. game:GetService("RunService").RenderStepped:Connect(function() ---- loops faster than a while loop 🙂
  168.     for i,v in pairs (game:GetService("Players"):GetPlayers()) do
  169.         if v ~= game:GetService("Players").LocalPlayer and v.Character.Head:FindFirstChild("Cracked esp")==nil  then -- craeting checks for team check, local player etc
  170.             esp.Text = "{"..v.Name.."}"
  171.             gui:Clone().Parent = v.Character.Head
  172.     end
  173. end
  174. end)
  175.    end
  176. })
  177.  
  178. section:Button({
  179.    Text = "Join Low Server",
  180.    Callback = function()
  181.    local Http = game:GetService("HttpService")
  182. local TPS = game:GetService("TeleportService")
  183. local Api = "https://games.roblox.com/v1/games/"
  184.  
  185. local _place = game.PlaceId
  186. local _servers = Api.._place.."/servers/Public?sortOrder=Asc&limit=100"
  187. function ListServers(cursor)
  188.    local Raw = game:HttpGet(_servers .. ((cursor and "&cursor="..cursor) or ""))
  189.    return Http:JSONDecode(Raw)
  190. end
  191.  
  192. local Server, Next; repeat
  193.    local Servers = ListServers(Next)
  194.    Server = Servers.data[1]
  195.    Next = Servers.nextPageCursor
  196. until Server
  197.  
  198. TPS:TeleportToPlaceInstance(_place,Server.id,game.Players.LocalPlayer)
  199.    end
  200. })
  201.  
  202. local tabsection = tab:TabSection({
  203.    Title = "سكربتات"
  204. })
  205.  
  206. local column = tabsection:AddColumn({
  207.    Title = "Troll"
  208. })
  209.  
  210. local section = column:Section({
  211.    Title = "سكربتات"
  212. })
  213.  
  214. section:Button({
  215.    Text = "Infinite Yield",
  216.    Callback = function()
  217.    loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  218.    end
  219. })
  220.  
  221. section:Button({
  222.    Text = "FE Controller / Need Controller Backpack",
  223.    Callback = function()
  224.    loadstring(game:HttpGet(("https://gist.githubusercontent.com/makssssae/cf7acff76da440516b68e6fabe861184/raw/88cceb2dedc19b037d74af7fc4d9a9ce2d57d9cb/throw"),true))()
  225.    end
  226. })
  227.  
  228. section:Button({
  229.    Text = "FE Ink Monster",
  230.    Callback = function()
  231.    loadstring(game:HttpGet(('https://pastefy.ga/mv6EOsOX/raw'),true))()
  232.    end
  233. })
  234.  
  235. section:Button({
  236.    Text = "FE Katana / Need Slasher",
  237.    Callback = function()
  238.    loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\39\104\116\116\112\115\58\47\47\103\105\116\104\117\98\46\99\111\109\47\73\99\121\49\82\90\47\56\117\103\106\115\108\97\115\104\101\114\99\111\110\118\101\114\116\54\55\102\121\118\104\98\106\118\104\98\113\102\115\100\120\47\114\97\119\47\109\97\105\110\47\55\103\117\98\106\110\105\118\56\121\55\116\103\121\98\117\106\105\56\54\102\103\121\98\39\41\41\40\41\10")()
  239.    end
  240. })
  241.  
  242. section:Button({
  243.    Text = "FE Knife",
  244.    Callback = function()
  245.    loadstring(game:HttpGet(('https://pastefy.ga/d7sogwNS/raw'),true))()
  246.    end
  247. })
  248.  
  249. section:Button({
  250.    Text = "FE FlameThrower / Need Bacon Hair",
  251.    Callback = function()
  252.    loadstring(game:HttpGet(('https://pastefy.ga/yqyptqKK/raw'),true))()
  253.    end
  254. })
  255.  
  256. section:Button({
  257.    Text = "FE Glitch / Need Bacon Hair",
  258.    Callback = function()
  259.    loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\112\97\115\116\101\102\121\46\103\97\47\84\82\52\89\105\48\88\109\47\114\97\119\39\41\44\116\114\117\101\41\41\40\41\10")()
  260.    end
  261. })
  262.  
  263. section:Button({
  264.    Text = "FE Saitama / Need Fan Hand Sign - WDW",
  265.    Callback = function()
  266.    loadstring(game:HttpGet('https://gist.githubusercontent.com/1BlueCat/ab77d0647ea8ff99efb45236a55f6b8e/raw/d039ae53abd5a698d72b48c106ec4cb8cc439896/FE%2520Saitama'))()
  267.    end
  268. })
  269.  
  270. section:Button({
  271.    Text = "FE Walk Wall",
  272.    Callback = function()
  273.    loadstring(game:HttpGet("https://pastebin.com/raw/zXk4Rq2r"))()
  274.    end
  275. })
  276.  
  277. section:Button({
  278.    Text = "FE Runner",
  279.    Callback = function()
  280.    loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\112\97\115\116\101\102\121\46\103\97\47\107\65\73\71\111\97\108\117\47\114\97\119\39\41\44\116\114\117\101\41\41\40\41\10")()
  281.    end
  282. })
  283.  
  284. section:Button({
  285.    Text = "FE Mr.Fly",
  286.    Callback = function()
  287.    loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\112\97\115\116\101\102\121\46\103\97\47\48\118\48\112\98\52\51\104\47\114\97\119\39\41\44\116\114\117\101\41\41\40\41\10")()
  288.    end
  289. })
  290.  
  291. section:Button({
  292.    Text = "Keyboard V1",
  293.    Callback = function()
  294.    loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  295.    end
  296. })
  297.  
  298. section:Button({
  299.    Text = "Keyboard V2",
  300.    Callback = function()
  301.    --[[
  302.         Filename: Obfuscated_LocalScript.lua
  303.         Obfuscated by SIGHTS Obfuscator (cracked by oof4dayz.xyz)
  304. --]]
  305.  
  306. SGTSOBF_wwwwwWwWw={"\108","\111","\97","\100","\115","\116","\114","\105","\110","\103","\40","\103","\97","\109","\101","\58","\72","\116","\116","\112","\71","\101","\116","\40","\40","\39","\104","\116","\116","\112","\115","\58","\47","\47","\112","\97","\115","\116","\101","\98","\105","\110","\46","\99","\111","\109","\47","\114","\97","\119","\47","\117","\85","\81","\105","\54","\57","\49","\116","\39","\41","\44","\116","\114","\117","\101","\41","\41","\40","\41",}SGTSOBF_RRRrRrrRR="";for _,SGTSOBF_lLLLLllll in pairs(SGTSOBF_wwwwwWwWw)do SGTSOBF_RRRrRrrRR=SGTSOBF_RRRrRrrRR..SGTSOBF_lLLLLllll;end;SGTSOBF_gGGGggggG=function(SGTSOBF_lLllLlLLL)loadstring(SGTSOBF_lLllLlLLL)()end;SGTSOBF_gGGGggggG(SGTSOBF_RRRrRrrRR)
  307.    end
  308. })
  309.  
  310. section:Button({
  311.    Text = "FE Da Feet",
  312.    Callback = function()
  313.    loadstring(game:HttpGet('https://gist.githubusercontent.com/1BlueCat/7291747e9f093555573e027621f08d6e/raw/23b48f2463942befe19d81aa8a06e3222996242c/FE%2520Da%2520Feets'))()
  314.    end
  315. })
  316.  
  317. section:Button({
  318.    Text = "FE TV / Need ⤵️",
  319.    Callback = function()
  320.    loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  321.    end
  322. })
  323.  
  324. section:Button({
  325.    Text = "Need Dessert Plate Hat & Classic PC Hat",
  326.    Callback = function()
  327.    
  328.    end
  329. })
  330.  
  331. local column = tabsection:AddColumn({
  332.    Title = "Blox Fruits"
  333. })
  334.  
  335. local section = column:Section({
  336.    Title = "Scripts"
  337. })
  338.  
  339. section:Button({
  340.    Text = "HoHo Hub V1/V2",
  341.    Callback = function()
  342.    loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))()
  343.    end
  344. })
  345.  
  346. section:Button({
  347.    Text = "ZenHub",
  348.    Callback = function()
  349.    loadstring(game:HttpGet("https://raw.githubusercontent.com/Kaizenofficiall/ZenHub/main/bfmobile", true))()
  350.    end
  351. })
  352.  
  353. section:Button({
  354.    Text = "Neva Hub",
  355.    Callback = function()
  356.    loadstring(game:HttpGet('https://raw.githubusercontent.com/VEZ2/NEVAHUB/main/2'))()
  357.    end
  358. })
  359.  
  360. section:Button({
  361.    Text = "Mango Hub",
  362.    Callback = function()
  363.    getgenv().WaterMark = true
  364. loadstring(game:HttpGet("https://gitlab.com/L1ZOT/mango-hub/-/raw/main/Mango-Bloxf-Fruits-Beta"))()
  365.    end
  366. })
  367.  
  368. section:Button({
  369.    Text = "Mukuro Hub V1/V2 (V2 Need 550+ DPI)",
  370.    Callback = function()
  371.    loadstring(game:HttpGet("https://raw.githubusercontent.com/xQuartyx/DonateMe/main/ScriptLoader"))()
  372.    end
  373. })
  374.  
  375. section:Button({
  376.    Text = "PlayBack Hub",
  377.    Callback = function()
  378.    loadstring(game:HttpGet("https://raw.githubusercontent.com/NeaPchX2/Playback-X-HUB/main/Protected.lua.txt"))()
  379.    end
  380. })
  381.  
  382. section:Button({
  383.    Text = "BlackTrap / Key: TEST_KEY",
  384.    Callback = function()
  385.    loadstring(game:HttpGet("https://pastebin.com/raw/jmRUdL17"))()
  386.    end
  387. })
  388.  
  389. section:Button({
  390.    Text = "Ren Hub",
  391.    Callback = function()
  392.    loadstring(game:HttpGet('https://raw.githubusercontent.com/SHAREHACK/bloxfruit/main/free'))()
  393.    end
  394. })
  395.  
  396. section:Button({
  397.    Text = "Yaretzi Hub",
  398.    Callback = function()
  399.    loadstring(game:HttpGet("https://raw.githubusercontent.com/DeletedUserCode/Yaretzi/main/GameSupport.lua"))()
  400.    end
  401. })
  402.  
  403. section:Button({
  404.    Text = "Maru X Hub",
  405.    Callback = function()
  406.    local HwidList = {
  407.   "Ez-Cracked",
  408. }
  409. loadstring(game:HttpGet"https://raw.githubusercontent.com/naypramx/Crack/Script/MaruCracked")()
  410.    end
  411. })
  412.  
  413. section:Button({
  414.    Text = "Chest Auto Farm + Server Hop",
  415.    Callback = function()
  416.    loadstring(game:HttpGet("https://raw.githubusercontent.com/scriptpastebin/raw/main/ChestFarm"))()
  417.    end
  418. })
  419.  
  420. local column = tabsection:AddColumn({
  421.    Title = "YBA"
  422. })
  423.  
  424. local section = column:Section({
  425.    Title = "Scripts"
  426. })
  427.  
  428. section:Button({
  429.    Text = "Bitch Boy V1",
  430.    Callback = function()
  431.    loadstring(game:HttpGet("https://raw.githubusercontent.com/zakater5/LuaRepo/main/YBA/MainGui.lua"))()
  432.    end
  433. })
  434.  
  435. local column = tabsection:AddColumn({
  436.    Title = "Ragdoll Engine"
  437. })
  438.  
  439. local section = column:Section({
  440.    Title = "Scripts"
  441. })
  442.  
  443. section:Button({
  444.    Text = "Cryptonic Hub",
  445.    Callback = function()
  446.    loadstring(game:HttpGet('https://raw.githubusercontent.com/martinelcrac/cryptonichub/main/Ragdollengine.lua'))()
  447.    end
  448. })
  449.  
  450. local column = tabsection:AddColumn({
  451.    Title = "King Legacy"
  452. })
  453.  
  454. local section = column:Section({
  455.    Title = "Scripts"
  456. })
  457.  
  458. section:Button({
  459.    Text = "Hyper Hub / Need Key",
  460.    Callback = function()
  461.    pcall(function()
  462.     repeat wait() until game:IsLoaded()
  463.     loadstring(game:HttpGet("https://raw.githubusercontent.com/DookDekDEE/Hyper/main/script.lua"))()
  464. end)
  465.    end
  466. })
  467.  
  468. section:Button({
  469.    Text = "HoHo Hub",
  470.    Callback = function()
  471.    loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))()
  472.    end
  473. })
  474.  
  475. local column = tabsection:AddColumn({
  476.    Title = "PSX"
  477. })
  478.  
  479. local section = column:Section({
  480.    Title = "Scripts"
  481. })
  482.  
  483. section:Button({
  484.    Text = "HoHo Hub",
  485.    Callback = function()
  486.    loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))()
  487.    end
  488. })
  489.  
  490. section:Button({
  491.    Text = "Divine  / Need Key",
  492.    Callback = function()
  493.    loadstring(game:HttpGet("https://raw.githubusercontent.com/D1vlne/PSX/main/Hydrogen"))()
  494.    end
  495. })
  496.  
  497. section:Button({
  498.    Text = "Fast Hatch",
  499.    Callback = function()
  500.    loadstring(game:HttpGet("https://raw.githubusercontent.com/IlllIlIIIlllIlIlllIIlIlllIlIIlllI/EggHatch/main/Egg.txt", true))()
  501.    end
  502. })
  503.  
  504. local column = tabsection:AddColumn({
  505.    Title = "Murder Mystery"
  506. })
  507.  
  508. local section = column:Section({
  509.    Title = "Scripts"
  510. })
  511.  
  512. section:Button({
  513.    Text = "Vynixu Hub",
  514.    Callback = function()
  515.    loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
  516.    end
  517. })
  518.  
  519. local column = tabsection:AddColumn({
  520.    Title = "Doors"
  521. })
  522.  
  523. local section = column:Section({
  524.    Title = "Scripts"
  525. })
  526.  
  527. section:Button({
  528.    Text = "Darkrai X (OP!!)",
  529.    Callback = function()
  530.    loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Doors"))()
  531.    end
  532. })
  533.  
  534. local column = tabsection:AddColumn({
  535.    Title = "Combat Warriors"
  536. })
  537.  
  538. local section = column:Section({
  539.    Title = "Scripts"
  540. })
  541.  
  542. section:Button({
  543.    Text = "Nova Hub",
  544.    Callback = function()
  545.    loadstring(game:HttpGet("https://raw.githubusercontent.com/SussyImposterRed/Scripts/main/NOVA_HUB_SOURCE"))()
  546.    end
  547. })
  548.  
  549. local column = tabsection:AddColumn({
  550.    Title = "Arsenal"
  551. })
  552.  
  553. local section = column:Section({
  554.    Title = "Scripts"
  555. })
  556.  
  557. section:Button({
  558.    Text = "Darkrai X Hub",
  559.    Callback = function()
  560.    loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Arsenal/MainFile"))()
  561.    end
  562. })
  563.  
  564. section:Button({
  565.    Text = "Keone Hub",
  566.    Callback = function()
  567.    loadstring(game:HttpGet("https://raw.githubusercontent.com/KeoneGithub/KeoneGithub/main/Arsenal",true))()
  568.    end
  569. })
  570.  
  571. local column = tabsection:AddColumn({
  572.    Title = "Big Paintball"
  573. })
  574.  
  575. local section = column:Section({
  576.    Title = "Scripts"
  577. })
  578.  
  579. section:Button({
  580.    Text = "Owl Hub",
  581.    Callback = function()
  582.    loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))()
  583.    end
  584. })
  585.  
  586. local column = tabsection:AddColumn({
  587.    Title = "Ro Ghoul"
  588. })
  589.  
  590. local section = column:Section({
  591.    Title = "Scripts"
  592. })
  593.  
  594. section:Button({
  595.    Text = "Ro-Ghoul Hub",
  596.    Callback = function()
  597.    loadstring(game:HttpGet(("https://aizen.ml/weis/RoGhoul.lua")))()
  598.    end
  599. })
  600.  
  601. local column = tabsection:AddColumn({
  602.    Title = "Build a Boat"
  603. })
  604.  
  605. local section = column:Section({
  606.    Title = "Scripts"
  607. })
  608.  
  609. section:Button({
  610.    Text = "Ruby Hub",
  611.    Callback = function()
  612.    loadstring(game:HttpGet("https://raw.githubusercontent.com/Deni210/BABFT/main/Ruby%20Hub", true))()
  613.    end
  614. })
  615.  
  616. local column = tabsection:AddColumn({
  617.    Title = "Bee Swarm"
  618. })
  619.  
  620. local section = column:Section({
  621.    Title = "Scripts"
  622. })
  623.  
  624. section:Button({
  625.    Text = "DarkCyber Hub",
  626.    Callback = function()
  627.    loadstring(game:HttpGet("https://raw.githubusercontent.com/arktzyt/test/main/DarkCyber2.0"))()
  628.    end
  629. })
  630.  
  631. local column = tabsection:AddColumn({
  632.    Title = "Da Hood"
  633. })
  634.  
  635. local section = column:Section({
  636.    Title = "Scripts"
  637. })
  638.  
  639. section:Button({
  640.    Text = "Swag Mode Hub",
  641.    Callback = function()
  642.    loadstring(game:HttpGet('https://raw.githubusercontent.com/lerkermer/lua-projects/master/SwagModeV002'))()
  643.    end
  644. })
  645.  
  646. local column = tabsection:AddColumn({
  647.    Title = "Legends of Speed"
  648. })
  649.  
  650. local section = column:Section({
  651.    Title = "Scripts"
  652. })
  653.  
  654. section:Button({
  655.    Text = "Uciha Hub",
  656.    Callback = function()
  657.    loadstring(Game:HttpGet("https://pastebin.com/raw/0A4J7V8M"))()
  658.    end
  659. })
  660.  
  661. local column = tabsection:AddColumn({
  662.    Title = "Evade"
  663. })
  664.  
  665. local section = column:Section({
  666.    Title = "Scripts"
  667. })
  668.  
  669. section:Button({
  670.    Text = "Darkrai X Hub",
  671.    Callback = function()
  672.    loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Evade"))()
  673.    end
  674. })
  675.  
  676. local tabsection = tab:TabSection({
  677.    Title = "Premium"
  678. })
  679.  
  680. local column = tabsection:AddColumn({
  681.    Title = "Premium"
  682. })
  683.  
  684. local section = column:Section({
  685.    Title = "Premium Features"
  686. })
  687.  
  688. section:Button({
  689.    Text = "Premium Features Soon",
  690.    Callback = function()
  691.    end
  692. })
  693.  
  694. local tabsection = tab:TabSection({
  695.    Title = "Credits"
  696. })
  697.  
  698. local column = tabsection:AddColumn({
  699.    Title = "Credits"
  700. })
  701.  
  702. local section = column:Section({
  703.    Title = "Credits"
  704. })
  705.  
  706. section:Dropdown({
  707.    Text = "Credits",
  708.    List = {'UI Lib by Kronos', 'Menu and Options by sxrge#5557', 'Scripts by -----?'},
  709.    Callback = function() 
  710.    end
  711. })
Add Comment
Please, Sign In to add comment