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("SwarmHub", "Ocean")
- -- Main Tab
- local Main = Main:NewTab("Main")
- local MainSection = Main:NewSection("Main")
- MainSection:NewButton("FE Sonic", "Loads Fe Sonic Script", function()
- loadstring(game:HttpGetAsync("https://pastebin.com/raw/SyF5t70A"))()
- end)
- MainSection:NewButton("FE Walk On Walls", "Walk On Walls Ig?", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/geUZHr7B"))()
- end)
- MainSection:NewToggle("SuperHuman", "Increases You're Walkspeed And Jpower", function(state)
- if state then
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 500
- game.Players.LocalPlayer.CHaracter.Humanoid.Jumppower = 120
- else
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- game.Players.LocalPlayer.CHaracter.Humanoid.Jumppower = 50
- end
- end)
- MainSection:NewButton("FE GUI By Demokritoss", "Loads fe gui's", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/dZ49YxjW", true))() -- gui
- --there's vector x, y, z below
- --x=0
- --y=0
- --z=0
- --game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(x,y,z)
- end)
- -- Hubs
- local OtherHubs = OtherHubs:NewTab("OtherHubs")
- local OtherHubsSection = OtherHubs:NewSection("OtherHubs")
- OtherHubsSection:NewButton("British Hub V5", "Loads British Hub ig", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/YourLocalNzi/Ye/main/Bri%20hub"))()
- end)
- OtherHubsSection:NewButton("Cypher X", "loads cypher x ig!", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/YQti2w0d"))()
- end)
- Section:NewButton("FE Naruto Run (Doesn't Need Hats)", "Makes You're Character Naruto Run", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/r4ZAERUg"))()
- end)
- -- Bedwars
- local Bedwars = Window:NewTab("Bedwars")
- local BedwarsSection = Bedwars:NewSection("Bedwars")
- BedwarsSection:NewButton("Vape V4", "Loads Vape V4", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()
- end)
- BedwarsSection:NewButton("Future", "Loads The Bedwars Future Script", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/joeengo/Future/main/loadstring.lua', true))()
- end)
- BedwarsSection:NewButton("JN HH Gaming Bedwars V10", "Loads V10 ver of jn hh bedwars", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/YourLocalNzi/Ye/main/JNO10"))()
- end)
- Section:NewButton("Infinite Jump", "Makes You're Char Jump Infinitley", function()
- local InfiniteJumpEnabled = true
- game:GetService("UserInputService").JumpRequest:connect(function()
- if InfiniteJumpEnabled then
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end
- end)
- end)
- local Settings = Settings:NewTab("Settings")
- local SettingsSection = Settings:NewSection("Settings")
- Section:NewSlider("Custom WalkSpeed", "changes player walkspeed", 1250, 16, function(s)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- Section:NewSlider("Custom Jumppower", "Chnages Player Jp", 891, 50, function(s)
- game.Players.LocalPlayer.Character.Humanoid.Jumppower = s
- end)
- Section:NewKeybind("F To Toggle Ui", "Toggles The Ui Library", Enum.KeyCode.F, function()
- Library:ToggleUI()
- end)
- local Credits = Credits:NewTab("Credits")
- local CreditsSection = Credits:NewSection("Credits⬇️⬇️")
- local CreditsSection = Credits:NewSection("Credits To The Kavo Ui Library")
- local CreditsSection = Credits:NewSection("Credits To DemoDummy ig?")
- local CreditsSection = Credits:NewSection("Don't Change Ok?")
- CreditsSection:NewLabel("Did You Enjoy?")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement