Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Material = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/MaterialLua/master/Module.lua"))()
- local UI = Material.Load({
- Title = "BatuhanG Hub",
- Style = 24,
- SizeX = 500,
- SizeY = 200,
- Theme = "Dark"
- })
- local Page = UI.New({
- Title = "BP",
- })
- Page.Button({
- Text = "BP",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/RandomAdamYT/DarkHub/master/Init", true))()
- end
- })
Add Comment
Please, Sign In to add comment