#!/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. # | |
####################################################### |