Advertisement
Guest User

hack_the_fucking_bank.py

a guest
Oct 17th, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.46 KB | None | 0 0
  1. #hack bank
  2. from time import sleep
  3. print('//Connecting to bank..')
  4. sleep(1)
  5. print('//Hacking...')
  6. sleep(4)
  7. print('#####################')
  8. print('//Fooling protection..')
  9. sleep(1)
  10. print('//Complite')
  11. sleep(1)
  12. print('//Hacking director email..')
  13. sleep(2)
  14. print('//email login: bosscool')
  15. print('//password: fggt1234')
  16. sleep(1)
  17. print('#####################')
  18. sleep(1)
  19. print('//Sending money to your bank..')
  20. sleep(1)
  21. print('//Complite! Fuck society!')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement