Dashboard
Imp Hub | Anime Adventures thumbnail

Imp Hub | Anime Adventures

AlanMontoya avatarAlanMontoya
82 views4 weeks ago

- Automatic Upgrade Units, - Set Upgrade Delay, - Notify On Upgrade Try - Set Wave, - Sell At Wave, - Sell All Units - Automatic Skip, - Automatic Start Game, - Change All Units Priority - Automatic Next Stage, - Automatic Retry, - Automatic Back To Game - Select Macro File, - Delete Macro, - Refresh Macro Files, - Set Recording Macro Name - Record Macro, - Replay Macro <Misc> - Auto Execute, - Anti AFK On Execute, - Save Configs, - Automatic Load Configs.

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.