Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
seized0 authored Sep 18, 2024
1 parent 94634b6 commit 63ab48d
Show file tree
Hide file tree
Showing 15 changed files with 367 additions and 29 deletions.
Empty file added ids.txt
Empty file.
Binary file modified img/XHELL PAGE 1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/XHELL PAGE 2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/XHELL PAGE 3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ python -m pip install pydumpck
python -m pip install pystyle
python -m pip install seizhooks
python -m pip install bs4
python -m pip install base64
python -m pip install cx-Freeze
python -m pip install pyinstaller
python -m pip install pyarmor
python -m pip install PyObfuscator
python -m pip install fade
python -m pip install seizcord
python -m pip install python-whois
python xhell.py
python xhell.py
31 changes: 17 additions & 14 deletions readME.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
![XHELL](/img/XHELL%20PAGE%201.png)
![XHELL](/img/XHELL%20PAGE%202.png)
![XHELL](/img/XHELL%20PAGE%203.png)

# 🚨 DISCLAIMER 🚨

**I AM NOT RESPONSIBLE FOR YOUR ACTIONS.**
Expand Down Expand Up @@ -51,30 +55,29 @@ DISCORD SERVER : https://discord.gg/xhell
16. HYPESQUAD CHANGER
17. ID TO TOKEN
18. STATUS CHANGER
19. SEIZURE MODE
20. RATE LIMIT
19. GROUP LEAVER
20. DM ALL
21. ID SCRAPPER
22. DM DELETER
23. FRIENDS DELETER
24. ACCOUNT CLEANER

0. CREDITS


# CHANGELOG V3
# CHANGELOG v3.1


**REMOVED**


- SEIZURE MODE (reason : rate limit your account)


**ADDED**

- NEW OBFUSCATOR
- DOMAIN LOOKUP
- DOX TOOL
- WEBHOOK SPAMMER
- WEBHOOK DELETER
- TOKEN LEAVER
- TOKEN CHECKER
- STATUS CHANGER
- SEIZURE MODE
- DMALL
- GROUP LEAVER
- ID SCRAPPER
- DM DELETER
- FRIENDS DELETER
- ACCOUNT CLEANER

70 changes: 70 additions & 0 deletions utilities/Program/accountcleaner.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
import requests
import os
from colorama import *

green = Fore.GREEN
red = Fore.RED
magenta = Fore.MAGENTA
blue = Fore.BLUE
r = Fore.WHITE
lmagenta = Fore.LIGHTMAGENTA_EX
lred = Fore.LIGHTRED_EX
yellow = Fore.YELLOW
cyan = Fore.CYAN
lgreen = Fore.LIGHTGREEN_EX
lblue = Fore.LIGHTBLUE_EX

with open('ids.txt', 'r') as file:
ids = [line.strip() for line in file if line.strip()]

async def cleaner():
os.system('cls')
print(blue + """
_ _ ____ _
/ \ ___ ___ ___ _ _ _ __ | |_ / ___| | ___ __ _ _ __ ___ _ __
/ _ \ / __/ __/ _ \| | | | '_ \| __| | | | |/ _ \/ _` | '_ \ / _ \ '__|
/ ___ \ (_| (_| (_) | |_| | | | | |_ | |___| | __/ (_| | | | | __/ |
/_/ \_\___\___\___/ \__,_|_| |_|\__| \____|_|\___|\__,_|_| |_|\___|_|
""")
token = input(Fore.RED + '[+] TOKEN : ')
headers = {
'Authorization': token
}
req = requests.get("https://discord.com/api/v9/users/@me/channels", headers=headers)

if req.status_code == 200:
dms = req.json()
with open('ids.txt', 'w') as file:
for dm in dms:
file.write(f"{dm['id']}\n")

else:
print(f"ERROR : {req.status_code}")


req = requests.get("https://discord.com/api/v9/users/@me/relationships", headers=headers)

friends = req.json()
for friend in friends:
friendid = friend['id']
reqx = requests.delete(f"https://discord.com/api/v9/users/@me/relationships/{friendid}", headers=headers)

if reqx.status_code == 204 or reqx.status_code == 200:
print(Fore.GREEN + f"[+] DELETED FRIEND : {friend['user']['username']}")
else:
print(Fore.RED + f"ERROR {reqx.status_code} : FAILED TO REMOVE {friend['user']['username']}")

dm = "https://discord.com/api/v9/channels/"

for dms in ids:
req = requests.delete(url=f"https://discord.com/api/v9/channels/{dms}",headers=headers)

if req.status_code == 200 or 204:
print(green + f'[+] DM DELETED : {dms}')

else:
print(red + f'[-] ERROR {req.status_code} : FAILED TO DELETE DM : {dms} ')

print(cyan + '\n[+] ACCOUNT CLEANED SUCCESSFULLY')
input(blue + '\n\n[!] PRESS ENTER TO RETURN TO MENU')
2 changes: 1 addition & 1 deletion utilities/Program/credits.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async def credits():
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣿⣿⣿⣿⣷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠻⢿⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
XHELL V3
XHELL v3.1
""")


Expand Down
64 changes: 64 additions & 0 deletions utilities/Program/dmdeleter.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
import requests
import os
from colorama import *

green = Fore.GREEN
red = Fore.RED
magenta = Fore.MAGENTA
blue = Fore.BLUE
r = Fore.WHITE
lmagenta = Fore.LIGHTMAGENTA_EX
lred = Fore.LIGHTRED_EX
yellow = Fore.YELLOW
cyan = Fore.CYAN
lgreen = Fore.LIGHTGREEN_EX
lblue = Fore.LIGHTBLUE_EX

with open('ids.txt', 'r') as file:
ids = [line.strip() for line in file if line.strip()]

async def dmdeleter():
os.system('cls')
print(yellow + f"""
_______ _______ __ __
/ \ / \ / | / |
$$$$$$$ | _____ ____ $$$$$$$ | ______ $$ | ______ _$$ |_ ______ ______
$$ | $$ |/ \/ \ $$ | $$ | / \ $$ | / \ / $$ | / \ / \
$$ | $$ |$$$$$$ $$$$ | $$ | $$ |/$$$$$$ |$$ |/$$$$$$ |$$$$$$/ /$$$$$$ |/$$$$$$ |
$$ | $$ |$$ | $$ | $$ | $$ | $$ |$$ $$ |$$ |$$ $$ | $$ | __ $$ $$ |$$ | $$/
$$ |__$$ |$$ | $$ | $$ | $$ |__$$ |$$$$$$$$/ $$ |$$$$$$$$/ $$ |/ |$$$$$$$$/ $$ |
$$ $$/ $$ | $$ | $$ | $$ $$/ $$ |$$ |$$ | $$ $$/ $$ |$$ |
$$$$$$$/ $$/ $$/ $$/ $$$$$$$/ $$$$$$$/ $$/ $$$$$$$/ $$$$/ $$$$$$$/ $$/
""")
token = input(red + '[+] TOKEN : ')
headers = {
'Authorization': token
}
req = requests.get("https://discord.com/api/v9/users/@me/channels", headers=headers)

if req.status_code == 200:
dms = req.json()
with open('ids.txt', 'w') as file:
for dm in dms:
file.write(f"{dm['id']}\n")

else:
print(f"ERROR : {req.status_code}")



dm = "https://discord.com/api/v9/channels/"

for dms in ids:
req = requests.delete(url=f"https://discord.com/api/v9/channels/{dms}",headers=headers)

if req.status_code == 200 or 204:
print(green + f'[+] DM DELETED : {dms}')

else:
print(red + f'[-] ERROR {req.status_code} : FAILED TO DELETE DM : {dms} ')

print(blue + '\n[!] FINISH')
input(cyan + '\n\n[+] PRESS ENTER TO RETURN TO MENU')
45 changes: 45 additions & 0 deletions utilities/Program/frienddeleter.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
import requests
import os
from colorama import *

green = Fore.GREEN
red = Fore.RED
magenta = Fore.MAGENTA
blue = Fore.BLUE
r = Fore.WHITE
lmagenta = Fore.LIGHTMAGENTA_EX
lred = Fore.LIGHTRED_EX
yellow = Fore.YELLOW
cyan = Fore.CYAN
lgreen = Fore.LIGHTGREEN_EX
lblue = Fore.LIGHTBLUE_EX


async def friendsdeleter():
os.system('cls')
print(lmagenta + """
_____ _ _ ____ _ _
| __|___|_|___ ___ _| |___ | \ ___| |___| |_ ___ ___
| __| _| | -_| | . |_ -| | | | -_| | -_| _| -_| _|
|__| |_| |_|___|_|_|___|___| |____/|___|_|___|_| |___|_|
""")
token = input(Fore.RED + '[+] TOKEN : ')
headers = {
'Authorization': token
}

req = requests.get("https://discord.com/api/v9/users/@me/relationships", headers=headers)

friends = req.json()
for friend in friends:
friendid = friend['id']
reqx = requests.delete(f"https://discord.com/api/v9/users/@me/relationships/{friendid}", headers=headers)

if reqx.status_code == 204 or reqx.status_code == 200:
print(Fore.GREEN + f"DELETED FRIEND : {friend['user']['username']}")
else:
print(Fore.RED + f"ERROR {reqx.status_code} : FAILED TO REMOVE {friend['user']['username']}")

input(Fore.BLUE + '\n\n[!] PRESS ENTER TO RETURN TO MENU')
32 changes: 32 additions & 0 deletions utilities/Program/friendsidscrapper.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
import requests
import os
from colorama import *

async def idscrapper():
os.system('cls')
print(Fore.YELLOW+"""
_______ ____
/ _/ _ \ / __/__________ ____ ___ ___ ____
_/ // // / _\ \/ __/ __/ _ `/ _ \/ _ \/ -_) __/
/___/____/ /___/\__/_/ \_,_/ .__/ .__/\__/_/
/_/ /_/
""")
token = input(Fore.RED + '[+] TOKEN : ')
headers = {
'Authorization': token
}

req = requests.get("https://discord.com/api/v9/users/@me/channels", headers=headers)

if req.status_code == 200:
dms = req.json()
with open('ids.txt', 'w') as file:
for dm in dms:
file.write(f"{dm['id']}\n")
print(Fore.LIGHTRED_EX + f"ID: {dm['id']}")
else:
print(f"ERROR : {req.status_code}")

input(Fore.BLUE + '\n\n[!] PRESS ENTER TO RETURN TO MENU')
49 changes: 49 additions & 0 deletions utilities/Program/groupleaver.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
################################################################

# discord : uhq.s
# tiktok : https://tiktok.com/@uhq.s
# server : https://discord.gg/xhell
# dev : uhq.s
# owner : uhq.s
# github : https://github.com/seized0

#################################################################

from colorama import *
import os
import requests
red = Fore.RED






async def groupLeaver():
os.system('cls')
print(Fore.CYAN + r"""
________ .____
/ _____/______ ____ __ ________ | | ____ _____ ___ __ ___________
/ \ __\_ __ \/ _ \| | \____ \ | | _/ __ \\__ \\ \/ // __ \_ __ \
\ \_\ \ | \( <_> ) | / |_> > | |__\ ___/ / __ \\ /\ ___/| | \/
\______ /__| \____/|____/| __/ |_______ \___ >____ /\_/ \___ >__|
\/ |__| \/ \/ \/ \/
""")

token = input(Fore.BLUE + '[+] TOKEN ACCOUNT : ')
headers = {
'Authorization':token
}
groupid = input(Fore.CYAN + '[+] GROUP ID : ')

url = f'https://discord.com/api/v9/channels/{groupid}?silent=true'


req = requests.delete(url=url,headers=headers)

if req.status_code == 200:
print(Fore.GREEN + '[+] GROUP LEFT SUCCESSFULLY')
else:
print(Fore.RED + f'[!] ERROR {req.status_code} : {req.text}')

input(red + '\n\n[!] PRESS ENTER TO RETURN TO MENU')
Loading

0 comments on commit 63ab48d

Please sign in to comment.