auto.txt 443 B

12345678
  1. while true; do mysqldump -u root -p blackpill > blackpill.sql -psonic2121; git add blackpill.sql; git commit -m "commit"; git push origin master; sleep 172800; done
  2. while true; do mysqldump -u GH0ST -pP@ssword01 blackpill > blackpill.sql ; git add blackpill.sql; git commit -m "commit"; git push origin master; sleep 60; done
  3. mysqldump -u root -p blackpill > blackpill.sql -psonic2121
  4. git add .
  5. git commit -m "commit"
  6. git push origin master