I need a Lua script that can run unattended on my OVH VPS and perform two things reliably: 1. Launch Roblox, jump straight into the game “Steal A Brainrot Roblox,” and keep doing so after every restart or crash. 2. Hop between live servers only when the current instance doesn’t contain a high-value item, then repeat the check in the next server. That “leave-if-no-high-value-item” rule is the sole trigger for server switching; all other logic is up to you as long as it stays quick and efficient. The final solution should work headlessly on Windows-based VPS images, but if Linux with Wine or any other approach is easier I’m open to it—just document the steps. Deliverables – A clean, well-commented Lua file (or module bundle) that drops straight into Roblox Studio for testing. – A lightweight companion script or clear instructions that let the same logic run from the OVH VPS without manual log-ins. – A brief README covering setup, any required libraries, and how to add more games or conditions later. If you’ve done game-specific automation or server hopping before, great—show me. Otherwise, a concise proof the script can perform one full hop cycle is enough for acceptance.