-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhell.py
195 lines (126 loc) · 4.68 KB
/
hell.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
from utilities.Program.utils.utils import *
################################################################
# discord : bsyy
# server : https://discord.gg/QtBftsYhyR
# dev : bsyy, Oxbenz. And Space785
# owner : bsyy
# github : https://github.com/Flashy4k
################################################################
async def menu3():
os.system('cls')
print(Colorate.Horizontal(Colors.blue_to_red, f'{bannermenu3}'))
choice = input(Fore.RED + '\n\n[#] CHOICE : ')
if choice == '0':
await credits.credits()
await menu3()
elif choice == '00':
os.system('cls')
Write.Print(f"\n\n\n\n\n\n\n\n\n\n\n\n PLEASE WAIT...", Colors.purple_to_blue, interval=0.009)
time.sleep(0.5)
await menu2()
elif choice =='21':
await friendsidscrapper.idscrapper()
await menu3()
elif choice =='22':
await dmdeleter.dmdeleter()
await menu3()
elif choice =='23':
await dmdeleter.dmdeleter()
await menu3()
elif choice =='24':
await accountcleaner.cleaner()
await menu3()
else:
input(red +'[!] ERROR : INVALID CHOICE')
await menu3()
async def menu2():
os.system('cls')
print(Colorate.Vertical(Colors.blue_to_purple, f'{bannermenu2}'))
choice = input(Fore.RED + '[#] CHOICE : ')
if choice == "0":
await credits.credits()
await menu2()
elif choice == "11":
await webhookspammer.webhookspammer()
await menu2()
elif choice == "12":
await webhooksdeleter.webhookdeleter()
await menu2()
elif choice == "13":
await tokenleaver.tokenleaver()
await menu2()
elif choice == "14":
await tokenchecker.tokenchecker()
await menu2()
elif choice == "15":
await accnuker.accnuker()
await menu2()
elif choice == "16":
await hypesquadchanger.hypesquadchanger()
await menu2()
elif choice == "17":
await idtotoken.idtotoken()
await menu2()
elif choice == "18":
await statuschanger.statuschanger()
await menu2()
elif choice == "19":
await groupleaver.groupLeaver()
await menu2()
elif choice == "20":
await dmall.dmall()
await menu2()
elif choice =="00":
os.system('cls')
Write.Print(f"\n\n\n\n\n\n\n\n\n\n\n\n PLEASE WAIT...", Colors.orange, interval=0.009)
time.sleep(0.2)
await menu3()
elif choice =='01':
os.system('cls')
Write.Print(f"\n\n\n\n\n\n\n\n\n\n\n\n PLEASE WAIT...", Colors.red_to_yellow, interval=0.009)
time.sleep(0.2)
await menu()
else:
input(red +'[!] ERROR : INVALID CHOICE')
await menu2()
contitle(txt)
def clear():
os.system('cls')
allbanner = [banner, banner1, banner2, banner3]
bannerchoice = random.choice(allbanner)
Anime.Fade(Center.Center(bannerchoice), Colors.red_to_yellow, Colorate.Vertical, enter=True)
async def menu():
while True:
clear()
print(Colorate.Vertical(Colors.red_to_yellow, f'{bannermenu}'))
choice = input(Fore.RED + '[#] CHOICE : ')
if choice =="1":
await subdomainfinder.subdomainfinder()
elif choice =="2":
await srcdumper.dumper()
elif choice =="3":
await iplookup.iplookup()
elif choice =="4":
await phonelookup.phonelookup()
elif choice =="5":
await py2exe.py2exe()
elif choice =="6":
await obf.obf()
elif choice =="7":
await domainlookup.domainlookup()
elif choice =="8":
await toolinfo.toolinfo()
elif choice =="9":
await usernamesearcher.usernamesearcher()
elif choice =="10":
await doxtool.doxtool()
elif choice =="0":
await credits.credits()
elif choice =="00":
os.system('cls')
Write.Print(f"\n\n\n\n\n\n\n\n\n\n\n\n PLEASE WAIT...", Colors.blue_to_purple, interval=0.009)
time.sleep(0.5)
await menu2()
else:
input(red +'[!] ERROR : INVALID CHOICE')
asyncio.run(menu())