Advertisement
ILovePotato

Untitled

Dec 7th, 2024
2,920
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2.  
  3. local Window = Library.CreateLib("FE hub", "Synapse")
  4.  
  5. local Tab = Window:NewTab("Main")
  6. local Section = Tab:NewSection("Main")
  7. Section:NewLabel("Some Can be Patched or not fe")
  8.  
  9. Section:NewButton("Infinite yield", "Infinite admin", function()
  10. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  11. end)
  12.  
  13. Section:NewButton("Nameless admin", "Admin", function()
  14. loadstring(game:HttpGet('https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source'))()
  15. end)
  16.  
  17. Section:NewButton("Fake Vr", "Virtual Reality", function()
  18. loadstring(game:HttpGet("https://pastebin.com/raw/w1i5JEJ3"))()
  19. end)
  20.  
  21. local Tab = Window:NewTab("Working")
  22. local Section = Tab:NewSection("Working")
  23. Section:NewButton("ESP", "spy someone...", function()
  24. loadstring(game:HttpGet('https://raw.githubusercontent.com/Lucasfin000/SpaceHub/main/UESP'))()
  25. end)
  26.  
  27. Section:NewButton("Fly V3", "Fly in sky.", function()
  28. loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
  29. end)
  30.  
  31. Section:NewButton("PATCHED", "Swim in void", function()
  32. loadstring(game:HttpGet("https://pastebin.com/raw/2mL7mx89"))()
  33. end)
  34.  
  35. local Tab = Window:NewTab("Pet Simulator X")
  36. local Section = Tab:NewSection("Pet Simulator X")
  37. Section:NewButton("ExtremeHub", "N", function()
  38. loadstring(game:HttpGet("https://raw.githubusercontent.com/ExtremeAntonis/extremehub/main/loader.lua"))()
  39. end)
  40.  
  41. Section:NewButton("DeltaHub", "πŸ‡°πŸ‡·", function()
  42. loadstring(game:HttpGet("https://raw.githubusercontent.com/lxnnydev/Delta-PSX/main/loader.lua"))();
  43. end)
  44.  
  45. Section:NewButton("Unknown one", "???", function()
  46. loadstring(game:HttpGet(('https://raw.githubusercontent.com/Alleexxi/releasedscritps/main/script%20(1).lua'),true))()
  47. end)
  48.  
  49. local Tab = Window:NewTab("The Strongest Battlegrounds")
  50. local Section = Tab:NewSection("Tsb")
  51. Section:NewButton("Phantasm", "GHOSTBUSTER TOGGLE", function()
  52. --[[
  53. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  54. ]]
  55. getgenv().ToggleKeybind = Enum.KeyCode.RightControl
  56. getgenv().FreeEmotesTab = false -- if you want free emotes turn this to true
  57.  
  58. --// https://discord.gg/bntsEjwnA5 (you should join forreal real....)
  59.  
  60. loadstring(game:HttpGet("https://raw.githubusercontent.com/ATrainz/main/main/Phantasm-Loader.lua"))()
  61. end)
  62.  
  63. Section:NewButton("Titan", "diddi", function()
  64. loadstring(game:HttpGet("https://paste.ee/r/fxY03"))()
  65. end)
  66.  
  67. Section:NewButton("REAL KJ", "Real1!1!1!1!1!", function()
  68. loadstring(game:HttpGet("https://pastebin.com/raw/TpzDZNt9"))()
  69. end)
  70.  
  71. Section:NewButton("Kj x Saitama", "Kj but saitama VersionπŸ™", function()
  72. loadstring(game:HttpGet("https://raw.githubusercontent.com/RathaTepmanuth10/Kj-script-/main/Kj"))()
  73. end)
  74.  
  75. Section:NewButton("GOJO X SAITAMA", "HELL NAHπŸ™πŸ™πŸ™πŸ™πŸ™", function()
  76. loadstring(game:HttpGet("https://raw.githubusercontent.com/skibiditoiletfan2007/BaldyToSorcerer/main/Latest.lua"))()
  77. end)
  78.  
  79. local Tab = Window:NewTab("Adopt Me")
  80. local Section = Tab:NewSection("Adopt Me")
  81. Section:NewButton("Adopt meπŸ™", "Holy moly", function()
  82. loadstring(game:HttpGet('https://gitfront.io/r/ReQiuYTPL/wFUydaK74uGx/hub/raw/ReQiuYTPLHub.lua'))()
  83. end)
  84.  
  85. Section:NewLabel("Lazy to Continue")
  86.  
  87. local Tab = Window:NewTab("SCP roleplay")
  88. local Section = Tab:NewSection("SCP Roleplay")
  89. Section:NewButton("πŸŽ‰Best 2024πŸŽ‰", "ButtonInfo", function()
  90. loadstring(game:HttpGet("https://raw.githubusercontent.com/AnomalyRBLX/Database/main/Scripts/SCP%3A%20Roleplay"))();
  91. end)
  92.  
  93. Section:NewButton("❗️not like best❗️", "Can Kick or ban", function()
  94. loadstring(game:HttpGet("https://nicuse.xyz/SCPRoleplay.lua"))()
  95. end)
  96.  
  97. local ScreenGui = Instance.new("ScreenGui")
  98. ScreenGui.Name = "ScreenGui"
  99. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  100. ScreenGui.ResetOnSpawn = false
  101.  
  102. local Toggle = Instance.new("TextButton")
  103. Toggle.Name = "Toggle"
  104. Toggle.Parent = ScreenGui
  105. Toggle.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  106. Toggle.Position = UDim2.new(0, 0, 0.454706937, 0)
  107. Toggle.Size = UDim2.new(0, 90, 0, 38)
  108. Toggle.Font = Enum.Font.SourceSans
  109. Toggle.Text = "FE HUB"
  110. Toggle.TextColor3 = Color3.fromRGB(248, 248, 248)
  111. Toggle.TextSize = 28.000
  112. Toggle.Draggable = true
  113. Toggle.MouseButton1Click:connect(function()
  114. Library:ToggleUI()
  115. end)
  116.  
  117. local Corner = Instance.new("UICorner")
  118. Corner.Name = "Corner"
  119. Corner.Parent = Toggle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement