Dashboard
Imp Hub | Fisch thumbnail

Imp Hub | Fisch

AlanMontoya avatarAlanMontoya
91 viewslast month

- Automatic Auto Catch Fish, - Set Fish Distance, - Automatic Shake, - Automatic Finish Reel, - Automatic Equip Rod - Automatic Sell All Fishes, - Freeze Character, - Sell All Fishes (OnClick), - Save Position, - Teleport To Saved Position - Select Location, - Teleport, - Discover All Locations - Automatic Claim Completed Quests, - Automatic Find Chests, - Anti Lava Damage.

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.