Facebook
From Project-WD, 1 Year ago, written in CSS.
This paste is a reply to Roblox Pet Simulator X Script from EchoCord - view diff
Embed
Download Paste or View Raw
Hits: 479
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Mori Scripts | ? Pet Simulator X! ?", "BloodTheme")
  3.  
  4. -- MAIN
  5. local Main = Window:NewTab("Dupe Script")
  6. local MainSection = Main:NewSection("Dupe Pets")
  7.  
  8. MainSection:NewButton("Dupe Huges - Exclusives ! ", "Duped Pets", function()
  9.  
  10. loadstring(game:HttpGet("https://raw.githubusercontent.com/PetSimulatorXHacks/RobloxScript/main/Duping", true))()
  11.  
  12. end)