Arcane Reborn AutoFish

MADE BY magnetwashere

FEATURE:

SCRIPT:

local plr = game.Players.LocalPlayer
local vu = game:GetService("VirtualUser")

_G.AutoFish = true -- set "true" to "false" to disable

-- EXAMPLE: _G.AutoFish = false

if _G.Connection then
   _G.Connection:Disconnect()
   _G.Connection = nil
end

function click()
    vu:ClickButton1(Vector2.zero, workspace.CurrentCamera.CFrame)
end

if _G.AutoFish then
   _G.Connection = plr.Character.ChildAdded:Connect(function(v)
       if v.Name == "HE" and _G.AutoFish then
           repeat
               click()
               task.wait()
           until v.Parent ~= plr.Character
       
           repeat
               task.wait()
           until plr.Character:FindFirstChild("Collected")
           
           task.wait(2.5)
           click()
       end
   end)
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!