Dashboard
Imp Hub | GO Fishing thumbnail

Imp Hub | GO Fishing

AlanMontoya avatarAlanMontoya
109 viewslast month

- Auto Fish, - Auto Fight Fish Caught, - Auto Sell All Fish, - Freeze Character - Select Upgrades, - Auto Lvl UP Upgrades - Teleport To Toxic Map, - Teleport To Giant Map - Auto Convert Pets To Gold, - Auto Claim Pirate Quest, - Auto Buy Potions, - Auto Claim Free Rewards, - Get All Gamepasses (Visual) - Select Boat, - Buy Boat (OnClick)

esohasl.net
local Workspace = game:GetService("Workspace")
local Players = game:GetService("Players")

local LocalPlayer = Players.LocalPlayer

getgenv().Settings = { Default = false }

task.spawn(function()
  while Settings.Default and task.wait() do
    print(string.format("Username: %s", LocalPlayer.Name))
  end
end)
You need to watch ads to view thisSession will be saved for 24 hours.