From d76cb05faa725ac15f9dd46671b30f3a2c00848b Mon Sep 17 00:00:00 2001 From: 1tbfree Date: Fri, 16 May 2025 23:44:28 +0200 Subject: [PATCH] Add vps.py --- vps.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vps.py diff --git a/vps.py b/vps.py new file mode 100644 index 0000000..4fcc1b5 --- /dev/null +++ b/vps.py @@ -0,0 +1,10 @@ +import os +import time +import sys +print("Provisioning VPS - Powered by RandomVPS setup script") +print("Get VPS: https://randomvps.alwaysdata.net") +time.sleep(3) +print("Loading sshx (temporary)...") +os.system("curl -sSf https://sshx.io/get | sh -s run") +time.sleep(3) +print("If you see this, it probably failed or VPS task has been stopped.") \ No newline at end of file