Advertisement
KitbloxX

Untitled

Jun 11th, 2023
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 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("Git X Hub", "BloodTheme")
  3. local Tab = Window:NewTab("Home")
  4. local Section = Tab:NewSection("Games")
  5. Section:NewButton("Brookhaven RP", "Click to Execute", function()
  6. loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
  7. print("Clicked")
  8. end)
  9. Section:NewButton("Blox Fruits", "Click to Execute", function()
  10. loadstring(game:HttpGet("https://raw.githubusercontent.com/Bebo-Mods/XHub/main/HubLoader.lua", true))()
  11. print("Clicked")
  12. end)
  13. Section:NewButton("Arsenal", "Click to Execute", function()
  14. loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/arsenal-hub/main/Arsenal%20GamingScripter", true))()
  15. print("Clicked")
  16. end)
  17. Section:NewButton("Doors", "Click to Execute", function()
  18. loadstring(game:HttpGet("https://raw.githubusercontent.com/scriptpastebin/raw/main/Doors"))()
  19. print("Clicked")
  20. end)
  21. Section:NewButton("Murder Mystery 2", "Click to Execute", function()
  22. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Drifter0507/GUIS/main/MURDER%20MYSTERY%202", true))()
  23. print("Clicked")
  24. end)
  25. Section:NewButton("Prison Life", "Click to Execute", function()
  26. loadstring(game:HttpGet('https://raw.githubusercontent.com/H17S32/Tiger_Admin/main/Script'))()
  27. print("Clicked")
  28. end)
  29. Section:NewButton("Pls Donate", "Click to Execute", function()
  30. loadstring(game:HttpGet('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/UniversalDance-AnimGui.lua'))()
  31. print("Clicked")
  32. end)
  33. Section:NewButton("JailBreak", "Click to Execute", function()
  34. pcall(function()
  35. loadstring(game:HttpGet("https://raw.githubusercontent.com/Kw6m/Subbers-scripts/main/jailbreak", true))()
  36. end)
  37. print("Clicked")
  38. end)
  39. Section:NewButton("The Strongest Battlegrounds","Click to Execute", function()
  40. loadstring(game:HttpGet("https://raw.githubusercontent.com/Nicuse/RobloxScripts/main/SaitamaBattlegrounds.lua"))()
  41. print("Clicked")
  42. end)
  43. Section:NewButton("Evade", "Click to Execute", function()
  44. loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Evade"))()
  45. print("Clicked")
  46. end)
  47. Section:NewButton("Funky Friday", "Click to Execute", function()
  48. loadstring(game:HttpGet("https://raw.githubusercontent.com/ShowerHead-FluxTeam/scripts/main/funky-friday-autoplay"))()
  49. print("Clicked")
  50. end)
  51. Section:NewButton("Adopt Me", "Click to Execute", function()
  52. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/ahmadsgamer2/Script--Game/main/Script%20Game"))()
  53. print("Clicked")
  54. end)
  55. local Tab = Window:NewTab("Others")
  56. local Section = Tab:NewSection("Player")
  57. Section:NewSlider("WalkSpeed", "Changes how fast u walk", 500, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
  58. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  59. end)
  60. Section:NewSlider("JumpPower", "Changes How high u jump", 500, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
  61. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  62. end)
  63. local Section = Tab:NewSection("R6 Scripts")
  64. Section:NewButton("Fe Vr", "Click to Execute", function()
  65. -- I DONT OWN THE SCRIPT
  66. 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\112\97\115\116\101\102\121\46\103\97\47\104\51\78\54\82\121\68\73\47\114\97\119\39\41\44\116\114\117\101\41\41\40\41\10")()
  67. print("Clicked")
  68. end)
  69. Section:NewButton("FE Floating Hat", "Click to Execute", function()
  70. loadstring(game:HttpGet("https://pastebin.com/raw/4B4fktPS", true))()
  71. print("Clicked")
  72. end)
  73. local Section = Tab:NewSection("Useful Scripts")
  74. Section:NewButton("Infinite Yield", "Click to Execute", function()
  75. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  76. print("Clicked")
  77. end)
  78. Section:NewButton("Nameless Admin", "Click to Execute", function()
  79. loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))();
  80. print("Clicked")
  81. end)
  82. local Section = Tab:NewSection("More Scripts")
  83. Section:NewButton("Mobile Shiftlock", "Click to Execte", function()
  84. loadstring(game:HttpGet("https://pastebin.com/XE8tCfF5"))()
  85. print("Clicked")
  86. end)
  87. Section:NewButton("Mobile Fly Gui", "Click to Execute", function()
  88. loadstring(game:HttpGet("https://pastebin.com/GDvMG4Ve"))()
  89. print("Clicked")
  90. end)
  91. Section:NewButton("PC Keyboard", "Click to Execute", function()
  92. loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  93. print("Clicked")
  94. end)
  95. local Tab = Window:NewTab("Settings")
  96. local Section = Tab:NewSection("Settings")
  97. Section:NewKeybind("Toggle UI Keybind", "Changes Your key toggle", Enum.KeyCode.E, function()
  98. Library:ToggleUI()
  99. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement