Advertisement
Guest User

Untitled

a guest
Jul 30th, 2022
897
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 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("Celestial Hub V1", "Ocean")
  3.  
  4. --MAIN
  5. local Main = Window:NewTab("Main")
  6. local MainSection = Main:NewSection("Made By TartBear")
  7.  
  8.  
  9. MainSection:NewButton("Roblox Animations", "Animations For FREE created by CheaterSoul.com", function()
  10. loadstring(game:HttpGet('https://raw.githubusercontent.com/Luciquad/bweq42/main/cheatersoulanimationchanger.lua'))()
  11. end)
  12.  
  13. MainSection:NewButton("Keyboard script Arceus x", "e", function()
  14. loadstring(game:HttpGet(('https://raw.githubusercontent.com/manimcool21/Keyboard-FE/main/Protected%20(3).lua'),true))()
  15. end)
  16.  
  17. MainSection:NewButton("Darkrai X", "Perma Anim", function()
  18. loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Animation-Hub/main/Animation%20Gui", true))()
  19. end)
  20.  
  21. MainSection:NewButton("FE backflip", "Yk what it does idiot", function()
  22. loadstring(game:HttpGet("https://pastebin.com/raw/7wDcPtl"))()
  23. end)
  24.  
  25. MainSection:NewButton("Vape V4", "VAPE V4 for roblox bedwars", function()
  26. loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()
  27. end)
  28.  
  29. MainSection:NewButton("FUTURE", "A Bedwars Script Kinda Like Minecraft like vape", function()
  30. loadstring(game:HttpGet("https://raw.githubusercontent.com/JNHHGaming/JN-HH-Gaming-Future-Is-Good/main/Future%20Fixed"))()
  31. end)
  32.  
  33. MainSection:NewButton("JN HH V10", "Roblox Bedwars script made by jn hh Gaming", function()
  34. loadstring(game:HttpGet(("https://raw.githubusercontent.com/YourLocalNzi/Ye/main/Jng10"),true))()
  35. end)
  36.  
  37. MainSection:NewButton("Dex Hub v3", "Roblox Arsenal script made for some pc executor not working for arceus x", function()
  38. loadstring(game:HttpGet("https://raw.githubusercontent.com/HonestlyDex/DexHub/main/V3.lua"))()
  39. end)
  40.  
  41. MainSection:NewButton("Plasma HUB(BreakIn)", "Break In Script Plasma hub", function()
  42. loadstring(game:HttpGet("https://raw.githubusercontent.com/RubyBoo4life/break-in-v1/main/.gitignore"))()
  43. end)
  44.  
  45. MainSection:NewButton("Fly works for arceus x", "i BELIEVE I CAN FLYYY", function()
  46. 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\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
  47. end)
  48.  
  49. MainSection:NewButton("Infinte Yield", "FE admin", function()
  50. loadstring("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source")()
  51. end)
  52.  
  53. MainSection:NewButton("String HUB", "string hub for Blox Fruit", function()
  54. loadstring(game:HttpGet("https://raw.githubusercontent.com/OPPV01/DEX/main/Protected.lua.txt", true))()
  55. end)
  56.  
  57. MainSection:NewToggle("Faster then usainbolt", "READ idiot", function(state)
  58. if state then
  59. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
  60. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  61. else
  62. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  63. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  64. end
  65. end)
  66.  
  67. MainSection:NewKeybind("HUBKeybind", "Keybind", Enum.KeyCode.F, function()
  68. Library:ToggleUI()
  69. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement