Arcane Reborn Script | AUTO FISH

Png-4.png

Created by magnetwashere

Features:

  • AUTO FISH
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

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of Service