File size: 1,829 Bytes
0b7b6f2
21bc372
 
0b7b6f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21bc372
 
 
 
0b7b6f2
 
21bc372
 
47d675b
0b7b6f2
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

#########################################################################
#               PRIVATE LICENSE NOTICE                                  #
# © 2020-2025 AKN-DEV. All Rights Reserved.                             #
#                                                                       #
# This software is licensed under PRIVATE LICENSE.                      #
# Unauthorized use, modification, distribution,                         #
# or replication is strictly prohibited.                                #
#                                                                       #
# LEGAL OWNER: AKN-DEV TEAM                                             #
# CONTACT: @aknuserbot (Telegram)                                       #
# DEVELOPER: @xpushz, @xtdevs, @xtsea                                   #
# WEBSITE ORIGINAL: https://faster.maiysacollection.com/akn-dev/license #
# VIOLATIONS WILL RESULT IN:                                            #
# - Automatic bot termination                                           #
# - Legal action under DMCA/EU Copyright Law                            #
# - Permanent blacklist from all products                               #
#########################################################################

### -----2X SPEED BOOST LAUNCHER-----------###

from akn.utils.license_checker import *
from config import *

logging_info_warning()
loop = get_event_loop()

if __name__ == "__main__":
    uvloop_ultra_new()
    faster_launcher_loaded(loop)

#######################################################
#        DO NOT REMOVE THIS LICENSE NOTICE!           #
#  This code contains proprietary trade secrets of    #
#  AKN-DEV. Any removal will result in legal action.  #
#######################################################