Dashboard
Imp Hub thumbnail

Imp Hub

AlanMontoya avatarAlanMontoya
58 viewslast month

- View Farm Status - Select Mobs [Multiple], - Enable Farm Mobs, - Enable Farm Random Mobs, - Enable Claim Daily Quest, - Set UP Position - Enable Use M1, - Select Skills [Multiple], - Enable Use Skills - Enable Collect Items, - Enable Collect Chests, - Enable Claim Cards - Select Npc, - Select Teleport Type, - Teleport - Enable Claim Time Rewards, - Enable Ascend, - FPS Boost, - Anti AFK.

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.