Facebook
From Round Mockingjay, 2 Years ago, written in JavaScript.
This paste is a reply to Re: Re: Re: Re: Scam trade from Gracious Duck - view diff
Embed
Download Paste or View Raw
Hits: 287
  1.  
  2. while true do
  3.  
  4. local args = {
  5.     [1] = "DiamondCoin",
  6.     [2] = "id936323",
  7.     [3] = game:GetService("Players").LocalPlayer
  8. }
  9.  
  10. game:GetService("ReplicatedStorage").Framework.Network.DestoryCoinServer:FireServer(unpack(args))
  11.  
  12. wait()
  13. end
  14.