MADE BY felitutosybroma
FEATURE:
- AUTOFARM
- INF FISH
- AUTO SELL
- AUTO REBIRTH
SCRIPT:
_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