Advertisement
rrixh

tool keybind gui

Jul 13th, 2023
611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  2. local Window = Library.CreateLib("Keybind GUI","Ocean")
  3. --- yum lollypop hub V3.8
  4. -- LightTheme
  5. -- DarkTheme
  6. -- GrapeTheme
  7. -- BloodTheme
  8. -- Ocean
  9. -- Midnight
  10. -- Sentinel
  11. -- Synapse
  12. local Tools = Window:NewTab("Letters Tools")
  13. local ToolsSection = Tools:NewSection("by lulaslollipopšŸ­šŸ˜‹")
  14. -- game.GetKey.keybind.tools
  15. ToolsSection:NewButton("{Q} Tool", "give u Q key from šŸ’» as a tool", --Q.Tool
  16. function()loadstring(game:HttpGet("https://pastebin.com/raw/5ZgW4X4q"))()
  17. end)--z next
  18. ToolsSection:NewButton("{Z} Tool", "give u Z key from šŸ’» as a tool",
  19. function()loadstring(game:HttpGet("https://pastebin.com/raw/HVTtz0JU"))()
  20. end)--x next
  21. ToolsSection:NewButton("{X} Tool", "give u X key from šŸ’» as a tool",
  22. function()loadstring(game:HttpGet("https://pastebin.com/raw/VkFTvruh"))()
  23. end)--c next
  24. ToolsSection:NewButton("{C} Tool", "give u C Key from šŸ’» as a tool",
  25. function()loadstring(game:HttpGet("https://pastebin.com/raw/wgxcSj5N"))()
  26. end)
  27. ToolsSection:NewButton("{E} Tool", "give u E Key from šŸ’» as a tool",
  28. function()loadstring(game:HttpGet("https://pastebin.com/raw/uriv2s1m"))()
  29. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement