You will need a Windows VPS (minimum 4GB RAM, 2 vCPUs). Install AMP, create a new Roblox instance, and load your macro/executor onto that virtual desktop. This acts as your "Serv."
-- Example: Send alert when Dragon Fruit is obtained if obtainedDragonFruit then sendToDiscord("🎉 🐉\n" .. "Time: " .. os.date("%Y-%m-%d %H:%M:%S") .. "\n" .. "Server: " .. game.JobId) end king legacy df farm webhook notify amp serv
-- [[ Put script in your execution environment's autoexec folder ]] _G.notify = true _G.farm = true _G.serverhop = true _G.webhook = "YOUR_DISCORD_WEBHOOK_URL_HERE" _G.id = "YOUR_DISCORD_USER_ID_HERE" _G.WantedDFs = "DragonFruit", "DoughFruit", "PhoenixFruit", "SpiritFruit", "VenomFruit", "MagmaFruit", "LightFruit", "RumbleFruit" Use code with caution. You will need a Windows VPS (minimum 4GB RAM, 2 vCPUs)
This feature sends formatted alerts directly to a user-provided Discord channel. 2 vCPUs). Install AMP