Advertisement
Guest User

Untitled

a guest
Apr 30th, 2016
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. # for fun and lulz
  2. easter_backdoor()
  3. {
  4. foo=0
  5.  
  6. title "Game Over"
  7.  
  8. wprintf "[+] BlackArch Linux installation successfull!"
  9. printf "\n\n"
  10.  
  11. wprintf "Yo n00b, b4ckd00r1ng y0ur sy5t3m n0w "
  12. while [ $foo -ne 5 ]
  13. do
  14. wprintf "."
  15. sleep 1
  16. foo=`expr $foo + 1`
  17. done
  18. printf " >> ${BLINK}${WHITE}HACK THE PLANET${NC} <<"
  19. printf "\n\n"
  20.  
  21. return $SUCCESS
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement