1. farm=true
  2. while farm == true do
  3. wait()
  4. local args = {
  5. [1] = "Emerald Hill",
  6. [2] = "3rd",
  7. [3] = "BestRank",
  8. [4] = 3,
  9. [5] = false
  10. }
  11. game:GetService("ReplicatedStorage"):WaitForChild("Knit"):WaitForChild("Services"):WaitForChild("TrialService"):WaitForChild("RE"):WaitForChild("OnStatUpdate"):FireServer(unpack(args))
  12. end