Dashboard
Imp Hub | Eat The World thumbnail

Imp Hub | Eat The World

AlanS avatarAlanS
334 views2 months ago

- Set Method Farm, - Automatic Farm Bricks - Set Brick Amount, - Sell At Bricks, - Instant Sell Bricks, - Sell If Complete - Automatic Grab, - Automatic Eat, - Automatic Sell, - Automatic Throw - Fast Speed, - Anti Ragdoll, - Always Can Unragdoll - Set Upgrades [Multiple], - Automatic Upgrade Stats, - Upgrade Only If Afford, - Automatic Upgrade All Stats - Select Map Slot, - Automatic Vote Map - Automatic Claim Time Rewards, - Unlock Gamepasses [Visual], - Show Ur Nametag (Toggle) <Misc> - Save Configs & Auto 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.