-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScript.js
406 lines (371 loc) · 18.9 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
document.body.innerHTML += `
<div class="ui segment inverted clearing bottom attached" id="warning">
<i class="warning icon"></i>
<div class="ui right floated button" id="download">Download</div> <div class="ui right floated button" id="tutorial">Tutorial</div>You need to download script for it to work
</div>
<div class="ui inverted segment">
<div class="ui inverted form">
<div class="two fields">
<div class="field" id="botname">
<label>Bot Name</label>
<div class="ui large labeled input"><input type="text" value="anonimbiri" placeholder="Nickname" maxlength="14" spellcheck="false" data-ms-editor="true"></div>
</div>
<div class="field">
<label>Room Code</label>
<div class="ui large labeled input" id="roomcode"><div class="ui label">https://gartic.io/ </div><input type="text" placeholder="Code"></div>
</div>
<div class="field" id="botamount">
<label>Bot Amount</label>
<div class="ui large labeled input"><input type="number" value="5" min="1" max="20"></div>
</div>
</div>
<div class="field">
<label>Bot Image</label>
<div class="ui fluid selection profil dropdown" tabindex="0">
<input type="hidden" name="user">
<i class="dropdown icon" tabindex="0"><div class="menu" tabindex="-1"></div></i>
<div class="text"><img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/0.svg">Default</div>
<div class="menu transition hidden" tabindex="-1">
<div data-value="0" class="item active selected">
<img class="ui avatar image" src="https://cdn.discordapp.com/avatars/1015999052413939762/2f5064debc9056f7097fa2798de23b25.webp?size=80">Default</div><div data-value="1" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/1.svg">Man 1</div><div data-value="2" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/2.svg">Man 2</div><div data-value="3" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/3.svg">Man 3</div><div data-value="4" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/4.svg">Man 4</div><div data-value="5" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/5.svg">Man 5</div><div data-value="6" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/6.svg">Man 6</div><div data-value="7" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/7.svg">Man 7</div><div data-value="8" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/8.svg">Man 8</div><div data-value="9" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/9.svg">Man 9</div><div data-value="10" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/10.svg">Man 10</div><div data-value="11" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/11.svg">Man 11</div><div data-value="12" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/12.svg">Man 12</div><div data-value="13" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/13.svg">Man 13</div><div data-value="14" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/14.svg">Man 14</div><div data-value="15" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/15.svg">Man 15</div><div data-value="16" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/16.svg">Man 16</div><div data-value="17" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/17.svg">Man 17</div><div data-value="18" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/18.svg">Man 18</div><div data-value="19" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/19.svg">Girl 1</div><div data-value="20" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/20.svg">Girl 2</div><div data-value="21" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/21.svg">Girl 3</div><div data-value="22" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/22.svg">Girl 4</div><div data-value="23" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/23.svg">Girl 5</div><div data-value="24" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/24.svg">Girl 6</div><div data-value="25" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/25.svg">Girl 7</div><div data-value="26" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/26.svg">Girl 8</div><div data-value="27" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/27.svg">Girl 9</div><div data-value="28" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/28.svg">Girl 10</div><div data-value="29" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/29.svg">Girl 11</div><div data-value="30" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/30.svg">Girl 12</div><div data-value="31" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/31.svg">Girl 13</div><div data-value="32" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/32.svg">Girl 14</div><div data-value="33" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/33.svg">Gril 15</div><div data-value="34" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/34.svg">Gril 16</div><div data-value="35" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/35.svg">Gril 17</div><div data-value="36" class="item">
<img class="ui avatar image" src="https://gartic.io/static/images/avatar/svg/36.svg">Gril 18</div></div>
</div>
</div>
<div class="field">
<div class="ui performance checkbox">
<input type="checkbox" tabindex="0" class="hidden">
<label>Performance Mode</label>
</div></div>
<div class="field">
<div class="ui proxy checkbox">
<input type="checkbox" tabindex="0" class="hidden">
<label>Proxy Mode</label>
</div></div>
<div class="inline"><button class="ui primary button" id="addbot">Add Bots</button><button class="ui inverted red button" id="clearall">Clear All</button> <button class="ui right labeled icon button" id="watchtheroom">Watch The Room<i class="external link icon"></i></button> <a href="https://www.youtube.com/channel/UCgs8Nz3Msrl4GqX3DeOZ6tQ" target="_blank" class="ui
right floated inverted button"><i class="youtube icon"></i>YouTube</a>
<a href="https://github.com/anonimbiri/gartic.io-bot" target="_blank" class="ui right floated
inverted button"><i class="github icon"></i>Open Source Code</a><a href="https://anonimbiri.github.io/gartic.io-bot/v2/" class="ui right floated
inverted button"><i class="fire icon"></i>V2 (New Version)</a></div> </div>
</div>
</div>
<div class="ui tiny modal">
<div class="ui icon header">
<i class="yellow exclamation triangle icon"></i>
Script Not Found</div>
<div class="content">
<p>Script not found won't run if there is no script.</p>
</div>
<div class="actions">
<div class="ui black cancel button">
Already Available
</div>
<div class="ui black approve button">
Download
</div>
</div>
</div>
</div>
<div class="ui inverted segment" id="tool" style="display: none;"><div class="ui inverted form ">
<div class="inline fields"><div class="field"><label>Report:</label><button class="ui primary button" id="reportdraw">Report Draw</button></div></div><div class="inline fields"><label>Spam:</label><div class="field"><div class="ui selection spam dropdown">
<input type="hidden" name="gender">
<i class="dropdown icon"></i>
<div class="text">Chat</div>
<div class="menu">
<div class="item active selected" data-value="1">Chat</div>
<div class="item" data-value="0">Answer</div>
</div></div>
</div><div class="field"><div class="ui labeled input" id="spamtext"><input type="text" value="anonimbiri" placeholder="Spam text" maxlength="99" spellcheck="false" data-ms-editor="true"></div></div><div class="field"><button class="ui primary compact labeled icon button" id="startspam"><i class="play icon"></i> Start Spam</button></div></div><div class="inline fields"><div class="field"><label>Kick:</label><div class="ui labeled input" id="kickplayernick"><input type="text" value="User" placeholder="Username" maxlength="18" spellcheck="false" data-ms-editor="true"></div></div><div class="field"><button class="ui primary button" id="kickpalyer">Kick Player</button></div></div></div></div>
<div class="ui basic modal">
<div class="content">
<div class="ui embed"></div>
</div>
<div class="actions">
<div class="ui cancel inverted button">No Thanks</div>
<div class="ui approve inverted button">
<i class="download icon"></i>Download</div>
</div>
</div>
`;
let download = document.querySelector('#download');
let download2 = document.querySelector('#download2');
let tutorial = document.querySelector('#tutorial');
let btn = document.querySelector('#addbot');
let btn2 = document.querySelector('#clearall');
let url = document.querySelector('#roomcode input');
let amount = document.querySelector('#botamount input');
let watchtheroom = document.querySelector('#watchtheroom');
let reportdraw = document.querySelector('#reportdraw');
let spambutton = document.querySelector('#startspam');
let spamtext = document.querySelector('#spamtext input');
let kicktext = document.querySelector('#kickplayernick input');
let kickbutton = document.querySelector('#kickpalyer');
let scripturl = "https://github.com/anonimbiri/gartic.io-bot/raw/main/script/Gartic%20bot%20control.user.js";
download.addEventListener("click", function () {
window.open(scripturl).close();
});
tutorial.addEventListener("click", function () {
$('.ui.basic.modal')
.modal({
closable : false,
blurring : true,
onApprove : function() {
window.open(scripturl).close();
}})
.modal('show')
;
$('.ui.embed').embed({
source : 'youtube',
id : 'bsvsLNbgQno',
placeholder : 'https://i.ytimg.com/vi/bsvsLNbgQno/maxresdefault.jpg'
});
});
btn.addEventListener("click", function () {
btn.setAttribute("class", "ui primary disabled loading button");
if(document.querySelector("#warning")){
$('.tiny.modal')
.modal({
closable : false,
blurring : true,
onApprove : function() {
window.open(scripturl).close();
}})
.modal('show');
}
var div = document.createElement("div");
div.setAttribute('id', 'list');
document.body.appendChild(div);
for (let i = 0; i < amount.value; i++) {
var iframe = document.createElement("iframe");
iframe.setAttribute('id', i);
if(proxymode == false){iframe.setAttribute('src', 'https://gartic.io/' + url.value);}else{iframe.setAttribute('src', 'https://www.proxysite.com');}
if(performancemode == true) {iframe.style.display = 'none';}
if(i == amount.value -1){ iframe.setAttribute('onload', 'loaded();');}
div.appendChild(iframe);
}
iziToast.success({
position: 'topRight',
//theme: 'dark',
title: 'Successful',
message: 'Creating Bots'
});
});
btn2.addEventListener("click", function () {
if(document.querySelector('#list')){
document.querySelector('#list').remove();
btn.setAttribute("class", "ui primary button");
document.querySelector("#tool").style.display = 'none';
spam = false
spambutton.innerHTML = '<i class="play icon"></i> Start Spam'
iziToast.success({
position: 'topRight',
//theme: 'dark',
title: 'Successful',
message: 'All Bots Destroyed',
});
}else{
iziToast.error({
position: 'topRight',
//theme: 'dark',
title: 'Error',
message: 'Guess No Bots' ,
});
}
});
watchtheroom.addEventListener("click", function () {
if(url.value != ""){
window.open("https://gartic.io/" + url.value + "/viewer");
}else{
iziToast.error({
position: 'topRight',
//theme: 'dark',
title: 'Error',
message: "You didn't give me a code to monitor the room" ,
});
}
});
url.onchange = function(){ url.value = url.value.replace("https://gartic.io/","").replace("/viewer", ""); };
var performancemode = false;
var proxymode = false;
var profilepicture = 0;
function loaded() {
let name = document.querySelector('#botname div input').value;
const regex = /\b[aA]\.?([lLℓᎥiI]\.?){2}[hH𝔥ʜ]*[\W_]*[aA]\.?([lLℓᏂhH𝔥ʜ]*[\W_]*){1,2}\b|\b(?:[^\w\s]*[aA][^\w\s]*){2,}|\b[ᴬaA][ˡlL1Ii][ᴸlL1Ii]?[ᴬaA][ℍhH](?:\W*[\/*\-+.,:;]\W*)*[^\W_]*|\b[hH][ℑℎhHℏ𝕙𝖍𝗁][𝖺aA𝗮𝘢ⓗ𝐡][𝛂𝛼aA𝒶𝓪𝔞𝕒]+(?:\W*[\/*\-+.,:;]\W*)*[^\W_]*[lLℓIi][^w\s]*[lLℓIi](?:\W*[\/*\-+.,:;]\W*)*[^\W_]*[aA][^\w\s]*[hH][ℑℎhHℏ𝕙𝖍𝗁][𝖺aA𝗮𝘢ⓗ𝐡][𝛂𝛼aA𝒶𝓪𝔞𝕒]+(?:\W*[\/*\-+.,:;]\W*)*[^\W_]*\b/gi;
if (regex.test(name)) {
document.querySelector('#botname div input').value = "anonimbiri";
name = "anonimbiri";
}
if(proxymode == false){
document.querySelectorAll('iframe').forEach( item =>
item.contentWindow.postMessage({'command': 'login', 'username':name, 'profilepicture':profilepicture, 'performancemode':performancemode }, '*')
)}else{
document.querySelectorAll('iframe').forEach( item =>
item.contentWindow.postMessage({'command': 'loginproxy','url': 'https://gartic.io/' + url.value, 'username':name, 'profilepicture':profilepicture, 'performancemode':performancemode }, '*'))
}
document.querySelector("#tool").style.display = 'block';
btn.setAttribute("class", "ui primary button");
iziToast.success({
position: 'topRight',
//theme: 'dark',
title: 'Successful',
message: 'Joining the Server'
});
}
reportdraw.addEventListener("click", function () {
document.querySelectorAll('iframe').forEach( item =>
item.contentWindow.postMessage({'command': 'drawreport'}, '*')
)
iziToast.success({
position: 'topRight',
//theme: 'dark',
title: 'Successful',
message: 'Drawing Reported',
});
});
//basic modal
let spam = false;
var spamid = 1;
spambutton.addEventListener("click", function () {
if(spam== false){
spam = true;
spambutton.innerHTML = '<i class="stop icon"></i> Stop Spam'
iziToast.success({
position: 'topRight',
//theme: 'dark',
title: 'Successful',
message: 'Spam Started',
});
}else{
spam = false
spambutton.innerHTML = '<i class="play icon"></i> Start Spam'
iziToast.success({
position: 'topRight',
//theme: 'dark',
title: 'Successful',
message: 'Spam Stopped',
});
}
document.querySelectorAll('iframe').forEach( item =>
item.contentWindow.postMessage({'command': 'spam', 'spam': spam, 'spamid': spamid, 'text': spamtext.value}, '*')
)
});
let s_id = 1;
setInterval(function() { if(spam == true){
const regex = /\b[aA]\.?([lLℓᎥiI]\.?){2}[hH𝔥ʜ]*[\W_]*[aA]\.?([lLℓᏂhH𝔥ʜ]*[\W_]*){1,2}\b|\b(?:[^\w\s]*[aA][^\w\s]*){2,}|\b[ᴬaA][ˡlL1Ii][ᴸlL1Ii]?[ᴬaA][ℍhH](?:\W*[\/*\-+.,:;]\W*)*[^\W_]*|\b[hH][ℑℎhHℏ𝕙𝖍𝗁][𝖺aA𝗮𝘢ⓗ𝐡][𝛂𝛼aA𝒶𝓪𝔞𝕒]+(?:\W*[\/*\-+.,:;]\W*)*[^\W_]*[lLℓIi][^w\s]*[lLℓIi](?:\W*[\/*\-+.,:;]\W*)*[^\W_]*[aA][^\w\s]*[hH][ℑℎhHℏ𝕙𝖍𝗁][𝖺aA𝗮𝘢ⓗ𝐡][𝛂𝛼aA𝒶𝓪𝔞𝕒]+(?:\W*[\/*\-+.,:;]\W*)*[^\W_]*\b/gi;
if (regex.test(spamtext.value)) {
spamtext.value = "ABED_MUTER";
spamtext = "ABED_MUTER";
}
if(s_id == 1){document.querySelectorAll('iframe').forEach( item =>
item.contentWindow.postMessage({'command': 'spam', 'spam': spam, 'spamid': spamid, 'text': spamtext.value}, '*')
); s_id = 2; }
else if(s_id == 2){document.querySelectorAll('iframe').forEach( item =>
item.contentWindow.postMessage({'command': 'spam', 'spam': spam, 'spamid': spamid, 'text': spamtext.value + "឵"}, '*')
); s_id = 3;}
else if(s_id == 3){document.querySelectorAll('iframe').forEach( item =>
item.contentWindow.postMessage({'command': 'spam', 'spam': spam, 'spamid': spamid, 'text': "឵" + spamtext.value}, '*')
); s_id = 4;}
else if(s_id == 4){document.querySelectorAll('iframe').forEach( item =>
item.contentWindow.postMessage({'command': 'spam', 'spam': spam, 'spamid': spamid, 'text': "ABED_MUTER"}, '*')
); s_id = 1;} }
}, 3000);
kickbutton.addEventListener("click", function () {
document.querySelectorAll('iframe').forEach( item =>
item.contentWindow.postMessage({'command': 'userreport', 'username':kicktext.value}, '*')
)
iziToast.success({
position: 'topRight',
//theme: 'dark',
title: 'Successful',
message: 'the ' + kicktext.value + ' player was kicked',
});
});
$('.performance.checkbox')
.checkbox({
// check all children
onChecked: function() { performancemode = true; },
onUnchecked: function() { performancemode = false; }
})
;
$('.proxy.checkbox')
.checkbox({
// check all children
onChecked: function() { proxymode = true; },
onUnchecked: function() { proxymode = false; }
})
;
$('.profil.dropdown')
.dropdown({
clearable: false,
onChange: function(value, text, $selectedItem) {
profilepicture = value;
}
})
;
$('.spam.dropdown')
.dropdown({
clearable: false,
onChange: function(value, text, $selectedItem) {
spamid = value;
}
})
;
setTimeout(function(){
if(!document.querySelector("#warning")){
iziToast.success({
position: 'topRight',
//theme: 'dark',
title: 'Successful',
message: 'Script loaded',
buttons: [
['<button>Open Source Code</button>', function (instance, toast) {
window.open("https://github.com/anonimbiri/gartic.io-bot");
}, true],],
});
}else{
iziToast.error({
position: 'topRight',
//theme: 'dark',
title: 'Error',
message: 'The script has not been downloaded, please download it' ,
buttons: [
['<button>Download</button>', function (instance, toast) {
window.open(scripturl).close();
}, true],],
});
}
}, 2000);