Skip to content

Commit

Permalink
Update The-X-Inspector.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedi6431 committed Jun 13, 2024
1 parent 7fc794b commit 5e876e9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions The-X-Inspector.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from requests.exceptions import ProxyError, ConnectTimeout
from concurrent.futures import ThreadPoolExecutor
from random import randint
import multiprocessing
Expand Down Expand Up @@ -49,7 +50,6 @@ def Pingofdeath():
while(1):
os.system(pingCommand)

from requests.exceptions import ProxyError, ConnectTimeout

def check_proxy(proxy):
proxies = {
Expand Down Expand Up @@ -109,8 +109,11 @@ def main1():

def X():
while True:
cls = os.system("cls")
cls
if os.name == 'nt':
os.system('cls')
else:
os.system('clear')

banner = f'''
\033[31m ___________ __ ____ ___ __
\033[31m \__ ___/| |__ ____ \ \/ / ____________ ____ _____/ |_ ___________
Expand Down

0 comments on commit 5e876e9

Please sign in to comment.