Advertisement
anonmods

PetSims X Script

Sep 22nd, 2021
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 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 = "Anonmods.com Hub",
  5. Style = 24,
  6. SizeX = 500,
  7. SizeY = 200,
  8. Theme = "Dark"
  9. })
  10.  
  11. local Page = UI.New({
  12. Title = "Pet Sim",
  13.  
  14.  
  15. })
  16.  
  17. Page.Button({
  18. Text = "Pet Sim ",
  19. Callback = function()
  20.  
  21.  
  22.  
  23. loadstring(game:HttpGet("https://raw.githubusercontent.com/XLinestX/Shiny-Tool/main/ShinyTool.lua"))()
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. end
  36. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement