Pet&Fishing Simulator Script | AUTOFARM (INF FISH, AUTOSELL, AUTOREBIRTH)

Created by felitutosybroma

Features:

  • AUTOFARM (INF FISH, AUTOSELL, AUTOREBIRTH)
_G.farm = true; -- false off -- true on

while _G.farm == true do
local args = {
   [1] = {
       [5001101] = 99e99
   }
}
wait(0.1)

game:GetService("ReplicatedStorage").ServerMsg.CatchFish:FireServer(unpack(args))

local args = {
   [1] = 1
}
wait(0.1)
game:GetService("ReplicatedStorage").ServerMsg.Teleport:FireServer(unpack(args))

local args = {
   [1] = game:GetService("Players").LocalPlayer
}

game:GetService("ReplicatedStorage").ServerMsg.Reborn:InvokeServer(unpack(args))
end