Advertisement
FuseBuzzFart

SwarmHub

Jul 14th, 2022 (edited)
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.88 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("SwarmHub", "Ocean")
  3.  
  4.  
  5. -- Main Tab
  6. local Main = Main:NewTab("Main")
  7. local MainSection = Main:NewSection("Main")
  8.  
  9.  
  10.  
  11. MainSection:NewButton("FE Sonic", "Loads Fe Sonic Script", function()
  12.     loadstring(game:HttpGetAsync("https://pastebin.com/raw/SyF5t70A"))()
  13. end)
  14.  
  15.  
  16.  
  17. MainSection:NewButton("FE Walk On Walls", "Walk On Walls Ig?", function()
  18.     loadstring(game:HttpGet("https://pastebin.com/raw/geUZHr7B"))()
  19. end)
  20.  
  21.  
  22.  
  23. MainSection:NewToggle("SuperHuman", "Increases You're Walkspeed And Jpower", function(state)
  24.     if state then
  25.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 500
  26.         game.Players.LocalPlayer.CHaracter.Humanoid.Jumppower = 120
  27.     else
  28.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  29.         game.Players.LocalPlayer.CHaracter.Humanoid.Jumppower = 50
  30.     end
  31. end)
  32.  
  33.  
  34.  
  35. MainSection:NewButton("FE GUI By Demokritoss", "Loads fe gui's", function()
  36.     loadstring(game:HttpGet("https://pastebin.com/raw/dZ49YxjW", true))() -- gui
  37.  
  38. --there's vector x, y, z below
  39.  
  40. --x=0
  41.  
  42. --y=0
  43.  
  44. --z=0
  45.  
  46. --game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(x,y,z)
  47. end)
  48.  
  49.  
  50.  
  51. -- Hubs
  52. local OtherHubs = OtherHubs:NewTab("OtherHubs")
  53. local OtherHubsSection = OtherHubs:NewSection("OtherHubs")
  54.  
  55.  
  56.  
  57. OtherHubsSection:NewButton("British Hub V5", "Loads British Hub ig", function()
  58.     loadstring(game:HttpGet("https://raw.githubusercontent.com/YourLocalNzi/Ye/main/Bri%20hub"))()
  59. end)
  60.  
  61.  
  62. OtherHubsSection:NewButton("Cypher X", "loads cypher x ig!", function()
  63.     loadstring(game:HttpGet("https://pastebin.com/raw/YQti2w0d"))()
  64. end)
  65.  
  66.  
  67. Section:NewButton("FE Naruto Run (Doesn't Need Hats)", "Makes You're Character Naruto Run", function()
  68.     loadstring(game:HttpGet("https://pastebin.com/raw/r4ZAERUg"))()
  69. end)
  70.  
  71.  
  72.  
  73. -- Bedwars
  74. local Bedwars = Window:NewTab("Bedwars")
  75. local BedwarsSection = Bedwars:NewSection("Bedwars")
  76.  
  77.  
  78. BedwarsSection:NewButton("Vape V4", "Loads Vape V4", function()
  79.     loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()
  80. end)
  81.  
  82.  
  83. BedwarsSection:NewButton("Future", "Loads The Bedwars Future Script", function()
  84.     loadstring(game:HttpGet('https://raw.githubusercontent.com/joeengo/Future/main/loadstring.lua', true))()
  85. end)
  86.  
  87.  
  88.  
  89. BedwarsSection:NewButton("JN HH Gaming Bedwars V10", "Loads V10 ver of jn hh bedwars", function()
  90.     loadstring(game:HttpGet("https://raw.githubusercontent.com/YourLocalNzi/Ye/main/JNO10"))()
  91. end)
  92.  
  93.  
  94. Section:NewButton("Infinite Jump", "Makes You're Char Jump Infinitley", function()
  95.     local InfiniteJumpEnabled = true
  96. game:GetService("UserInputService").JumpRequest:connect(function()
  97.     if InfiniteJumpEnabled then
  98.         game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  99.     end
  100. end)
  101. end)
  102.  
  103.  
  104.  
  105.  
  106.  
  107. local Settings = Settings:NewTab("Settings")
  108. local SettingsSection = Settings:NewSection("Settings")
  109.  
  110.  
  111.  
  112. Section:NewSlider("Custom WalkSpeed", "changes player walkspeed", 1250, 16, function(s)
  113.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  114. end)
  115.  
  116.  
  117.  
  118.  
  119. Section:NewSlider("Custom Jumppower", "Chnages Player Jp", 891, 50, function(s)
  120.     game.Players.LocalPlayer.Character.Humanoid.Jumppower = s
  121. end)
  122.  
  123.  
  124.  
  125. Section:NewKeybind("F To Toggle Ui", "Toggles The Ui Library", Enum.KeyCode.F, function()
  126.     Library:ToggleUI()
  127. end)
  128.  
  129.  
  130.  
  131. local Credits = Credits:NewTab("Credits")
  132. local CreditsSection = Credits:NewSection("Credits⬇️⬇️")
  133.  
  134. local CreditsSection = Credits:NewSection("Credits To The Kavo Ui Library")
  135.  
  136. local CreditsSection = Credits:NewSection("Credits To DemoDummy ig?")
  137.  
  138. local CreditsSection = Credits:NewSection("Don't Change Ok?")
  139.  
  140. CreditsSection:NewLabel("Did You Enjoy?")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement