Advertisement
05X2

Curse Hub Tester

Mar 18th, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local Material = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/MaterialLua/master/Module.lua"))()
  2.  
  3. local X = Material.Load({
  4. Title = "Curse HUB",
  5. Style = 4,
  6. SizeX = 300,
  7. SizeY = 300,
  8. Theme = "Dark",
  9. ColorOverrides = {
  10. MainFrame = Color3.fromRGB(235,235,235)
  11. }
  12. })
  13.  
  14. local main_tab = X.New({
  15. Title = "Main"
  16. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement