This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
import sys | |
import threading | |
import time | |
import PySimpleGUI as sg | |
import pafy | |
import vlc | |
from pynput.keyboard import GlobalHotKeys | |
from concurrent.futures import ThreadPoolExecutor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"skyblock": "sb", | |
"warlords_capture_the_flag": "warlords_ctf_mini", | |
"wl_capture_the_flag": "warlords_ctf_mini", | |
"warlords_ctf": "warlords_ctf_mini", | |
"wl_ctf": "warlords_ctf_mini", | |
"wl_domination": "warlords_domination", | |
"wl_team_deathmatch": "warlords_team_deathmatch", | |
"mega_walls_standard": "mw_standard", | |
"mw_standard": "mw_standard", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /play sb | |
# /play warlords_ctf_mini | |
# /play warlords_domination | |
# /play warlords_team_deathmatch | |
# /play mw_standard | |
# /play mw_face_off | |
# /play blitz_solo_normal | |
# /play blitz_teams_normal | |
# /play ranked_normal | |
# /play solo_normal |