Advertisement
PasteRC

GUI RBLX HUB

Apr 19th, 2022
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 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("zioW Hub", "GrapeTheme")
  3.  
  4. local Tab = Window:NewTab("Main")
  5. local Section = Tab:NewSection("Crash Server")
  6. Section:NewButton("Crash Server!", "Crashing Server Information", function()
  7. loadstring(game:HttpGet('https://raw.githubusercontent.com/lerkermer/lua-projects/master/SuperCustomServerCrasher'))()
  8. end)
  9. local Tab = Window:NewTab("Aimlock")
  10. local Section = Tab:NewSection("Aimlock")
  11. Section:NewButton("Aimlock On", "AimLock Ez", function()
  12. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/nyulachan/nyula/main/nyuladhm"))()
  13. end)
  14.  
  15. local Tab = Window:NewTab("Aimlock2")
  16. local Section = Tab:NewSection("Aimlock2")
  17. Section:NewButton("Aimlock2", "Aimlock2", function()
  18. loadstring(game:HttpGet("https://raw.githubusercontent.com/buqs9999/Doomware/main/Aimlock"))()
  19. end)
  20.  
  21. local Tab = Window:NewTab("Silent Aim")
  22. local Section = Tab:NewSection("Silent Aim")
  23. Section:NewButton("Silent Aim", "Silent AIm", function()
  24. loadstring(game:HttpGet("https://raw.githubusercontent.com/NiquilSipper240/Xmas/main/Kremmz"))()
  25. end)
  26.  
  27. Section:NewKeybind("KeybindText", "KeybindInfo", Enum.KeyCode.V, function()
  28. Library:ToggleUI()
  29. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement