Advertisement
TonyGamingVN

Roblox BIG Paintball Script (2022)

Feb 23rd, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. local Material = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/MaterialLua/master/Module.lua"))()
  2.  
  3. local UI = Material.Load({
  4. Title = "BatuhanG Hub",
  5. Style = 24,
  6. SizeX = 500,
  7. SizeY = 200,
  8. Theme = "Dark"
  9. })
  10.  
  11. local Page = UI.New({
  12. Title = "BP",
  13.  
  14.  
  15. })
  16.  
  17. Page.Button({
  18. Text = "BP",
  19. Callback = function()
  20. loadstring(game:HttpGet("https://raw.githubusercontent.com/RandomAdamYT/DarkHub/master/Init", true))()
  21.  
  22.  
  23.  
  24. end
  25. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement