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 os | |
import pickle | |
import time | |
width = "150" | |
height = "50" | |
os.system("mode con cols="+width+"lines="+height) | |
######ADD CODE FOR SPECIAL EFFECTS | |
## | |
##os.system('COLOR F0') |
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 os | |
import pickle | |
import time | |
width = "150" | |
height = "50" | |
os.system("mode con cols="+width+"lines="+height) | |
######ADD CODE FOR SPECIAL EFFECTS | |
## | |
##os.system('COLOR F0') |
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
# Valorant Asia Pacific Servers | |
# Note most of the servers are AWS Global Accelerator anycast IP addresses | |
# https://aws.amazon.com/global-accelerator/features/#Static_anycast_IP_addresses | |
# https://en.wikipedia.org/wiki/Anycast | |
# Last Update: 2023-01-09 | |
# ~CO7DFiRE | |
# All Asia Pacific Servers | |
13.248.193.101 | |
13.248.197.71 |