The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Auto farm (ez leader board) script pastebin roblox
By auto farm (ez leader board) on 2024-09-21 08:00 am | Syntax: LUA | Views: 7



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. _G.loop = true
  2.  
  3. while _G.loop do
  4.     wait (0.1)
  5. local args = {
  6.     [1] = "Yogurt",
  7. }
  8.  
  9. game:GetService("ReplicatedStorage").Quest.RemoteEvents.AddToken:FireServer(unpack(args))
  10. end