Add vps.py

This commit is contained in:
1tbfree 2025-05-16 23:44:28 +02:00
parent c854a76c9c
commit d76cb05faa

10
vps.py Normal file
View File

@ -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.")