TEXT 476
Server Simulator Auto Farm Script By venuslock on 2nd May 2023 06:54:28 AM
  1. _G.autoTap = true
  2. -- if you want to turn it off set _G.autoTap = false
  3.  
  4. spawn(function ()
  5.     while _G.autoTap == true do
  6.         local args = {[1] = 9,[2] = 1
  7.         }
  8.         game:GetService("ReplicatedStorage").Remotes.Data:FireServer(unpack(args))
  9.         wait()
  10.     end
  11.  
  12.  
  13. end)

Texbin is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.