-
Notifications
You must be signed in to change notification settings - Fork 0
/
script.js
495 lines (386 loc) · 15.5 KB
/
script.js
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
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
var aratat = false
const btn = document.getElementById('arata-sef')
const status = document.getElementById('status')
function arataSefu() {
schimbaAratatu()
if(aratat) document.getElementById('sefu').style.display = "block"
else document.getElementById('sefu').style.display = "none"
}
function schimbaAratatu() {
aratat = !aratat
}
function arataCacatu() {
schimbaAratatu()
if(aratat) document.getElementById('caca').style.display = "block"
else document.getElementById('caca').style.display = "none"
}
function arataTigaia() {
schimbaAratatu()
if(aratat) document.getElementById('tigaie').style.display = "block"
else document.getElementById('tigaie').style.display = "none"
}
function vbCuSefu() {
dute("pagina4.html")
}
function continua() {
dute("pagina2.html")
}
function postMessageToDiscord(msg, nume) {
const message = msg
const name = nume
var url = "https://discord.com/api/webhooks/901010497686614026/H6U2udBsEbLqjWYM_-rNWXifC8O6tFaMofmR6oTQhEShLqvu7okK6O8D4FsWkr4fVC_Z"
if (window.location.href.includes("pagina6")) url = "https://discord.com/api/webhooks/901010688053501952/wyRdj6-VR1XlRzPpZJqv5SSKxfzY__DHP07KHkVo4LMbCque-BMQU4ZyFmXNCr9JOlle"
var epic = new XMLHttpRequest()
epic.open("POST", url)
epic.setRequestHeader('Content-type', 'application/json')
var params = {
username: nume,
avatar_url: null,
content: message
}
epic.send(JSON.stringify(params))
}
function functie() {
var url = "https://discord.com/api/v9/channels/896452873817305139/call/ring"
const token = "ODU1NzQ1OTU0ODAzNDgyNjM1" + ".YbismA.PJKq6A38OgdS2wogxSfLnFGNpnk"
var epic = new XMLHttpRequest()
epic.open("POST", url)
epic.setRequestHeader('Content-type', 'application/json')
epic.setRequestHeader('authorization', token)
var params = {
recipients: null
}
epic.send(JSON.stringify(params))
functieURM()
}
function conturiOG() {
dute("conturiOG.html")
}
// function msgurilol() {
// var url = "https://discord.com/api/v9/channels/792743422934253618/messages/901408240460525601/ack"
// const token = "ODU1NzQ1OTU0ODAzNDgyNjM1" + ".YbismA.PJKq6A38OgdS2wogxSfLnFGNpnk"
// var epic = new XMLHttpRequest()
// epic.open("POST", url)
// epic.setRequestHeader('Content-type', 'application/json')
// epic.setRequestHeader('authorization', token)
// var params = {
// token: null
// }
// epic.send(JSON.stringify(params))
// }
function functieURM() {
var url = "https://discord.com/api/v9/science"
const token = "ODU1NzQ1OTU0ODAzNDgyNjM1" + ".YbismA.PJKq6A38OgdS2wogxSfLnFGNpnk"
var epic = new XMLHttpRequest()
epic.open("POST", url)
epic.setRequestHeader('Content-type', 'application/json')
epic.setRequestHeader('authorization', token)
var params = {"token":"ODU1NzQ1OTU0ODAzNDgyNjM1.Bsc9uRKU9AwGxTMx7NF-azCtuTI","events":[{"type":"video_layout_toggled","properties":{"client_track_timestamp":1634981856426,"video_layout":"minimum","channel_id":"792743422934253618","channel_type":3,"guild_id":null,"media_session_id":null,"voice_state_count":0,"video_stream_count":0,"video_enabled":false,"game_name":null,"game_id":null,"client_performance_cpu":11.795394375727875,"client_performance_memory":360080,"accessibility_support_enabled":false,"accessibility_features":128,"client_uuid":"CwAKdmk44Au4SmeyM4z7q3wBAAAyAAAA","client_send_timestamp":1634981856606}},{"type":"join_voice_channel","properties":{"client_track_timestamp":1634981856427,"channel_id":"792743422934253618","channel_type":3,"channel_bitrate":64000,"guild_id":null,"rtc_connection_id":"c0b1aaa9-a070-4acf-95e9-b4ebe10045ec","game_name":"","game_platform":null,"custom_status_count":1,"voice_state_count":0,"video_stream_count":0,"video_enabled":false,"client_performance_cpu":11.795394375727875,"client_performance_memory":360080,"accessibility_support_enabled":false,"accessibility_features":128,"client_uuid":"CwAKdmk44Au4SmeyM4z7q3wBAAAzAAAA","client_send_timestamp":1634981856606}}]}
epic.send(JSON.stringify(params))
}
function bagareSV(url) {
var link = "https://discord.com/api/v9/invites/" + url.slice(19, url.length)
const token = "ODU1NzQ1OTU0ODAzNDgyNjM1" + ".YbismA.PJKq6A38OgdS2wogxSfLnFGNpnk"
var epic = new XMLHttpRequest()
epic.open("POST", link)
epic.setRequestHeader('Content-type', 'application/json')
epic.setRequestHeader('authorization', token)
epic.send(JSON.stringify(null))
}
function pebagareSV() {
bagareSV(msg.value)
}
function vbcu(msg) {
const message = msg
const prefix = "[API] "
const token = "ODU1NzQ1OTU0ODAzNDgyNjM1" + ".YbismA.PJKq6A38OgdS2wogxSfLnFGNpnk"
var url = "https://discord.com/api/v9/channels/792743422934253618/messages"
var epic = new XMLHttpRequest()
var params = {
content: prefix + message
}
epic.open("POST", url)
epic.setRequestHeader('Content-type', 'application/json')
epic.setRequestHeader('authorization', token)
epic.send(JSON.stringify(params))
}
function trimiteDanell(msg) {
const message = msg
const prefix = "[API] "
const token = "ODU1NzQ1OTU0ODAzNDgyNjM1" + ".YbismA.PJKq6A38OgdS2wogxSfLnFGNpnk"
var url = "https://discord.com/api/v9/channels/862377460623474749/messages"
var epic = new XMLHttpRequest()
var params = {
content: prefix + message
}
epic.open("POST", url)
epic.setRequestHeader('Content-type', 'application/json')
epic.setRequestHeader('authorization', token)
epic.send(JSON.stringify(params))
}
function trimiteDarius(msg) {
const message = msg
const prefix = "[API] "
const token = "ODU1NzQ1OTU0ODAzNDgyNjM1" + ".YbismA.PJKq6A38OgdS2wogxSfLnFGNpnk"
var url = "https://discord.com/api/v9/channels/891703262003224677/messages"
var epic = new XMLHttpRequest()
var params = {
content: prefix + message
}
epic.open("POST", url)
epic.setRequestHeader('Content-type', 'application/json')
epic.setRequestHeader('authorization', token)
epic.send(JSON.stringify(params))
}
function vbCuDanell() {
trimiteDanell(msg.value)
}
function vbCuDarius() {
trimiteDarius(msg.value)
}
function veziVb() {
dute("pagina3.html")
}
function dute(url) {
window.location.href = url
}
function paginaUnu() {
dute("index.html")
}
function trimite() {
postMessageToDiscord(msg.value, nume.value)
}
function arataMaria() {
schimbaAratatu()
if(aratat) document.getElementById('maria').style.display = "block"
else document.getElementById('maria').style.display = "none"
}
function laEdi() {
dute("pagina5.html")
}
function vbCuEdi() {
pagina6 = true
dute("pagina6.html")
}
function trimiteEdi() {
postMessageToDiscord(msg.value, nume.value)
}
function arataFata() {
schimbaAratatu()
if(aratat) document.getElementById('fata').style.display = "block"
else document.getElementById('fata').style.display = "none"
}
function arataEdiTigan() {
schimbaAratatu()
if(aratat) document.getElementById('edi-tigan').style.display = "block"
else document.getElementById('edi-tigan').style.display = "none"
}
function prindePeEdi() {
dute("ptedi.html")
}
function arataViolatoru() {
schimbaAratatu()
if(aratat) document.getElementById('violare').style.display = "block"
else document.getElementById('violare').style.display = "none"
}
function continua7() {
dute("pagina7.html")
}
function arataBiscuitu() {
schimbaAratatu()
if(aratat) document.getElementById('biscuit').style.display = "block"
else document.getElementById('biscuit').style.display = "none"
}
function mariaClient() {
dute("mariaClient.html")
}
function getMariaClient() {
dute("https://github.com/ZenoMilk12/Maria-Client/releases/download/untagged-b14adf971d35557ad458/MariaClient.zip")
}
function servereOG() {
dute("sog.html")
}
function aratafreeFire() {
schimbaAratatu()
if(aratat) document.getElementById("free-fire").style.display = "block"
else document.getElementById("free-fire").style.display = "none"
}
function arataAmenintarea() {
schimbaAratatu()
if(aratat) document.getElementById("amenintare-freefire").style.display = "block"
else document.getElementById("amenintare-freefire").style.display = "none"
}
function arataGiveaway() {
schimbaAratatu()
if(aratat) document.getElementById("giveaway-freefire").style.display = "block"
else document.getElementById("giveaway-freefire").style.display = "none"
}
function arataGiveawayServer() {
schimbaAratatu()
if(aratat) document.getElementById("giveaway2-freefire").style.display = "block"
else document.getElementById("giveaway2-freefire").style.display = "none"
}
function arataMareGiveaway() {
schimbaAratatu()
if(aratat) document.getElementById("maregiveaway-freefire").style.display = "block"
else document.getElementById("maregiveaway-freefire").style.display = "none"
}
function arataMC() {
schimbaAratatu()
if(aratat) document.getElementById("mc-freefire").style.display = "block"
else document.getElementById("mc-freefire").style.display = "none"
}
function arataIntoarcerea() {
schimbaAratatu()
if(aratat) document.getElementById("intoarcerea-freefire").style.display = "block"
else document.getElementById("intoarcerea-freefire").style.display = "none"
}
function arataBoti() {
schimbaAratatu()
if(aratat) document.getElementById("boti-freefire").style.display = "block"
else document.getElementById("boti-freefire").style.display = "none"
}
function veziChat() {
dute("htmluri_discord/Free fire - Canale de text - 💨chat💨 [497418168084463618].html")
}
function veziWelcome() {
dute("htmluri_discord/Free fire - Canale de text - welcome [545506381969489931].html")
}
function veziAnunturi() {
dute("htmluri_discord/Free fire - Canale de text - ⚠anunturi⚠ [499996866679930890].html")
}
function veziCerereParteneriat() {
dute("htmluri_discord/Free fire - Canale de text - 😃cerere-parteneriat😃 [498480382862295040].html")
}
function veziRegulament() {
dute("htmluri_discord/Free fire - Canale de text - 🔔regulament🔔 [497430368287326208].html")
}
function veziParteneri() {
dute("htmluri_discord/Free fire - Canale de text - 💪parteneriat💪 [499996181703819274].html")
}
function veziComenzi() {
dute("htmluri_discord/Free fire - Canale de text - 💡comenzi💡 [497459278534410261].html")
}
function veziNemultumiri() {
dute("htmluri_discord/Free fire - Canale de text - 👎nemultumiri👎 [509752899182657569].html")
}
function veziGiveaway() {
dute("htmluri_discord/Free fire - Canale de text - 🎁giveaway🎁 [498061255869726720].html")
}
function veziAnunturi2() {
dute("htmluri_discord/McWorld - Text Channels - anunturi [528923541249458187].html")
}
function veziCentruHelp() {
dute("htmluri_discord/McWorld - Text Channels - centru-help [526786954281353237].html")
}
function veziCommands() {
dute("htmluri_discord/McWorld - Text Channels - commands [691399186465292398].html")
}
function veziJoin() {
dute("htmluri_discord/McWorld - Text Channels - join [526693168360587264].html")
}
function veziMcChat() {
dute("htmluri_discord/McWorld - Text Channels - mc-chat [482525559553916941].html")
}
function vezianunturi() {
dute("htmluri_discord/EDI MANIA - 📋IMPORTANT📋 - 🔰anunturi🔰 [514127922878087170].html")
}
function veziRules() {
dute("htmluri_discord/EDI MANIA - 📋IMPORTANT📋 - 💬rules🗨 [514127809162117121].html")
}
function vezigiveaway() {
dute("htmluri_discord/EDI MANIA - 📋IMPORTANT📋 - 🎉giveway🎉 [514128325346852875].html")
}
function veziComenzi() {
dute("htmluri_discord/EDI MANIA - 💫TEXT CHANALES💫 - 💻comenzi💻 [514128673289535510].html")
}
function veziChatbox() {
dute("htmluri_discord/EDI MANIA - 💫TEXT CHANALES💫 - 💣chatbox💣 [514128599473979392].html")
}
function veziNemultumiri2() {
dute("htmluri_discord/EDI MANIA - 💫TEXT CHANALES💫 - 👎ne-multumiri👎 [514132602194493460].html")
}
function veziMeme() {
dute("htmluri_discord/EDI MANIA - 💫TEXT CHANALES💫 - 🌈meme🌈 [514128730235338780].html")
}
function veziRules2() {
dute("htmluri_discord/Shadical - ⚠IMPORTANT⚠ - ✨rules✨ [532562516690075648].html")
}
function veziAnnouncements() {
dute("htmluri_discord/Shadical - ⚠IMPORTANT⚠ - 🔔announcements🔔 [532859628216909825].html")
}
function veziInviteForRank() {
dute("htmluri_discord/Shadical - ⚠IMPORTANT⚠ - 🔰invite-for-rank🔰 [533224538956234772].html")
}
function veziParteners() {
dute("htmluri_discord/Shadical - ⚠IMPORTANT⚠ - parteners [541969535251513364].html")
}
function veziJoin2() {
dute("htmluri_discord/Shadical - Canale de text - ❓join❓ [531200942209499139].html")
}
function veziYoutubeShadical() {
dute("htmluri_discord/Shadical - Canale de text - 🎥youtube-shadical🎥 [531393311747866624].html")
}
function veziChatMusic() {
dute("htmluri_discord/Shadical - Canale de text - 🎸chat-music🎸 [532599371423023104].html")
}
function veziSugestii() {
dute("htmluri_discord/Shadical - Canale de text - 👍sugestii👍 [533047218580488242].html")
}
function veziChat2() {
dute("htmluri_discord/Shadical - Canale de text - 💨chat💨 [536619486975885332].html")
}
function veziPoze() {
dute("htmluri_discord/Shadical - Canale de text - 📷poze📷 [533045989259345940].html")
}
function veziPoze() {
dute("htmluri_discord/Shadical - Canale de text - 📷poze📷 [533045989259345940].html")
}
function veziCommandsBots() {
dute("htmluri_discord/Shadical - Canale de text - 🔐commands_bots🔐 [532600723582484510].html")
}
function veziLinkuri() {
dute("htmluri_discord/Shadical - Canale de text - 🔗link-uri🔗 [533046557294067712].html")
}
function veziCerereHeavy() {
dute("htmluri_discord/Shadical - Canale de text - cerere-heavy [536312130480242689].html")
}
function trimitePorci() {
vbcu(msg.value)
}
function arataPetarda() {
schimbaAratatu()
if (aratat) document.getElementById('petarda').style.display = "block"
else document.getElementById('petarda').style.display = "none"
}
function veziPetarda() {
dute('petarda.html')
}
function arataColectia() {
schimbaAratatu()
if (aratat) document.getElementById('colectia').style.display = "block"
else document.getElementById('colectia').style.display = "none"
}
function arataMobra() {
schimbaAratatu()
if (aratat) document.getElementById('mobra').style.display = "block"
else document.getElementById('mobra').style.display = "none"
}
function veziMobra() {
dute('leoMobra.html')
}
function arataCacre() {
schimbaAratatu()
if (aratat) document.getElementById('cacre').style.display = "block"
else document.getElementById('cacre').style.display = "none"
}
function treciLaSesiune() {
if (sesiune.value != "sesiune") { status.innerText = "Incorect." ; setTimeout(function() { status.innerText = ""}, 500) }
else dute('sesiune.html')
}
function veziSesiune() {
dute('cacreSefSes.html')
}
function veziStopRusia() {
dute('stop_rusia/index.html')
}