-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.py
328 lines (306 loc) · 13.2 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
import discord
from discord.ext import commands
import colorama
from colorama import Fore
import asyncio
from webserver import keep_alive
import os
#-----SETUP-----#
prefix = "!"
token = os.getenv("TOKEN")
#use the .env feature to hide your token
keep_alive()
#---------------#
bot = commands.Bot(command_prefix=prefix,
help_command=None,
case_insensitive=True,
self_bot=True)
#the game thing
@bot.event
async def on_ready():
activity = discord.Game(name="ChainLink", type=4)
await bot.change_presence(status=discord.Status.do_not_disturb, activity=activity)
print(f'''{Fore.BLUE}
░█████╗░██╗░░██╗░█████╗░██╗███╗░░██╗
██╔══██╗██║░░██║██╔══██╗██║████╗░██║
██║░░╚═╝███████║███████║██║██╔██╗██║
██║░░██╗██╔══██║██╔══██║██║██║╚████║
╚█████╔╝██║░░██║██║░░██║██║██║░╚███║
░╚════╝░╚═╝░░╚═╝╚═╝░░╚═╝╚═╝╚═╝░░╚══╝
{Fore.MAGENTA}
██╗░░░░░██╗███╗░░██╗██╗░░██╗
██║░░░░░██║████╗░██║██║░██╔╝
██║░░░░░██║██╔██╗██║█████═╝░
██║░░░░░██║██║╚████║██╔═██╗░
███████╗██║██║░╚███║██║░╚██╗
╚══════╝╚═╝╚═╝░░╚══╝╚═╝░░╚═╝
{Fore.GREEN}
Chain Link Is Alive!
''')
@bot.command(pass_context=True)
async def minedmc(ctx):
await ctx.message.delete()
await ctx.send('DMC mining is now **enabled**!')
await ctx.send('Auto miners v2')
await ctx.send('updated!')
await ctx.send('Without banning you or getting suspecious')
await ctx.send('@here make sure miner have 500 dmc')
await ctx.send('in the wallet')
await ctx.send('pls daily')
global dmcs
dmcs = True
while dmcs:
async with ctx.typing():
await asyncio.sleep(5)
await ctx.send('pls bal')
print(f"{Fore.GREEN}cash tested !")
await asyncio.sleep(15)
await ctx.send('pls beg')
print(f"{Fore.GREEN}succefully beg")
await asyncio.sleep(15)
await ctx.send('pls fish')
print(f"{Fore.GREEN}succefully fished")
await asyncio.sleep(15)
await ctx.send('pls dig')
print(f"{Fore.GREEN}succefully dig")
await asyncio.sleep(15)
await ctx.send('pls hunt')
print(f"{Fore.GREEN}succefully hunt")
await asyncio.sleep(15)
await ctx.send('pls bal')
print(f"{Fore.GREEN}cash tested !")
await asyncio.sleep(15)
await ctx.send('pls beg')
print(f"{Fore.GREEN}succefully beg")
await asyncio.sleep(15)
await ctx.send('pls fish')
print(f"{Fore.GREEN}succefully fished")
await asyncio.sleep(15)
await ctx.send('pls dig')
print(f"{Fore.GREEN}succefully dig")
await asyncio.sleep(15)
await ctx.send('pls hunt')
print(f"{Fore.GREEN}succefully hunt")
await asyncio.sleep(15)
await ctx.send('pls bal')
print(f"{Fore.GREEN}cash tested !")
await asyncio.sleep(15)
await ctx.send('pls beg')
print(f"{Fore.GREEN}succefully beg")
await asyncio.sleep(15)
await ctx.send('pls fish')
print(f"{Fore.GREEN}succefully fished")
await asyncio.sleep(15)
await ctx.send('pls dig')
print(f"{Fore.GREEN}succefully dig")
await asyncio.sleep(15)
await ctx.send('pls hunt')
print(f"{Fore.GREEN}succefully hunt")
await asyncio.sleep(15)
await ctx.send('pls bal')
print(f"{Fore.GREEN}cash tested !")
await asyncio.sleep(15)
await ctx.send('pls beg')
print(f"{Fore.GREEN}succefully beg")
await asyncio.sleep(15)
await ctx.send('pls fish')
print(f"{Fore.GREEN}succefully fished")
await asyncio.sleep(15)
await ctx.send('pls dig')
print(f"{Fore.GREEN}succefully dig")
await asyncio.sleep(15)
await ctx.send('pls hunt')
print(f"{Fore.GREEN}succefully hunt")
await asyncio.sleep(15)
await ctx.send('pls bal')
print(f"{Fore.GREEN}cash tested !")
await asyncio.sleep(15)
await ctx.send('pls beg')
print(f"{Fore.GREEN}succefully beg")
await asyncio.sleep(15)
await ctx.send('pls fish')
print(f"{Fore.GREEN}succefully fished")
await asyncio.sleep(15)
await ctx.send('pls dig')
print(f"{Fore.GREEN}succefully dig")
await asyncio.sleep(15)
await ctx.send('pls hunt')
print(f"{Fore.GREEN}succefully hunt")
await asyncio.sleep(15)
await ctx.send('pls bal')
print(f"{Fore.GREEN}cash tested !")
await asyncio.sleep(15)
await ctx.send('pls beg')
print(f"{Fore.GREEN}succefully beg")
await asyncio.sleep(15)
await ctx.send('pls fish')
print(f"{Fore.GREEN}succefully fished")
await asyncio.sleep(15)
await ctx.send('pls dig')
print(f"{Fore.GREEN}succefully dig")
await asyncio.sleep(15)
await ctx.send('pls hunt')
print(f"{Fore.GREEN}succefully hunt")
await asyncio.sleep(15)
await ctx.send('pls bal')
print(f"{Fore.GREEN}cash tested !")
await asyncio.sleep(15)
await ctx.send('pls beg')
print(f"{Fore.GREEN}succefully beg")
await asyncio.sleep(15)
await ctx.send('pls fish')
print(f"{Fore.GREEN}succefully fished")
await asyncio.sleep(15)
await ctx.send('pls dig')
print(f"{Fore.GREEN}succefully dig")
await asyncio.sleep(15)
await ctx.send('pls hunt')
print(f"{Fore.GREEN}succefully hunt")
await asyncio.sleep(15)
await ctx.send('pls bal')
print(f"{Fore.GREEN}cash tested !")
await asyncio.sleep(15)
await ctx.send('pls beg')
print(f"{Fore.GREEN}succefully beg")
await asyncio.sleep(15)
await ctx.send('pls fish')
print(f"{Fore.GREEN}succefully fished")
await asyncio.sleep(15)
await ctx.send('pls dig')
print(f"{Fore.GREEN}succefully dig")
await asyncio.sleep(15)
await ctx.send('pls hunt')
print(f"{Fore.GREEN}succefully hunt")
await asyncio.sleep(15)
await ctx.send('pls bal')
print(f"{Fore.GREEN}cash tested !")
await asyncio.sleep(15)
await ctx.send('pls beg')
print(f"{Fore.GREEN}succefully beg")
await asyncio.sleep(15)
await ctx.send('pls fish')
print(f"{Fore.GREEN}succefully fished")
await asyncio.sleep(15)
await ctx.send('pls dig')
print(f"{Fore.GREEN}succefully dig")
await asyncio.sleep(15)
await ctx.send('pls hunt')
print(f"{Fore.GREEN}succefully hunt")
await asyncio.sleep(15)
await ctx.send('pls bal')
print(f"{Fore.GREEN}cash tested !")
await asyncio.sleep(15)
await ctx.send('pls beg')
print(f"{Fore.GREEN}succefully beg")
await asyncio.sleep(15)
await ctx.send('pls fish')
print(f"{Fore.GREEN}succefully fished")
await asyncio.sleep(15)
await ctx.send('pls dig')
print(f"{Fore.GREEN}succefully dig")
await asyncio.sleep(15)
await ctx.send('pls hunt')
print(f"{Fore.GREEN}succefully hunt")
await asyncio.sleep(15)
await ctx.send('pls sell garbage all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls sell junk all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls sell bread all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls sell lifesaver')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls post meme')
print(f"{Fore.GREEN}succefully memepost")
await asyncio.sleep(15)
await ctx.send('pls sell ant all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls sell fish all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls sell duck all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls sell jellyfish all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls sell skunk all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls sell worm all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls sell stickbug all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls sell boar all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls sell sand all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls sell alchol all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls sell rabbit all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls sell seaweed all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls sell worm all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls sell cheese all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls sell banhammer all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls sell cookie all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
await ctx.send('pls sell candy all')
print(f"{Fore.GREEN}succefully sell")
await asyncio.sleep(15)
@bot.command(pass_context=True)
async def gifspam(ctx):
await ctx.message.delete()
await ctx.send('*Spam*')
await ctx.send('@here This is bad i know')
await ctx.send('im sorry')
global dmcs
dmcs = True
while dmcs:
async with ctx.typing():
await asyncio.sleep(1)
await ctx.send('https://tenor.com/view/toilet-fly-away-toilet-bowl-funny-gif-16664668')
await asyncio.sleep(1)
await ctx.send('https://tenor.com/view/manners-manners-makes-a-man-kingsman-gif-11678867')
await asyncio.sleep(1)
await ctx.send('https://tenor.com/view/middle-finger-chris-pratt-peter-quill-star-lord-gif-5722402')
await asyncio.sleep(1)
await ctx.send('https://c.tenor.com/He2W0AQvZfsAAAAM/hacked-hack.gif')
await asyncio.sleep(1)
await ctx.send('https://cdn.discordapp.com/emojis/586228314541260802.gif?size=64')
await asyncio.sleep(1)
await ctx.send('https://tenor.com/view/2va-kuthu-tamil-vijay-soori-gif-17779181')
await asyncio.sleep(1)
await ctx.send('https://tenor.com/view/diplein-karate-martial-kungfu-fall-down-gif-17786041')
await asyncio.sleep(1)
await ctx.send('https://tenor.com/view/trampoline-fail-pool-party-dive-gif-18076918')
await asyncio.sleep(1)
await ctx.send('https://tenor.com/view/iron-golem-dream-dies-puny-speedrunner-gif-21959265')
await asyncio.sleep(1)
await ctx.send('https://tenor.com/view/doge-dog-smiling-dog-smiling-smiling-doge-gif-20418511')
await asyncio.sleep(1)
await ctx.send('https://tenor.com/view/minecraft-lava-dead-gif-18488732')
await asyncio.sleep(1)
await ctx.send('https://tenor.com/view/weird-meow-cat-funny-gif-15167727')
keep_alive()
bot.run(token, bot=False)