Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("FE hub", "Synapse")
- local Tab = Window:NewTab("Main")
- local Section = Tab:NewSection("Main")
- Section:NewLabel("Some Can be Patched or not fe")
- Section:NewButton("Infinite yield", "Infinite admin", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- Section:NewButton("Nameless admin", "Admin", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source'))()
- end)
- Section:NewButton("Fake Vr", "Virtual Reality", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/w1i5JEJ3"))()
- end)
- local Tab = Window:NewTab("Working")
- local Section = Tab:NewSection("Working")
- Section:NewButton("ESP", "spy someone...", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/Lucasfin000/SpaceHub/main/UESP'))()
- end)
- Section:NewButton("Fly V3", "Fly in sky.", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
- end)
- Section:NewButton("PATCHED", "Swim in void", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/2mL7mx89"))()
- end)
- local Tab = Window:NewTab("Pet Simulator X")
- local Section = Tab:NewSection("Pet Simulator X")
- Section:NewButton("ExtremeHub", "N", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ExtremeAntonis/extremehub/main/loader.lua"))()
- end)
- Section:NewButton("DeltaHub", "π°π·", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/lxnnydev/Delta-PSX/main/loader.lua"))();
- end)
- Section:NewButton("Unknown one", "???", function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/Alleexxi/releasedscritps/main/script%20(1).lua'),true))()
- end)
- local Tab = Window:NewTab("The Strongest Battlegrounds")
- local Section = Tab:NewSection("Tsb")
- Section:NewButton("Phantasm", "GHOSTBUSTER TOGGLE", function()
- --[[
- WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
- ]]
- getgenv().ToggleKeybind = Enum.KeyCode.RightControl
- getgenv().FreeEmotesTab = false -- if you want free emotes turn this to true
- --// https://discord.gg/bntsEjwnA5 (you should join forreal real....)
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ATrainz/main/main/Phantasm-Loader.lua"))()
- end)
- Section:NewButton("Titan", "diddi", function()
- loadstring(game:HttpGet("https://paste.ee/r/fxY03"))()
- end)
- Section:NewButton("REAL KJ", "Real1!1!1!1!1!", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/TpzDZNt9"))()
- end)
- Section:NewButton("Kj x Saitama", "Kj but saitama Versionπ", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/RathaTepmanuth10/Kj-script-/main/Kj"))()
- end)
- Section:NewButton("GOJO X SAITAMA", "HELL NAHπππππ", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/skibiditoiletfan2007/BaldyToSorcerer/main/Latest.lua"))()
- end)
- local Tab = Window:NewTab("Adopt Me")
- local Section = Tab:NewSection("Adopt Me")
- Section:NewButton("Adopt meπ", "Holy moly", function()
- loadstring(game:HttpGet('https://gitfront.io/r/ReQiuYTPL/wFUydaK74uGx/hub/raw/ReQiuYTPLHub.lua'))()
- end)
- Section:NewLabel("Lazy to Continue")
- local Tab = Window:NewTab("SCP roleplay")
- local Section = Tab:NewSection("SCP Roleplay")
- Section:NewButton("πBest 2024π", "ButtonInfo", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/AnomalyRBLX/Database/main/Scripts/SCP%3A%20Roleplay"))();
- end)
- Section:NewButton("βοΈnot like bestβοΈ", "Can Kick or ban", function()
- loadstring(game:HttpGet("https://nicuse.xyz/SCPRoleplay.lua"))()
- end)
- local ScreenGui = Instance.new("ScreenGui")
- ScreenGui.Name = "ScreenGui"
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- local Toggle = Instance.new("TextButton")
- Toggle.Name = "Toggle"
- Toggle.Parent = ScreenGui
- Toggle.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Toggle.Position = UDim2.new(0, 0, 0.454706937, 0)
- Toggle.Size = UDim2.new(0, 90, 0, 38)
- Toggle.Font = Enum.Font.SourceSans
- Toggle.Text = "FE HUB"
- Toggle.TextColor3 = Color3.fromRGB(248, 248, 248)
- Toggle.TextSize = 28.000
- Toggle.Draggable = true
- Toggle.MouseButton1Click:connect(function()
- Library:ToggleUI()
- end)
- local Corner = Instance.new("UICorner")
- Corner.Name = "Corner"
- Corner.Parent = Toggle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement