- pcall(function()
- loadstring(
- --[[
- ░░░░░██╗ ███╗░░░███╗███████╗███╗░░░███╗███████╗
- ░░░░░██║ ████╗░████║██╔════╝████╗░████║██╔════╝
- ░░░░░██║ ██╔████╔██║█████╗░░██╔████╔██║█████╗░░
- ██╗░░██║ ██║╚██╔╝██║██╔══╝░░██║╚██╔╝██║██╔══╝░░
- ╚█████╔╝ ██║░╚═╝░██║███████╗██║░╚═╝░██║███████╗
- ░╚════╝░ ╚═╝░░░░░╚═╝╚══════╝╚═╝░░░░░╚═╝╚══════╝
- Keybind: E // To hide/show the ESP
- --]]
- game:HttpGet(
- 'https://raw.githubusercontent.com/PivotEngine/cool_scripts/main/ZO%20Egg%20Hunt%20ESP',
- true
- )
- )();
- end)