Dashboard
Imp Hub | Spongebob Tower Defense thumbnail

Imp Hub | Spongebob Tower Defense

AlanS avatarAlanS
105 views2 weeks ago

- Upgrade Units, - Notify On Every Unit Upgrade, - Set Upgrade Delay - Set Wave, - Sell At Wave, - Sell All Units - Automatic Start Game, - Automatic Skip Wave, - Automatic Set Time - Set Priority To Enable, - Set All Units Priority - Automatic Retry, - Automatic Next Stage, - Automatic Back To Lobby - Macro Recorder, - Replay, - Record, - Select File, - Delete File, - Set Macro Name - Set Webhook Url, - Notify - Select Banner, - Select Amount, - Automatic Summon On Banner, - Skip Summon - Automatic Claim Characters Achievements, - Automatic Claim Pass Rewards - Equip Best Pets, - Unequip All Pets - Set WalkSpeed / JumpPower <Misc> - Load 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.