6g7r

Fake Hack

Jun 23rd, 2021 (edited)
627
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. from flask import Flask
  2. print("""
  3. ────────▄█▀▄
  4. ──────▄██▀▀▀▀▄
  5. ────▄███▀▀▀▀▀▀▀▄
  6. ──▄████▀▀▀▀▀▀▀▀▀▀▄
  7. ▄█████▀▀▀▀▀▀▀▀▀▀▀▀▀▄
  8. insta = @6g7r_here
  9.  
  10. """)
  11. name = input('your name : ')
  12. app = Flask(__name__)
  13. yehia = f'''
  14. <html dir="rtl">
  15.  
  16. <head>
  17. <meta http-equiv="Content-Language" content="en-us">
  18. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  19. <title>Hacked By 6G7R</title>
  20. </head>
  21.  
  22. <body text="#FF0000" bgcolor="#000000">
  23.  
  24. <p align="center"><font size="6">Hacked By {name} </font></p>
  25. &nbsp;
  26.  
  27.  
  28.  
  29.  
  30. ‏<p align="center">
  31. ‏<img border="" src="https://i0.wp.com/myotakuworld.com/wp-content/uploads/2020/01/Surprisingly-Scary-Anime.gif?resize=500%2C324&ssl=1"
  32. ‏width="389" height="400"></p></body>
  33.  
  34. </html>
  35. '''
  36.  
  37.  
  38. @app.route('/')
  39. def hack():
  40. return (yehia)
  41.  
  42. app.run(port=5000)
Add Comment
Please, Sign In to add comment