-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbanner.py
More file actions
18 lines (16 loc) · 785 Bytes
/
Copy pathbanner.py
File metadata and controls
18 lines (16 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
def banner():
from colorama import init, Fore, Back, Style
from os import system
system("title " + "Devil is Here - instagram:@0xdevil")
init()#instagram : @0xdevil
print(Fore.LIGHTCYAN_EX+ Style.BRIGHT +'''
(
)\ ) ( (
(()/( ) )\ )\ ( ) ( (
/(_)) ( (((_)((_)))\( /( ( ))\ )(
(_))_ )\ ' )\___ _ /((_)(_)) )\ ) /((_|()\
| \ _((_)) ((/ __| (_))((_)_ _(_/((_)) ((_)
| |) | ' \() | (__| / -_) _` | ' \)) -_)| '_|
|___/|_|_|_| \___|_\___\__,_|_||_|\___||_|
``Dm Clean Bot By @0xdevil $(web && api)``
'''+ Style.RESET_ALL)#instagram : @0xdevil