Sunteți pe pagina 1din 98

// ==UserScript==

// @version Last
// @icon https://i.ibb.co/KVm8YMQ/image.png
// @name MooMoo.io | 💥TJMod💥 | MooMoo.io(Last)
// @namespace https://i.ibb.co/KVm8YMQ/image.png
// @match *://moomoo.io/*
// @match *://dev.moomoo.io/*
// @match *://*sandbox.moomoo.io/*
// @require https://greasyfork.org/scripts/368273-msgpack/code/msgpack.js?
version=598723
// @require http://code.jquery.com/jquery-3.3.1.min.js
// @require https://code.jquery.com/ui/1.12.0/jquery-ui.min.js
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.0/jquery-
confirm.min.js
// ==/UserScript==

var sANC = 1;

var aNC = [255,255,1];

var rANC = [1,255];

var mk = document.getElementById("gameCanvas").getContext("2d");
var Laa = 0;
var Lab = 0;
var aVZ = 0;
var fBX = "<3 KatieW.";
var resForRANC = 1;

// 1920-1080

function rainbowColor(){
if(resForRANC === 1){
aNC = [255,0,0];
resForRANC = 0;
}
if(aNC[0] === 255 && aNC[1] !== 255 && aNC[2] === 0){aNC[1] += 255/rANC[1];}
if(aNC[0] !== 0 && aNC[1] === 255 && aNC[2] === 0){aNC[0] += 255/rANC[1]*-1;}
if(aNC[0] === 0 && aNC[1] === 255 && aNC[2] !== 255){aNC[2] += 255/rANC[1];}
if(aNC[0] === 0 && aNC[1] !== 0 && aNC[2] === 255){aNC[1] += 255/rANC[1]*-1;}
if(aNC[0] !== 255 && aNC[1] === 0 && aNC[2] === 255){aNC[0] += 255/rANC[1];}
if(aNC[0] === 255 && aNC[1] === 0 && aNC[2] !== 0){aNC[2] += 255/rANC[1]*-1;}
if(aNC[0] < 0){aNC[0] = 0;} if(255 < aNC[0]){aNC[0] = 255;}
if(aNC[1] < 0){aNC[1] = 0;} if(255 < aNC[1]){aNC[1] = 255;}
if(aNC[2] < 0){aNC[2] = 0;} if(255 < aNC[2]){aNC[2] = 255;}
}

function katie(){
if(circle == true){
if(document.getElementById("actionBarItem0")){
if(document.getElementById("actionBarItem3").style.display === "inline-block"){
if(fBX !== 3){
aVZ = [[0,480],[0,360],[0,255]];
if(sANC === 1){aNC = [255,0,0];}
fBX = 3;
}
aVZ[0][0] += 1;
if(aVZ[0][1] <= aVZ[0][0]){
aVZ[0][0] = 0;
}
aVZ[1][0] += 1;
if(aVZ[1][1] <= aVZ[1][0]){
aVZ[1][0] = 0;
}
aVZ[2][0] += 1;
if(aVZ[2][1] <= aVZ[2][0]){
aVZ[2][0] = 0;
}

mk.beginPath();
mk.lineWidth = 24;
mk.strokeStyle = "rgb("+Math.round(aNC[0])+","+Math.round(aNC[1])
+","+Math.round(aNC[2])+",0.625)";
mk.arc(960,540,212,0+Math.PI/(aVZ[0][1]/2)*aVZ[0][0],7/8*Math.PI+Math.PI/
(aVZ[0][1]/2)*aVZ[0][0]);
mk.stroke();
mk.beginPath();
mk.lineWidth = 30;
mk.strokeStyle =
"rgb("+Math.round(aNC[0]/255*220)+","+Math.round(aNC[1]/255*220)+","+Math.round(aNC
[2]/255*220)+",0.625)";
mk.arc(960,540,185,0+Math.PI/(aVZ[1][1]/2)*aVZ[1][0],2/3*Math.PI+Math.PI/
(aVZ[1][1]/2)*aVZ[1][0]);
mk.stroke();
mk.beginPath();
mk.lineWidth = 45;
mk.strokeStyle = "rgb("+Math.round(aNC[0])+","+Math.round(aNC[1])
+","+Math.round(aNC[2])+",0.5)";
mk.arc(960,540,85,0+Math.PI/(aVZ[2][1]/2)*aVZ[2][0],1/3*Math.PI+Math.PI/
(aVZ[2][1]/2)*aVZ[2][0]);
mk.stroke();
}
if(document.getElementById("actionBarItem2").style.display === "inline-
block"){
if(fBX !== 3){
aVZ = [[0,480],[0,360],[0,255]];
if(sANC === 1){aNC = [255,0,0];}
fBX = 3;
}

aVZ[0][0] += 1;
if(aVZ[0][1] <= aVZ[0][0]){
aVZ[0][0] = 0;
}
aVZ[1][0] += 1;
if(aVZ[1][1] <= aVZ[1][0]){
aVZ[1][0] = 0;
}
aVZ[2][0] += 1;
if(aVZ[2][1] <= aVZ[2][0]){
aVZ[2][0] = 0;
}

mk.beginPath();
mk.lineWidth = 24;
mk.strokeStyle = "rgb("+Math.round(aNC[0])+","+Math.round(aNC[1])
+","+Math.round(aNC[2])+",0.625)";
mk.arc(960,540,212,0+Math.PI/(aVZ[0][1]/2)*aVZ[0][0],7/8*Math.PI+Math.PI/
(aVZ[0][1]/2)*aVZ[0][0]);
mk.stroke();
mk.beginPath();
mk.lineWidth = 30;
mk.strokeStyle =
"rgb("+Math.round(aNC[0]/255*220)+","+Math.round(aNC[1]/255*220)+","+Math.round(aNC
[2]/255*220)+",0.625)";
mk.arc(960,540,185,0+Math.PI/(aVZ[1][1]/2)*aVZ[1][0],2/3*Math.PI+Math.PI/
(aVZ[1][1]/2)*aVZ[1][0]);
mk.stroke();
mk.beginPath();
mk.lineWidth = 45;
mk.strokeStyle = "rgb("+Math.round(aNC[0])+","+Math.round(aNC[1])
+","+Math.round(aNC[2])+",0.5)";
mk.arc(960,540,85,0+Math.PI/(aVZ[2][1]/2)*aVZ[2][0],1/3*Math.PI+Math.PI/
(aVZ[2][1]/2)*aVZ[2][0]);
mk.stroke();
}
if(document.getElementById("actionBarItem4").style.display === "inline-block"){
if(fBX !== 4){
aVZ = [[0,360],[0,250],[0,225],[0,250]];
if(sANC === 1){aNC = [255,0,0];}
fBX = 4;
}

aVZ[0][0] += -1;
if(aVZ[0][1] <= aVZ[0][0]){
aVZ[0][0] = 0;
}
aVZ[1][0] += 1;
if(aVZ[1][1] <= aVZ[1][0]){
aVZ[1][0] = 0;
}
aVZ[2][0] += -1;
if(aVZ[2][1] <= aVZ[2][0]){
aVZ[2][0] = 0;
}
aVZ[3][0] += 1;
if(aVZ[3][1] <= aVZ[3][0]){
aVZ[3][0] = 0;
}

mk.beginPath();
mk.lineWidth = 36;
mk.strokeStyle = "rgb("+Math.round(aNC[0])+","+Math.round(aNC[1])
+","+Math.round(aNC[2])+",0.45)";
mk.arc(960,540,251,0+Math.PI/(aVZ[0][1]/2)*aVZ[0][0],15/16*Math.PI+Math.PI/
(aVZ[0][1]/2)*aVZ[0][0]);
mk.stroke();
mk.beginPath();
mk.lineWidth = 46;
mk.strokeStyle =
"rgb("+Math.round(aNC[0]/255*220)+","+Math.round(aNC[1]/255*220)+","+Math.round(aNC
[2]/255*220)+",0.45)";
mk.arc(960,540,210,0+Math.PI/(aVZ[1][1]/2)*aVZ[1][0],7/9*Math.PI+Math.PI/
(aVZ[1][1]/2)*aVZ[1][0]);
mk.stroke();
mk.beginPath();
mk.lineWidth = 32;
mk.strokeStyle = "rgb("+Math.round(aNC[0])+","+Math.round(aNC[1])
+","+Math.round(aNC[2])+",0.383)";
mk.arc(960,540,109,0+Math.PI/(aVZ[2][1]/2)*aVZ[2][0],2/3*Math.PI+Math.PI/
(aVZ[2][1]/2)*aVZ[2][0]);
mk.stroke();
mk.beginPath();
mk.lineWidth = 26;
mk.strokeStyle =
"rgb("+Math.round(aNC[0]/255*235)+","+Math.round(aNC[1]/255*235)+","+Math.round(aNC
[2]/255*235)+",0.383)";
mk.arc(960,540,80,0+Math.PI/(aVZ[3][1]/2)*aVZ[3][0],7/8*Math.PI+Math.PI/
(aVZ[3][1]/2)*aVZ[3][0]);
mk.stroke();
}
if(document.getElementById("actionBarItem2").style.display === "inline-
block"){
if(fBX !== 3){
aVZ = [[0,480],[0,360],[0,255]];
if(sANC === 1){aNC = [255,0,0];}
fBX = 3;
}

aVZ[0][0] += 1;
if(aVZ[0][1] <= aVZ[0][0]){
aVZ[0][0] = 0;
}
aVZ[1][0] += 1;
if(aVZ[1][1] <= aVZ[1][0]){
aVZ[1][0] = 0;
}
aVZ[2][0] += 1;
if(aVZ[2][1] <= aVZ[2][0]){
aVZ[2][0] = 0;
}

mk.beginPath();
mk.lineWidth = 24;
mk.strokeStyle = "rgb("+Math.round(aNC[0])+","+Math.round(aNC[1])
+","+Math.round(aNC[2])+",0.625)";
mk.arc(960,540,212,0+Math.PI/(aVZ[0][1]/2)*aVZ[0][0],7/8*Math.PI+Math.PI/
(aVZ[0][1]/2)*aVZ[0][0]);
mk.stroke();
mk.beginPath();
mk.lineWidth = 30;
mk.strokeStyle =
"rgb("+Math.round(aNC[0]/255*220)+","+Math.round(aNC[1]/255*220)+","+Math.round(aNC
[2]/255*220)+",0.625)";
mk.arc(960,540,185,0+Math.PI/(aVZ[1][1]/2)*aVZ[1][0],2/3*Math.PI+Math.PI/
(aVZ[1][1]/2)*aVZ[1][0]);
mk.stroke();
mk.beginPath();
mk.lineWidth = 45;
mk.strokeStyle = "rgb("+Math.round(aNC[0])+","+Math.round(aNC[1])
+","+Math.round(aNC[2])+",0.5)";
mk.arc(960,540,85,0+Math.PI/(aVZ[2][1]/2)*aVZ[2][0],1/3*Math.PI+Math.PI/
(aVZ[2][1]/2)*aVZ[2][0]);
mk.stroke();
}
if(document.getElementById("actionBarItem4").style.display === "inline-
block"){
if(fBX !== 4){
aVZ = [[0,360],[0,250],[0,225],[0,250]];
if(sANC === 1){aNC = [255,0,0];}
fBX = 4;
}

aVZ[0][0] += -1;
if(aVZ[0][1] <= aVZ[0][0]){
aVZ[0][0] = 0;
}
aVZ[1][0] += 1;
if(aVZ[1][1] <= aVZ[1][0]){
aVZ[1][0] = 0;
}
aVZ[2][0] += -1;
if(aVZ[2][1] <= aVZ[2][0]){
aVZ[2][0] = 0;
}
aVZ[3][0] += 1;
if(aVZ[3][1] <= aVZ[3][0]){
aVZ[3][0] = 0;
}

mk.beginPath();
mk.lineWidth = 36;
mk.strokeStyle = "rgb("+Math.round(aNC[0])+","+Math.round(aNC[1])
+","+Math.round(aNC[2])+",0.45)";
mk.arc(960,540,251,0+Math.PI/(aVZ[0][1]/2)*aVZ[0][0],15/16*Math.PI+Math.PI/
(aVZ[0][1]/2)*aVZ[0][0]);
mk.stroke();
mk.beginPath();
mk.lineWidth = 46;
mk.strokeStyle =
"rgb("+Math.round(aNC[0]/255*220)+","+Math.round(aNC[1]/255*220)+","+Math.round(aNC
[2]/255*220)+",0.45)";
mk.arc(960,540,210,0+Math.PI/(aVZ[1][1]/2)*aVZ[1][0],7/9*Math.PI+Math.PI/
(aVZ[1][1]/2)*aVZ[1][0]);
mk.stroke();
mk.beginPath();
mk.lineWidth = 32;
mk.strokeStyle = "rgb("+Math.round(aNC[0])+","+Math.round(aNC[1])
+","+Math.round(aNC[2])+",0.383)";
mk.arc(960,540,109,0+Math.PI/(aVZ[2][1]/2)*aVZ[2][0],2/3*Math.PI+Math.PI/
(aVZ[2][1]/2)*aVZ[2][0]);
mk.stroke();
mk.beginPath();
mk.lineWidth = 26;
mk.strokeStyle =
"rgb("+Math.round(aNC[0]/255*235)+","+Math.round(aNC[1]/255*235)+","+Math.round(aNC
[2]/255*235)+",0.383)";
mk.arc(960,540,80,0+Math.PI/(aVZ[3][1]/2)*aVZ[3][0],7/8*Math.PI+Math.PI/
(aVZ[3][1]/2)*aVZ[3][0]);
mk.stroke();
}
if(document.getElementById("actionBarItem8").style.display === "inline-
block"){
if(fBX !== 3){
aVZ = [[0,480],[0,360],[0,255]];
if(sANC === 1){aNC = [255,0,0];}
fBX = 3;
}

aVZ[0][0] += 1;
if(aVZ[0][1] <= aVZ[0][0]){
aVZ[0][0] = 0;
}
aVZ[1][0] += 1;
if(aVZ[1][1] <= aVZ[1][0]){
aVZ[1][0] = 0;
}
aVZ[2][0] += 1;
if(aVZ[2][1] <= aVZ[2][0]){
aVZ[2][0] = 0;
}

mk.beginPath();
mk.lineWidth = 24;
mk.strokeStyle = "rgb("+Math.round(aNC[0])+","+Math.round(aNC[1])
+","+Math.round(aNC[2])+",0.625)";
mk.arc(960,540,212,0+Math.PI/(aVZ[0][1]/2)*aVZ[0][0],7/8*Math.PI+Math.PI/
(aVZ[0][1]/2)*aVZ[0][0]);
mk.stroke();
mk.beginPath();
mk.lineWidth = 30;
mk.strokeStyle =
"rgb("+Math.round(aNC[0]/255*220)+","+Math.round(aNC[1]/255*220)+","+Math.round(aNC
[2]/255*220)+",0.625)";
mk.arc(960,540,185,0+Math.PI/(aVZ[1][1]/2)*aVZ[1][0],2/3*Math.PI+Math.PI/
(aVZ[1][1]/2)*aVZ[1][0]);
mk.stroke();
mk.beginPath();
mk.lineWidth = 45;
mk.strokeStyle = "rgb("+Math.round(aNC[0])+","+Math.round(aNC[1])
+","+Math.round(aNC[2])+",0.5)";
mk.arc(960,540,85,0+Math.PI/(aVZ[2][1]/2)*aVZ[2][0],1/3*Math.PI+Math.PI/
(aVZ[2][1]/2)*aVZ[2][0]);
mk.stroke();
}
if(document.getElementById("actionBarItem7").style.display === "inline-block"){
if(fBX !== 4){
aVZ = [[0,360],[0,250],[0,225],[0,250]];
if(sANC === 1){aNC = [255,0,0];}
fBX = 4;
}

aVZ[0][0] += -1;
if(aVZ[0][1] <= aVZ[0][0]){
aVZ[0][0] = 0;
}
aVZ[1][0] += 1;
if(aVZ[1][1] <= aVZ[1][0]){
aVZ[1][0] = 0;
}
aVZ[2][0] += -1;
if(aVZ[2][1] <= aVZ[2][0]){
aVZ[2][0] = 0;
}
aVZ[3][0] += 1;
if(aVZ[3][1] <= aVZ[3][0]){
aVZ[3][0] = 0;
}

mk.beginPath();
mk.lineWidth = 36;
mk.strokeStyle = "rgb("+Math.round(aNC[0])+","+Math.round(aNC[1])
+","+Math.round(aNC[2])+",0.45)";
mk.arc(960,540,251,0+Math.PI/(aVZ[0][1]/2)*aVZ[0][0],15/16*Math.PI+Math.PI/
(aVZ[0][1]/2)*aVZ[0][0]);
mk.stroke();
mk.beginPath();
mk.lineWidth = 46;
mk.strokeStyle =
"rgb("+Math.round(aNC[0]/255*220)+","+Math.round(aNC[1]/255*220)+","+Math.round(aNC
[2]/255*220)+",0.45)";
mk.arc(960,540,210,0+Math.PI/(aVZ[1][1]/2)*aVZ[1][0],7/9*Math.PI+Math.PI/
(aVZ[1][1]/2)*aVZ[1][0]);
mk.stroke();
mk.beginPath();
mk.lineWidth = 32;
mk.strokeStyle = "rgb("+Math.round(aNC[0])+","+Math.round(aNC[1])
+","+Math.round(aNC[2])+",0.383)";
mk.arc(960,540,109,0+Math.PI/(aVZ[2][1]/2)*aVZ[2][0],2/3*Math.PI+Math.PI/
(aVZ[2][1]/2)*aVZ[2][0]);
mk.stroke();
mk.beginPath();
mk.lineWidth = 26;
mk.strokeStyle =
"rgb("+Math.round(aNC[0]/255*235)+","+Math.round(aNC[1]/255*235)+","+Math.round(aNC
[2]/255*235)+",0.383)";
mk.arc(960,540,80,0+Math.PI/(aVZ[3][1]/2)*aVZ[3][0],7/8*Math.PI+Math.PI/
(aVZ[3][1]/2)*aVZ[3][0]);
mk.stroke();
}
if(document.getElementById("actionBarItem5").style.display === "inline-block"){
if(fBX !== 5){
aVZ = [[0,250,2.5,10,1.2]];
if(sANC === 1){aNC = [255,0,255];}
fBX = 5;
}

aVZ[0][0] += 1;
if(aVZ[0][1] <= aVZ[0][0]){
aVZ[0][0] = 0;
}

for(Laa = 0; Laa < Math.round(aVZ[0][1]/5*2); Laa++){


mk.beginPath();
mk.lineWidth = 26;
mk.strokeStyle =
"rgb("+Math.round(aNC[0]/255*235)+","+Math.round(aNC[1]/255*235)+","+Math.round(aNC
[2]/255*235)+",0.5)";
mk.arc(960,540,200+Math.sin(aVZ[0][3]*Math.PI/(aVZ[0][1]/aVZ[0][2])*(Laa-
aVZ[0][0]))*aVZ[0][3]*aVZ[0][4],0-2*Math.PI/aVZ[0][1]*Laa+2*Math.PI/aVZ[0]
[1]*aVZ[0][0],2*Math.PI/aVZ[0][1]-2*Math.PI/aVZ[0][1]*Laa+2*Math.PI/aVZ[0]
[1]*aVZ[0][0]);
mk.stroke();
}
}
}
}
}

function letThereBeLight(){
if(rANC[0] === 1){
rainbowColor();
}
katie();
window.requestAnimationFrame(letThereBeLight);
}

window.requestAnimationFrame(letThereBeLight);

setTimeout( () => {
setTimeout( () => {
$('#menuContainer').append('X')
setTimeout( () => {
$('#menuContainer').append('x')
setTimeout( () => {
$('#menuContainer').append('_')
setTimeout( () => {
$('#menuContainer').append('T')
setTimeout( () => {
$('#menuContainer').append('J')
setTimeout( () => {
$('#menuContainer').append('G')
setTimeout( () => {
$('#menuContainer').append('a')
setTimeout( () => {
$('#menuContainer').append('m')
setTimeout( () => {
$('#menuContainer').append('i')
setTimeout( () => {
$('#menuContainer').append('n')
setTimeout( () => {
$('#menuContainer').append('g')
setTimeout( () => {
$('#menuContainer').append('_')
setTimeout( () => {
$('#menuContainer').append('x')
setTimeout( () => {
$('#menuContainer').append('X')
}, 300);
}, 300);
}, 300);
}, 300);
}, 300);
}, 300);
}, 300);
}, 300);
}, 300);
}, 300);
}, 300);
}, 300);
}, 300);
}, 300);
}, 2000);
$("#youtuberOf").css({display: "none"});
let newImg = document.createElement("img");
newImg.src = "https://i.ibb.co/Hd1CDJ3/image.jpg"
newImg.style = `position: absolute; top: 15px; left: 15px; z-index: 100000; width:
50px; height: 50px; cursor: pointer;`;
document.body.prepend(newImg);
newImg.addEventListener("click", () => {
if (modalx.style.display = "none") {
modalx.style.display = "block";
} else {
modalx.style.display = "none";}}
);

let settings = document.createElement("img");


settings.src = "https://i.ibb.co/YPNRsZY/image.gif"
settings.style = `position: absolute; top: 80px; left: 15px; z-index: 100000;
width: 50px; height: 50px; cursor: pointer;`;
document.body.prepend(settings);
settings.addEventListener("click", () => {
if (modal.style.display = "none") {
modal.style.display = "block";
} else {
modal.style.display = "none";}}
);

let message = document.createElement("img");


message.src = "https://i.ibb.co/WsW14kY/1.gif"
message.style = `position: absolute; top: 145px; left: 15px; z-index: 100000;
width: 50px; height: 50px; cursor: pointer;`;
document.body.prepend(message);
message.addEventListener("click", () => {
if (Msgmodal.style.display = "none") {
Msgmodal.style.display = "block";
} else {
Msgmodal.style.display = "none";}}
);

try {
document.getElementById("moomooio_728x90_home").style.display = "none";
$("#moomooio_728x90_home").parent().css({display: "none"});
} catch (e) {
console.log("[INFO]Remove Ad...");
}

({'position':'absolute','bottom':'72px','left':'20px','width':'420px','height':'236
.25px','padding-bottom':'18px','margin-top':'0px'});

$("#gameCanvas").css('cursor', 'url(http://cur.cursors-4u.net/user/use-
1/use153.cur), default');

$('.menuCard').css({'white-space': 'normal',
'text-align': 'center',
'background-color': 'rgba(0, 0, 0, 0.74)',
'-moz-box-shadow': '0px 0px rgba(255, 255, 255, 0)',
'-webkit-box-shadow': '0px 0px rgba(255, 255, 255, 0)',
'box-shadow': '0px 0px rgba(255, 255, 255, 0)',
'-webkit-border-radius': '0px',
'-moz-border-radius': '0px',
'border-radius': '0px',
'margin': '15px',
'margin-top': '15px'});

$('.menuCard').css({'color':'#808080'});

$('#menuContainer').css({'white-space': 'normal'});

$('#guideCard').css({'color': '#FFFFF'});

$('.killCounter').css({'color': '#000000'});

$('#nativeResolution').css({'cursor': 'pointer'});

$('#playMusic').css({'cursor': 'pointer'});

$('#skinColorHolder').css({'margin-bottom': '30.75px'});

$('.settingRadio').css({'margin-bottom': '30.75px'});

$('#gameName').css({'color': '#000000',
'text-shadow': '0 1px 0 rgba(255, 255, 255, 0), 0 2px 0
rgba(255, 255, 255, 0), 0 3px 0 rgba(255, 255, 255, 0), 0 4px 0 rgba(255, 255, 255,
0), 0 5px 0 rgba(255, 255, 255, 0), 0 6px 0 rgba(255, 255, 255, 0), 0 7px 0
rgba(255, 255, 255, 0), 0 8px 0 rgba(255, 255, 255, 0), 0 9px 0 rgba(255, 255, 255,
0)',
'text-align': 'center',
'font-size': '126px',
'margin-bottom': '-30px'});

$('#loadingText').css({'color': '#000000',
'background-color': 'rgba(0, 0, 0, 0.74)',
'padding': '8px',
'right': '150%',
'left': '150%',
'margin-top': '40px'});

$('.ytLink').css({'color': '#000000',
'padding': '8px',
'background-color': 'rgba(0, 0, 0, 0.74)'});

$('.menuLink').css({'color': '#000000'});

$('.menuButton').css({'background-color': '#000000'});

$('#nameInput').css({'border-radius': '0px',
'-moz-border-radius': '0px',
'-webkit-border-radius': '0px',
'border': 'hidden'});

$('#serverSelect').css({'cursor': 'pointer',
'color': '#000000',
'background-color': '#808080',
'border': 'hidden',
'font-size': '20px'});

$('.menuButton').css({'border-radius': '0px',
'-moz-border-radius': '0px',})

document.getElementById("mainMenu").style.backgroundImage =
"url('https://i.ibb.co/sWcTmm2/firstview-bg.jpg')";

var moomooVer = $('#linksContainer2 .menuLink').html(),


hideSelectors = ['#mobileDownloadButtonContainer',
'#followText',
'#smallLinks',
'#linksContainer1',
'#twitterFollow',
'#youtubeFollow',
'#cdm-zone-02',
'#youtuberOf',
'#promoImg',
'#downloadButtonContainer',
'.menuHeader',
'.menuLink',
'.menuHeader:nth-child(5)',
'.menuHeader:nth-child(6)',
'.menuText'
],
css = '#rightCardHolder {display: block!important}',
head = document.head || document.getElementsByTagName('head')[0],
style = document.createElement('style');

style.type = 'text/css';
if (style.styleSheet){
style.styleSheet.cssText = css;
} else {
style.appendChild(document.createTextNode(css));
}

for (let i = 0; i < hideSelectors.length; i++ ) {


$(hideSelectors[i]).hide();
}
head.appendChild(style);
$('#linksContainer2').html('<a href="./docs/versions.txt" target="_blank"
class="menuLink">' + moomooVer + '</a>');

setInterval(() => {
document.getElementById('enterGame').innerHTML = '➡ PLAY ⬅';
setTimeout( () => {
document.getElementById('enterGame').innerHTML = '➡PLAY⬅';
}, 300);}
, 500);

document.getElementById('loadingText').innerHTML = '💠 Load TJMod 💠';


setTimeout( () => {
document.getElementById('loadingText').innerHTML = '✅Successful✅';
}, 2000);

setInterval(() => {
setTimeout( () => {
document.getElementById('nameInput').placeholder = "🐺Xx_TJGaming_xX🐺";
setTimeout( () => {
document.getElementById('nameInput').placeholder = "Enter Name";
}, 200);
}, 200);}
, 500);

setInterval(() => {
setTimeout( () => {
document.getElementById('chatBox').placeholder = "💬Message💬";
setTimeout( () => {
document.getElementById('chatBox').placeholder = "💬Message.💬";
setTimeout( () => {
document.getElementById('chatBox').placeholder = "💬Message..💬";
setTimeout( () => {
document.getElementById('chatBox').placeholder = "💬Message...💬";
}, 100);
}, 100);
}, 100);
}, 100);}
, 500);

setInterval(() => {
document.getElementById('diedText').style.color = "Red";
document.getElementById('diedText').innerHTML = '💀 YOU DIED 💀';
setTimeout( () => {
document.getElementById('diedText').style.color = "Blue";
document.getElementById('diedText').innerHTML = '💀 GG:( 💀';
}, 500);
}
, 1000);

document.getElementById("storeHolder").style = "height: 1500px; width: 450px;"

document.getElementById("leaderboard").style.color = "purple";
document.getElementById('adCard').remove();
document.getElementById('errorNotification').remove();
setInterval(() => {
setTimeout( () => {
document.getElementById("leaderboard").style.color = "red";
setTimeout( () => {
document.getElementById("leaderboard").style.color = "orange";
setTimeout( () => {
document.getElementById("leaderboard").style.color = "yellow";
setTimeout( () => {
document.getElementById("leaderboard").style.color = "green";
setTimeout( () => {
document.getElementById("leaderboard").style.color = "blue";
setTimeout( () => {
document.getElementById("leaderboard").style.color = "darkblue";
setTimeout( () => {
document.getElementById("leaderboard").style.color = "purple";
}, 100);
}, 100);
}, 100);
}, 100);
}, 100);
}, 100);
}, 100);}
, 700);

document.getElementById("gameName").style.color = "Green";
document.getElementById("setupCard").style.color = "pink";
document.getElementById("gameName").innerHTML = "💥TJMod💥"
setInterval(() => {
setTimeout( () => {
document.getElementById("gameName").innerHTML = "💥TJMod💥"
setTimeout( () => {
document.getElementById("gameName").innerHTML = "💥_JMod💥"
setTimeout( () => {
document.getElementById("gameName").innerHTML = "💥T_Mod💥"
setTimeout( () => {
document.getElementById("gameName").innerHTML = "💥TJ_od💥"
setTimeout( () => {
document.getElementById("gameName").innerHTML = "💥TJM_d💥"
setTimeout( () => {
document.getElementById("gameName").innerHTML = "💥TJMo_💥"
setTimeout( () => {
document.getElementById("gameName").innerHTML = "💥TJM_d💥"
setTimeout( () => {
document.getElementById("gameName").innerHTML = "💥TJ_od💥"
setTimeout( () => {
document.getElementById("gameName").innerHTML = "💥T_Mod💥"
setTimeout( () => {
document.getElementById("gameName").innerHTML = "💥_JMod💥"
setTimeout( () => {
document.getElementById("gameName").innerHTML = "💥TJMod💥"
setTimeout( () => {
document.getElementById("gameName").innerHTML = "🔷TJMod ON TOP🔷"
}, 100);
}, 100);
}, 100);
}, 100);
}, 100);
}, 100);
}, 100);
}, 100);
}, 100);
}, 100);
}, 100);
}, 100);}
, 2000);

$('.menuCard').css({'white-space': 'normal',
'text-align': 'center',
'background-color': 'rgba(0, 0, 0, 0)',
'-moz-box-shadow': '0px 0px rgba(255, 255, 255, 0)',
'-webkit-box-shadow': '0px 0px rgba(255, 255, 255, 0)',
'box-shadow': '0px 0px rgba(255, 255, 255, 0)',
'-webkit-border-radius': '0px',
'-moz-border-radius': '0px',
'border-radius': '0px',
'margin': '15px',
'margin-top': '15px'});

$('#menuContainer').css({'white-space': 'normal'});

$('#nativeResolution').css({'cursor': 'pointer'});
$('#playMusic').css({'cursor': 'pointer'});

$('#guideCard').css({'overflow-y': 'hidden',
'margin-top': 'auto',
'margin-bottom': '30px'});

$('#skinColorHolder').css({'margin-bottom': '30.75px'});

$('.settingRadio').css({'margin-bottom': '30.75px'});

$('#linksContainer2').css({'-webkit-border-radius': '0px 0 0 0',


'-moz-border-radius': '0px 0 0 0',
'border-radius': '0px 0 0 0',
'right': '44%',
'left': '44%',
'background-color': 'rgba(0, 0, 0, 0)',
'text-align': 'center',
'bottom': '12px'});

$('#gameName').css({'color': '#000000',
'text-shadow': '0 1px 0 rgba(231, 76, 60), 0 2px 0 rgba(231,
76, 60), 0 3px 0 rgba(231, 76, 60), 0 4px 0 rgba(231, 76, 60), 0 5px 0 rgba(231,
76, 60), 0 6px 0 rgba(231, 76, 60), 0 7px 0 rgba(231, 76, 60), 0 8px 0 rgba(231,
76, 60), 0 9px 0 rgba(255, 0, 0)',
'text-align': 'center',
'font-size': '156px',
'margin-bottom': '-30px'});

$('#loadingText').css({'color': '#000000',
'background-color': 'rgba(0, 0, 0, 0)',
'padding': '8px',
'right': '150%',
'left': '150%',
'margin-top': '40px'});

$('.ytLink').css({'color': '#144db4',
'padding': '8px',
'background-color': 'rgba(0, 0, 0, 0)'});

$('.menuLink').css({'color': '#144db4'});

$('#nameInput').css({'border-radius': '0px',
'-moz-border-radius': '0px',
'-webkit-border-radius': '0px',
'border': 'hidden'});

$('#serverSelect').css({'cursor': 'pointer',
'color': '#000000',
'background-color': '#808080',
'border': 'hidden',
'font-size': '20px'});

$('.menuButton').css({'border-radius': '0px',
'-moz-border-radius': '0px',
'-webkit-border-radius': '0px'});
$('#promoImgHolder').css({'position': 'absolute',
'bottom': '-7%',
'left': '20px',
'width': '420px',
'height': '236.25px',
'padding-bottom': '18px',
'margin-top': '0px'});

$('#adCard').css({'position': 'absolute',
'bottom': '-7%',
'right': '20px',
'width': '420px',
'height': '236.25px',
'padding-bottom': '18px'});

$('.menuHeader').css({'color': 'rgba(255, 255, 255, 1)'});

$('#killCounter').css({'color': '#bf2828'});

$('#diedText').css({'background-color': 'rgba(0, 0, 0, 0)'});

$('#gameCanvas').css({'background-color': '#f4f4f4'});

$('#allianceButton').css({'color': 'rgba(241, 241, 241, 1)'});

$('#storeButton').css({'color': 'rgba(241, 241, 241, 1)'});

$('#chatButton').css({'color': 'rgba(241, 241, 241, 1)'});

$('.gameButton').css({'-webkit-border-radius': '0px 0 0 0',


'-moz-border-radius': '0px 0 0 0',
'border-radius': '0px 0 0 0',
'background-color': 'rgba(0, 0, 0, 0.4)'});

$('.uiElement, .resourceDisplay').css({'-webkit-border-radius': '0px',


'-moz-border-radius': '0px',
'border-radius': '0px',
'background-color': 'rgba(0, 0, 0, 0.4)'});

$('#chatBox').css({'-webkit-border-radius': '0px',
'-moz-border-radius': '0px',
'border-radius': '0px',
'background-color': 'rgba(0, 0, 0, 0.4)',
'text-align': 'center'});

$('#foodDisplay').css({'color': '#ae4d54'});

$('#woodDisplay').css({'color': '#758f58'});

$('#stoneDisplay').css({'color': '#818198'});

$('#scoreDisplay').css({'color': '#c2b17a'});

$('#leaderboard').css({'-webkit-border-radius': '0px',
'-moz-border-radius': '0px',
'border-radius': '0px',
'background-color': 'rgba(0, 0, 0, 0.4)',
'text-align': 'center'});

$('#ageText').css({'color': '#B200FF'});

$('#ageBar').css({'-webkit-border-radius': '0px',
'-moz-border-radius': '0px',
'border-radius': '0px',
'background-color': 'rgba(0, 0, 0, 0.4)'});

$('#ageBarBody').css({'-webkit-border-radius': '0px',
'-moz-border-radius': '0px',
'border-radius': '0px',
'background-color': '#f00'});

$('.storeTab').css({'-webkit-border-radius': '0px',
'-moz-border-radius': '0px',
'border-radius': '0px',
'background-color': 'rgba(0, 0, 0, 0.4)'});

$('#storeHolder').css({'-webkit-border-radius': '0px',
'-moz-border-radius': '0px',
'border-radius': '0px',
'background-color': 'rgba(0, 0, 0, 0.4)'});

$('#allianceHolder').css({'-webkit-border-radius': '0px',
'-moz-border-radius': '0px',
'border-radius': '0px',
'background-color': 'rgba(0, 0, 0, 0.4)'});

$('.actionBarItem').css({'-webkit-border-radius': '0px',
'border-radius': '0px',
'background-color': 'rgba(0, 0, 0, 0.4)'});

$('#itemInfoHolder').css({'text-align': 'center',
'top': '125px',
'left': '350px',
'right': '350px',
'max-width': '666px'});

$('#leaderboard').append('🔥TJMod🔥');

$("#ageBarContainer").append('</br><div id="hacktext"></div><div style="width:


100%;position: absolute;bottom: 94px;text-align: center;color:blue;font-size:
24px;" id="freetext"></div><div style="width: 100%;position: absolute;bottom:
144px;text-align: center;color: #ed3f00;font-size: 24px;" id="ptext"></div><div
style="width: 100%;position: absolute;bottom: 224px;text-align: center;color:
#1100ff;font-size: 24px;" id="ctext"></div><div style="width: 100%;position:
absolute;top: 100px;text-align: center;color: white;font-size: 12px;"
id="bilgitext">"Z"Tank Gear | "H" Turret Gear | "J" Bull Helmet | "P" Samurai Armor
| "G" Soldier Helmet | "B" Booster Helmet | "Y" Spike Gear | "T" Emp
Helmet</div><div style="width: 100%;position: absolute;bottom: 170px;text-align:
center;color: darkgreen;font-size: 24px;" id="atext"></div><div style="width:
100%;position: absolute;bottom: 196px;text-align: center;color: black;font-size:
24px;" id="mtext"></div>');
(function() {var css = [

"div#adCard, ",
" #twitterFollow, ",
" #youtubeFollow, ",
" #downloadButtonContainer, ",
" #promoImg {",
" display: none;",
" }",
"",
" #featuredYoutube > a.ytLink, ",
" a {",
" font-size: 15px;",
" color: #ff0000 !important;",
" font-family: mv boli;",
" }",
"",
" .uiElement, ",
" .resourceDisplay, ",
" .actionBarItem {",
" border: 3px solid rgb(17, 0, 255);",
" border-radius: 50px !important;",
" transition: 0.5s;",
" }",
"",
" .uiElement:hover, ",
" .resourceDisplay:hover, ",
" .actionBarItem:hover {",
" background-color: rgba(0,0,0) !important;",
" border: 3px solid rgba(70, 130, 180, 0.5);",
" border-radius: 100px !important;",
" }",
"",
" .actionBarItem {",
" width: 56px;",
" height: 56px;",
" background-position: center; ",
" background-size: 55px 55px;",
" }",
"",
" .menuHeader {",
" color: #ff0000",
" font-family: mv boli;",
" }",
"",
" #moddedMenu:hover > .titleMM {",
" transform: rotate(0deg) translate(0,-1580%)",
" }",
"",
" .storeItem, ",
" .storeTab, ",
" .allianceButtonM, ",
" #allianceInput::placeholder, ",
" .allianceItem, ",
" .joinAlBtn {",
" color: #ff9d00 !important;",
" font-family: mv boli;",
" }",
"",
" .menuText {",
" font-size: 18px;",
" font-family: mv boli;",
" color: #ff0000",
" margin-bottom: 10px;",
" }",
"",
" .settingRadio {",
" font-family: mv boli;",
" color: #ff0000",
" }",
"",
" .switch {",
" margin-top: 5px;",
" margin-left: 10px;",
" position: absolute;",
" width: 60px;",
" height: 34px;",
" transition: opacity 1s;",
" opacity: 0;",
" }",
"",
" .text {",
" bottom: 76%;",
" position: absolute;",
" color: #ff0000;",
" font-size: 20px;",
" left: 0%;",
" display: none;",
" transition: 1s;",
" }",
"",
" .text > b { ",
" font-size: 20px;",
" color: #ff0000;",
" }",
"",
" b:hover { ",
" color: #ff0000;",
" }",
"",
" .one > .text {",
" top: 5.5%;",
" }",
"",
" .two > .text {",
" top: 10.7%;",
" }",
"",
" .three > .text {",
" top: 37.5%;",
" }",
"",
" .four > .text {",
" top: 47.5%;",
" }",
"",
" .five > .text {",
" top: 57.5%;",
" }",
"",
" .six > .text {",
" top: 67.5%;",
" }",
"",
" .seven > .text {",
" top: 77.5%;",
" }",
"",
" .eight > .text {",
" top: 87.5%;",
" }",
"",
" #moddedMenu:hover .switch {",
" opacity: 1;",
" }",
"",
" #moddedMenu:hover .text {",
" display: block;",
" }",
"",
" .one > .switch {",
" top: 15%;",
" }",
"",
" .two > .switch {",
" top: 25%;",
" }",
"",
" .three > .switch {",
" top: 35%;",
" }",
"",
" .four > .switch {",
" top: 45%;",
" }",
"",
" .five > .switch {",
" top: 55%;",
" }",
"",
" .six > .switch {",
" top: 65%;",
" }",
"",
" .seven > .switch {",
" top: 75%;",
" }",
"",
" .eight > .switch {",
" top: 85%;",
" }",
"",
" .switch input {",
" display:none;",
" }",
"",
" ::-webkit-scrollbar {",
" width: 10px;",
" border-right: 2px solid #ff0000;",
" }",
"",
" ::-webkit-scrollbar-thumb {",
" border: 2px solid #ff0000;",
" }",
"",
" ::-webkit-scrollbar-thumb:hover {",
" background: #ff0000;",
" }",
"",
" ::-webkit-scrollbar-thumb:active {",
" background: SteelBlue;",
" border: 2px solid #ff0000;",
" }",
"",
" .slider {",
" position: absolute;",
" cursor: pointer;",
" top: 0;",
" left: 0;",
" right: 0;",
" bottom: 0;",
" background-color: #ff0000;",
" -webkit-transition: .4s;",
" transition: .4s;",
" }",
"",
" .slider:before {",
" position: absolute;",
" content: \"\";",
" height: 26px;",
" width: 26px;",
" left: 4px;",
" bottom: 4px;",
" background-color: black;",
" -webkit-transition: .4s;",
" transition: .4s;",
" }",
"",
" input:checked + .slider {",
" background-color: #ff0000;",
" }",
" ",
" input:focus + .slider {",
" box-shadow: 0 0 1px #ff0000;",
" }",
"",
" input:checked + .slider:before {",
" -webkit-transform: translateX(26px);",
" -ms-transform: translateX(26px);",
" transform: translateX(26px);",
" }",
"",
" .slider.round {",
" border-radius: 34px;",
" }",
"",
" .slider.round:before {",
" border-radius: 50%;",
" }"

].join("\n");
if (typeof GM_addStyle != "undefined") {
GM_addStyle(css);
} else if (typeof PRO_addStyle != "undefined") {
PRO_addStyle(css);
} else if (typeof addStyle != "undefined") {
addStyle(css);
} else {
var node = document.createElement("style");
node.type = "text/css";
node.appendChild(document.createTextNode(css));
var heads = document.getElementsByTagName("head");
if (heads.length > 0) {
heads[0].appendChild(node);
} else {
// no head yet, stick it whereever
document.documentElement.appendChild(node);
}
}
})();

window.onbeforeunload = null;

let mouseX;
let mouseY;

let width;
let height;
setInterval(() => {
if(CrashToggle == 1) {
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
}
doNewSend(["testing", [6]]);
}, 0);

setInterval(() => {
if(clanToggle == 1) {
doNewSend(["9", [null]]);
doNewSend(["8", [animate(false, 5)]])
}
doNewSend(["testing", [6]]);
}, 200);

setInterval(() => {
if(messageToggle == 1) {
doNewSend(["ch", [animate(true, 5)]])
}
}, 200);

setInterval(() => {
if(BotToggle == 1) {
storeEquip(28);
doNewSend(["6", [3]]);
doNewSend(["6", [17]]);
doNewSend(["6", [31]]);
doNewSend(["6", [23]]);
doNewSend(["6", [9]]);
doNewSend(["6", [33]]);
doNewSend(["6", [4]]);
doNewSend(["6", [15]]);
doNewSend(["10", ["TJHack"]]);
doNewSend(["ch", ["TJHack-Bot Best!"]]);
doNewSend(["33", [nearestEnemyAngle]]);
setTimeout( () => {
doNewSend(["ch", ['RUN OR "TRY" KILL ME']]);
doNewSend(["c", [1]]);
}, 5000);}
}, 1);

setInterval(() => {
if(AutoAim == true) {
doNewSend(["2", [nearestEnemyAngle]]);
}
}, 0);

setInterval(() => {
if(hatToggle == 1) {
if(oldHat != normalHat) {
hat(normalHat);
console.log("[INFO]Tried - Hat")
}
if(oldAcc != normalAcc) {
acc(normalAcc);
console.log("[INFO]Tried - Acc")
}
oldHat = normalHat;
oldAcc = normalAcc
}
}, 25);

function normal() {
hat(normalHat);
acc(normalAcc);
}

function aim(x, y){


var cvs = document.getElementById("gameCanvas");
cvs.dispatchEvent(new MouseEvent("mousemove", {
clientX: x,
clientY: y

}));
}

let coreURL = new URL(window.location.href);


window.sessionStorage.force = coreURL.searchParams.get("fc");

var CORESTATE = {
inwater: {active: false},
nearenemy: {active: false},
intrap: {active: false},
ipress: {active: false},
};
var ML = "https://www.mboxdrive.com/TheFatRat%20-%20Unity.mp3";
var circle = false;
var SuperHeal = false;
var R1 = "";var R2 = "";var R3 = "";var R4 = "";
var M0 = "";var M1 = "";var M2 = "";var M3 = "";var M4 = "";var M5 = "";var M6 =
"";var M7 = "";var M8 = "";var M9 = "";
var zMsg = false;
var RMsg = false;
var zM0;var zM1;var zM2;var zM3;var zM4;var zM5;var zM6;var zM7;var zM8;var zM9;
var Spikex2 = false;
var Spike2x = false;
var ToggleCrash = false;
var BSChat = false;
var BSChatX = false;
var BSMsg = "Like BoostSpikes?";
var nearestEnemy;
var nearestEnemyAngle;
var isEnemyNear;
var InstaSpeed = 230;
var primary;
var CustomDiscord = false;
var CustomAnimateChat = false;
var CustomAnimateClan = false;
var Discord = "TJServer#9487"
var AnimateChat = 'Run Away Noob!'
var AnimateClan = 'TJHack'
var InstaMessage = "-/BooM HEAD ShOt\\-"
var CustomInstaChat = false;
var xInstaChatx = false;
var InstaSpike = false;
var PremiumMap = false;
var AutoHeal = true;
var AutoHat = true;
var secondary;
var foodType;
var wallType;
var spikeType;
var millType;
var mineType;
var boostType;
var turretType;
var spawnpadType;
var AutoAim = false;
var FourSpikeMsgX = false;
var FourSpikeMsgToggle = false;
var FourSpikeMsg = "Like Spikes?"
var Tick = 1;
var oldHat;
var oldAcc;
var enemiesNear;
var normalHat;
var normalAcc;
var ws;
var msgpack5 = msgpack;
var boostDir;
let myPlayer = {
id: null,
x: null,
y: null,
dir: null,
object: null,
weapon: null,
clan: null,
isLeader: null,
hat: null,
accessory: null,
isSkull: null
};

var MYID;
var allTraps = [];
var allMooMooObjects = {};
let healSpeed = 70;
var messageToggle = 0;
var MapToggle = 0;
var clanToggle = 0;
var CrashToggle = 0;
var BotToggle = 0;
let healToggle = 1;
let hatToggle = 1;

document.msgpack = msgpack;
function n(){
this.buffer = new Uint8Array([0]);
this.buffer.__proto__ = new Uint8Array;
this.type = 0;
}

WebSocket.prototype.oldSend = WebSocket.prototype.send;
WebSocket.prototype.send = function(m){
if (!ws){
document.ws = this;

ws = this;
socketFound(this);
}
this.oldSend(m);
};

function socketFound(socket){
socket.addEventListener('message', function(message){
handleMessage(message);
});
}

function handleMessage(m){
let temp = msgpack5.decode(new Uint8Array(m.data));
let data;
if(temp.length > 1) {
data = [temp[0], ...temp[1]];
if (data[1] instanceof Array){
data = data;
}
} else {
data = temp;
}
let item = data[0];
if(!data) {return};

if(item === "io-init") {


let cvs = document.getElementById("gameCanvas");
width = cvs.clientWidth;
height = cvs.clientHeight;
$(window).resize(function() {
width = cvs.clientWidth;
height = cvs.clientHeight;
});
cvs.addEventListener("mousemove", e => {
mouseX = e.clientX;
mouseY = e.clientY;
});
}

if (item == "1" && myPlayer.id == null){


myPlayer.id = data[1];
}
if(data[0] == "11"){
console.info("doing death");
for (var elem of Object.values(allMooMooObjects)){
console.info(elem);
elem.style.opacity = 0;
}
}
if (data[0]=="12"){

let newTraps = [];


for (let trap of allTraps){
if (trap[trap.length-2] != data[1]) newTraps.push(trap);
}
allTraps = newTraps;

if (Object.keys(allMooMooObjects).includes(data[1].toString())){
allMooMooObjects[data[1]].remove();
}
if (CORESTATE.intrap.active){
if (CORESTATE.intrap.extra == data[1]){
CORESTATE.intrap.active = false;
let newTraps = [];
for (let trap of allTraps){
if (trap[trap.length-2] != data[1])
newTraps.push(trap);
}
allTraps = newTraps;
}
}
}
if (data[0] == "1" && !MYID){
MYID = data[1];
}
if (data[0]=="6"){
var locInfo = data[1];
if (locInfo[locInfo.length-1].toString() == MYID){ //Object created
if (window.innerWidth >= 770){
console.log(locInfo);
var itemID = `actionBarItem${locInfo[locInfo.length-2]+16}`;
var imgURL =
document.getElementById(itemID).style.backgroundImage.toString().match(/url\("(.+)?
(?=")/)[1];
console.info(imgURL);
let mapDisplay =
document.getElementById("mapDisplay").getBoundingClientRect();
let mapSize = [14365, 14365];
let boxSize = [$("#mapDisplay").width(), $("#mapDisplay").height()];
let targets = [locInfo[1], locInfo[2]].map(item => (130*item)/14365);
let x = mapDisplay.x + targets[0] - 6;
let y = mapDisplay.y + targets[1] - 6;
let newTarget = document.createElement("div");
newTarget.rawX = targets[0];
newTarget.rawY = targets[1];
newTarget.rimgURL = imgURL;
newTarget.style = `background-image: url("${imgURL}"); background-size:
12px 12px; width:12px; height:12px; position:absolute; left: ${x}px; top:${y}px;
opacity:0; z-index:100; cursor: pointer;`;
newTarget.className = "mapTarget";
document.getElementsByTagName("body")[0].appendChild(newTarget);
$(newTarget).animate({opacity: 1});
allMooMooObjects[locInfo[0]] = newTarget;

}
} else {
console.log(locInfo);
for (var i=0;i<locInfo.length/8;i+=1){
let arr = locInfo.slice(i*8, (i+1)*8); console.log(arr)
let objtype = arr[arr.length-2];
if (objtype == 15){
allTraps.push(arr);
}

}
}

if (item == "33") {
enemiesNear = [];
for(let i = 0; i < data[1].length / 13; i++) {
let playerInfo = data[1].slice(13*i, 13*i+13);
if(playerInfo[0] == myPlayer.id) {
myPlayer.x = playerInfo[1];
myPlayer.y = playerInfo[2];
myPlayer.dir = playerInfo[3];
myPlayer.object = playerInfo[4];
myPlayer.weapon = playerInfo[5];
myPlayer.clan = playerInfo[7];
myPlayer.isLeader = playerInfo[8];
myPlayer.hat = playerInfo[9];
myPlayer.accessory = playerInfo[10];
myPlayer.isSkull = playerInfo[11];
} else if(playerInfo[7] != myPlayer.clan || playerInfo[7] === null) {
enemiesNear.push(playerInfo);
}
}
}

isEnemyNear = false;
if(enemiesNear) {
nearestEnemy = enemiesNear.sort((a,b) => dist(a, myPlayer) - dist(b,
myPlayer))[0];
}
if(nearestEnemy) {
nearestEnemyAngle = Math.atan2(nearestEnemy[2]-myPlayer.y, nearestEnemy[1]-
myPlayer.x);
if(Math.sqrt(Math.pow((myPlayer.y-nearestEnemy[2]), 2) +
Math.pow((myPlayer.x-nearestEnemy[1]), 2)) < 300) {
isEnemyNear = true;
if(AutoAim == false && myPlayer.hat != 7 && myPlayer.hat != 53) {
normalHat = 6;
if(primary != 8) {
normalAcc = 21;
}
};
}
}
if(isEnemyNear == false && AutoAim == false) {
normalAcc = 11;
if (myPlayer.y < 2400){
normalHat = 15;
} else if (myPlayer.y > 6850 && myPlayer.y < 7550){
normalHat = 31;
} else {
normalHat = 12;
}
}
if (!nearestEnemy) {
nearestEnemyAngle = myPlayer.dir;
}
if(item == "h" && data[1] == myPlayer.id) {
if(data[2] < 100 && data[2] > 0 && healToggle == 1 && SuperHeal == true) {
setTimeout( () => {
placeF(foodType, null);
placeF(foodType, null);
placeF(foodType, null);
placeF(foodType, null);
}, 0);
}
}
if(item == "h" && data[1] == myPlayer.id) {
if(data[2] < 100 && data[2] > 0 && healToggle == 1) {
setTimeout( () => {
placeF(foodType, null);
}, healSpeed);

}
}
update();
}

function doNewSend(sender){
ws.send(new Uint8Array(Array.from(msgpack5.encode(sender))));
}

function acc(id) {
doNewSend(["13c", [0, 0, 1]]);
doNewSend(["13c", [0, id, 1]]);
}

function hat(id) {
doNewSend(["13c", [0, id, 0]]);
}

function placeF(id, angle = Math.atan2(mouseY - height / 2, mouseX - width / 2)) {


doNewSend(["5", [id, null]]);
doNewSend(["c", [1, angle]]);
doNewSend(["c", [0, angle]]);
doNewSend(["5", [id, null]]);
doNewSend(["c", [1, angle]]);
doNewSend(["c", [0, angle]]);
doNewSend(["5", [myPlayer.weapon, true]]);
}

function place(id, angle = Math.atan2(mouseY - height / 2, mouseX - width / 2)) {


doNewSend(["5", [id, null]]);
doNewSend(["c", [1, angle]]);
doNewSend(["c", [0, angle]]);
doNewSend(["5", [myPlayer.weapon, true]]);
}

function boostSpike() {
if(BSChat == true)
{
if(BSChatX == true)
{
doNewSend(["ch", [BSMsg]]);
}
else
{
doNewSend(["ch", ["Like BoostSpikes?"]]);
}
}
if(boostDir == null) {
boostDir = nearestEnemyAngle;
}
place(spikeType, boostDir + toRad(90));
place(spikeType, boostDir - toRad(90));
place(boostType, boostDir);
doNewSend(["33", [boostDir]]);
}
var repeater = function(key, action, interval) {
let _isKeyDown = false;
let _intervalId = undefined;

return {
start(keycode) {
if(keycode == key && document.activeElement.id.toLowerCase() !==
'chatbox') {
_isKeyDown = true;
if(_intervalId === undefined) {
_intervalId = setInterval(() => {
action();
if(!_isKeyDown){
clearInterval(_intervalId);
_intervalId = undefined;
console.log("[INFO]Claered");
}
}, interval);
}
}
},

stop(keycode) {
if(keycode == key && document.activeElement.id.toLowerCase() !==
'chatbox') {
_isKeyDown = false;
}
}
};
}

const healer = repeater(81, () => {place(foodType)}, 0);


const boostPlacer = repeater(70, () => {place(boostType)}, 0);
const spikePlacer = repeater(86, () => {place(spikeType)}, 0);
const millPlacer = repeater(78, () => {place(millType)}, 0);
const turretPlacer = repeater(72, () => {place(turretType)}, 0);
const boostSpiker = repeater(71, boostSpike, 0);

function getRandom(min,max){
return Math.floor(Math.random()*max)+min;
};

document.addEventListener('keydown', (e)=>{
spikePlacer.start(e.keyCode);
healer.start(e.keyCode);
boostPlacer.start(e.keyCode);
boostSpiker.start(e.keyCode);
millPlacer.start(e.keyCode);
turretPlacer.start(e.keyCode);
//MsgBox
if (e.keyCode == 96 && document.activeElement.id.toLowerCase() !== 'chatbox') {
if(zMsg == true)
{
doNewSend(["ch", [M0]]);
}
}
if (e.keyCode == 97 && document.activeElement.id.toLowerCase() !== 'chatbox') {
if(zMsg == true)
{
doNewSend(["ch", [M1]]);
}
}
if (e.keyCode == 98 && document.activeElement.id.toLowerCase() !== 'chatbox') {
if(zMsg == true)
{
doNewSend(["ch", [M2]]);
}
}
if (e.keyCode == 99 && document.activeElement.id.toLowerCase() !== 'chatbox') {
if(zMsg == true)
{
doNewSend(["ch", [M3]]);
}
}
if (e.keyCode == 100 && document.activeElement.id.toLowerCase() !== 'chatbox')
{
if(zMsg == true)
{
doNewSend(["ch", [M4]]);
}
}
if (e.keyCode == 101 && document.activeElement.id.toLowerCase() !== 'chatbox')
{
if(zMsg == true)
{
doNewSend(["ch", [M5]]);
}
}
if (e.keyCode == 102 && document.activeElement.id.toLowerCase() !== 'chatbox')
{
if(zMsg == true)
{
doNewSend(["ch", [M6]]);
}
}
if (e.keyCode == 103 && document.activeElement.id.toLowerCase() !== 'chatbox')
{
if(zMsg == true)
{
doNewSend(["ch", [M7]]);
}
}
if (e.keyCode == 104 && document.activeElement.id.toLowerCase() !== 'chatbox')
{
if(zMsg == true)
{
doNewSend(["ch", [M8]]);
}
}
if (e.keyCode == 105 && document.activeElement.id.toLowerCase() !== 'chatbox')
{
if(zMsg == true)
{
doNewSend(["ch", [M9]]);
}
}
if (e.keyCode == 80 && document.activeElement.id.toLowerCase() !== 'chatbox') {
for (let i=0;i<4;i++){
let angle = myPlayer.dir + toRad(i * 90);
place(wallType, angle)
}
}
if (e.keyCode == 73 && document.activeElement.id.toLowerCase() !== 'chatbox') {
for (let i=0;i<4;i++){
let angle = myPlayer.dir + toRad(i * 90);
place(boostType, angle)
}
}
if (e.keyCode == 186 && document.activeElement.id.toLowerCase() !== 'chatbox')
{
if(FourSpikeMsgX == true)
{
if(FourSpikeMsgToggle == true)
{
doNewSend(["ch", [FourSpikeMsg]]);
}
else
{
doNewSend(["ch", ["Like Spikes?"]]);
}
}
for (let i=0;i<4;i++){
let angle = myPlayer.dir + toRad(i * 90);
place(spikeType, angle)
}
}
if (e.keyCode == 192 && document.activeElement.id.toLowerCase() !== 'chatbox')
{
for (let i=0;i<4;i++){
let angle = myPlayer.dir + toRad(i * 90);
place(turretType, angle)
}
}
if (e.keyCode == 79 && document.activeElement.id.toLowerCase() !== 'chatbox') {
for (let i=0;i<5;i++){
let angle = myPlayer.dir + toRad(i * 72);
place(millType, angle)
}
}
if (e.keyCode == 72 && document.activeElement.id.toLowerCase() !== 'chatbox') {
place(turretType, myPlayer.dir + toRad(45));
place(turretType, myPlayer.dir - toRad(45));
}
if (e.keyCode == 77 && document.activeElement.id.toLowerCase() !== 'chatbox') {
if (myPlayer.y < 2400){
hat(15);
} else if (myPlayer.y > 6850 && myPlayer.y < 7550){
hat(31);
} else {
hat(12);
}
acc(11);
}
if(e.keyCode == 38 && document.activeElement.id.toLowerCase() !== 'chatbox') {
messageToggle = (messageToggle + 1) % 2;
}

if(e.keyCode == 40 && document.activeElement.id.toLowerCase() !== 'chatbox') {


clanToggle = (clanToggle + 1) % 2;
}

//Crash Server
if(e.keyCode == 75 && document.activeElement.id.toLowerCase() !== 'chatbox') {
if(ToggleCrash == true)
{
CrashToggle = (CrashToggle + 1) % 2;
if(CrashToggle == 0) {
document.title = "Crash: OFF🔴"
} else {
document.title = "Crash: ON🟢"
}
}
else
{
doNewSend(["ch", ["[TJMod]You Need Turn ON Crash"]]);
}
}

//Bot Toggle
if(e.keyCode == 76 && document.activeElement.id.toLowerCase() !== 'chatbox') {
BotToggle = (BotToggle + 1) % 2;
if(BotToggle == 0) {
document.title = "Bot: OFF🔴"
} else {
document.title = "Bot: ON🟢"
}
}

if(e.keyCode == 84 && document.activeElement.id.toLowerCase() !== 'chatbox') {


healToggle = (healToggle + 1) % 2;
if(healToggle == 0) {
if(hatToggle == 0) {
document.title = "Heal: OFF🔴 / Hat: OFF🔴"
} else {
document.title = "Heal: OFF🔴 / Hat: ON🟢"
}
} else {
if(hatToggle == 0) {
document.title = "Heal: ON🟢 / Hat: OFF🔴"
} else {
document.title = "Heal: ON🟢 / Hat: ON🟢"
}
}
}
if(e.keyCode == 74 && document.activeElement.id.toLowerCase() !== 'chatbox') {
doNewSend(["ch", [Discord]]);
}
if(e.keyCode == 84 && document.activeElement.id.toLowerCase() !== 'chatbox') {
if (AutoHeal == false) {
AutoHeal = true;
doNewSend(["ch", ["Auto Heal-ON"]]);
} else {
doNewSend(["ch", ["Auto Heal-OFF"]]);
AutoHeal = false;
}
}
if(e.keyCode == 89 && document.activeElement.id.toLowerCase() !== 'chatbox') {
doNewSend(["9", [null]]);
doNewSend(["8", ['TJHack']])
}
if(e.keyCode == 85 && document.activeElement.id.toLowerCase() !== 'chatbox') {
doNewSend(["9", [null]]);
doNewSend(["8", ['NoClan:)']])
}
if(e.keyCode == 37 && document.activeElement.id.toLowerCase() !== 'chatbox') {
doNewSend(["ch", ["Try to kill me = suicide"]]);
}
if(e.keyCode == 39 && document.activeElement.id.toLowerCase() !== 'chatbox') {
doNewSend(["ch", ["Get rekt noob"]]);
}
if(e.keyCode == 32 && document.activeElement.id.toLowerCase() !== 'chatbox') {
doNewSend(["ch", ["YOU DIED NOOB!"]]);
}
if(e.keyCode == 222 && document.activeElement.id.toLowerCase() !== 'chatbox') {
doNewSend(["6", [15]]);
doNewSend(["6", [4]]);
doNewSend(["6", [15]]);
doNewSend(["6", [4]]);
doNewSend(["6", [15]]);
doNewSend(["6", [4]]);
}
if(e.keyCode == 191 && document.activeElement.id.toLowerCase() !== 'chatbox') {
doNewSend(["6", [15]]);
doNewSend(["6", [2]]);
doNewSend(["6", [15]]);
doNewSend(["6", [2]]);
doNewSend(["6", [15]]);
doNewSend(["6", [2]]);
}
if(e.keyCode == 188 && document.activeElement.id.toLowerCase() !== 'chatbox') {
doNewSend(["6", [4]]);
}

if(e.keyCode == 190 && document.activeElement.id.toLowerCase() !== 'chatbox') {


doNewSend(["6", [15]]);
}
if(e.keyCode == 220 && document.activeElement.id.toLowerCase() !== 'chatbox') {
doNewSend(["6", [28]]);
doNewSend(["6", [25]]);
}
if(e.keyCode == 219 && document.activeElement.id.toLowerCase() !== 'chatbox') {
doNewSend(["6", [2]]);
}
if(e.keyCode == 221 && document.activeElement.id.toLowerCase() !== 'chatbox') {
doNewSend(["6", [15]]);
}
if(e.keyCode == 66 && document.activeElement.id.toLowerCase() !== 'chatbox') {
hatToggle = (hatToggle + 1) % 2;
if(healToggle == 0) {
if(hatToggle == 0) {
document.title = "Heal: OFF🔴 / Hat: OFF🔴"
} else {
document.title = "Heal: OFF🔴 / Hat: ON🟢"
}
} else {
if(hatToggle == 0) {
document.title = "Heal: ON🟢 / Hat: OFF🔴"
} else {
document.title = "Heal: ON🟢 / Hat: ON🟢"
}
}
}
if(e.keyCode == 66 && document.activeElement.id.toLowerCase() !== 'chatbox') {
if (AutoHat == false) {
AutoHat = true;
doNewSend(["ch", ["Auto Hat-ON"]]);
} else {
doNewSend(["ch", ["Auto Hat-OFF"]]);
AutoHat = false;
}
}
let RandomMsg=(getRandom(1,9)).toString();
function InstaChat(){
switch(RandomMsg){
case '1':
doNewSend(["ch", ["-/BooM One ShOt\\-"]]);
break;

case '2':
doNewSend(["ch", ["-/Got A Bot!\\-"]]);
break;
case '3':
doNewSend(["ch", ["-/GG NOOB!\\-"]]);
break;

case '4':
doNewSend(["ch", ["-/Ez!\\-"]]);
break;

case '5':
doNewSend(["ch", ["Yeah~|R I P|~OmG"]]);
break;

case '6':
if(InstaSpike == true)
{
doNewSend(["ch", ["Spike Pro Insta"]]);
}else
{
doNewSend(["ch", ["Pro Insta"]]);
}
break;

case '7':
doNewSend(["ch", ["BoomOneShot"]]);
break;

case '8':
doNewSend(["ch", ["EzzE~1~EzzE"]]);
break;

case '9':
doNewSend(["ch", ["TJMod ON TOP"]]);
break;

default:
doNewSend(["ch", ["-/BooM One ShOt\\-"]]);

}};
if(e.keyCode == 82 && document.activeElement.id.toLowerCase() !== 'chatbox') {
var audio = new Audio('https://dl.dropboxusercontent.com/s/qjfmz3sxmig1rrp/Black
%20Ops%202%20Kaboom%20Sound%20%28Nuketown%20Map%29.mp3');
audio.play();
if(xInstaChatx == true)
{
if(CustomInstaChat == true)
{
doNewSend(["ch", [InstaMessage]]);
}
else
{
InstaChat();
}
}
AutoAim = true;
doNewSend(["5", [primary, true]]);
doNewSend(["13c", [0, 7, 0]]);
doNewSend(["13c", [0, 0, 1]]);
doNewSend(["13c", [0, 18, 1]]);
doNewSend(["c", [1]]);

setTimeout( () => {
doNewSend(["13c", [0, 6, 0]]);
doNewSend(["13c", [0, 0, 0]]);
doNewSend(["13c", [0, 6, 0]]);
doNewSend(["13c", [0, 53, 0]]);
doNewSend(["13c", [0, 21, 1]]);
doNewSend(["5", [secondary, true]]);
}, InstaSpeed - 100);

setTimeout( () => {
doNewSend(["5", [primary, true]]);
doNewSend(["c", [0, null]]);
doNewSend(["13c", [0, 0, 0]]);
doNewSend(["13c", [0, 6, 0]]);
doNewSend(["13c", [0, 52, 0]]);
doNewSend(["13c", [0, 21, 1]]);
doNewSend(["13c", [0, 13, 1]]);
doNewSend(["13c", [0, 11, 0]]);
doNewSend(["13c", [0, 21, 1]]);
doNewSend(["13c", [0, 19, 1]]);
doNewSend(["13c", [0, 6, 0]]);
doNewSend(["13c", [0, 0, 1]]);
doNewSend(["13c", [0, 17, 1]]);
AutoAim = false;
if (InstaSpike == true) {
if(Spike2x == true){
for (let i=0;i<3;i++){
let angle = myPlayer.dir + toRad(i * 90);
place(spikeType, angle)
}}
else
{
if(Spikex2 == true)
{
place(spikeType, myPlayer.dir + toRad(45));
place(spikeType, myPlayer.dir - toRad(45));
}
else
{
place(spikeType);
}
}
}
}, InstaSpeed);
}
if(e.keyCode == 187 && document.activeElement.id.toLowerCase() !== 'chatbox') {
if (InstaSpike == false) {
InstaSpike = true;
doNewSend(["ch", ["Insta Spike-ON"]]);
} else {
doNewSend(["ch", ["Insta Spike-OFF"]]);
InstaSpike = false;
}
}
if(e.keyCode == 189 && document.activeElement.id.toLowerCase() !== 'chatbox') {
if (PremiumMap == false) {
PremiumMap = true;
$("#mapDisplay").css({background:
`url('data:image/png;base64,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
L+e9lhBsf84b/
+Cyy6VZulqZrCgonwjlanh1CW+NjsKcHlZ7qL9JVC1dpzVTb7d0ImkGPG+5Ujd+BOkNn3l2X78MpFfHbv9a
S9y1k/X5Bph2Xz9FP/UnQ74x0nadGJS5UmtUvBGKOWcqb4sMEiE7TYRoF4a+tuhgqWb8BH7aGsYC22pd2W/
m440Vz80Rq6JQSc8v1Nt0I59MCJfqxk5kYTWV0IY7HBcszIGUwnoCzFLRvDlck2Q1Pf9LqSJziqSYTMq4LT
shFGPk2Xr7PSLMhwiRNmt+Dqd8YswELa6sUESumawrJJp3ho2SK7KymGpmWlzJdt4Sk8RViYtni01Cwgje6
x+kilWnJe7eKR0flyG1RY3SmKRpQc01mp+zU5L7uoRAN0jtkTbN0tnEAjrq+xa9uE7cp4+IDnFiDDKk6olp
zOVj4T0BobxraCTrtQQwv+521VZc1F9alBtHhkq149LxvobViYW1tQRTTml2nmZtqe674ZnX4TyumjlvGTF
MaoifINrv8kxl5+ViPyy+MzXjdelQ5nRl8scbPO12PxBp4nk/rnQPr5kwVQ1uOs5shSUQfkXoC2MBQohzPA
ACGEoPZl3jWQfLChYuxwqy67QSXr3feCNBseAtweXjj8d9Hc3asLoKVeRRddoHm9xvIqLc+yHS+4ET08T+
+YvFxDZ4P8wZdaXGken9tTUQ+DpdenUG9Km/Nyl8hoCHQPHwp1pb2vBexRuTuNde8WBYB33TqyLudObrbPM
+NiCX+q3BG7xxEY7F5Ph5Dig8F8j7cuaJVZ6sF501sRcKivEjXl8vJrggKtNT1ORtBSAz9qlk7iJV7jstdY
XE6dXEgIjJ9nO2QFRRg5rqL+RN63txsUV4O33Gm+4VSvxkaMGNhy/riEB4pCymKRf6u8pF41K+PhJXKoz9D
3qEkdPuUWblAAAAAElFTkSuQmCC')`});
doNewSend(["ch", ["Premium Map-ON"]]);
} else {
doNewSend(["ch", ["Premium Map-OFF"]]);
$("#mapDisplay").css({background: `rgba(0, 0, 0, 0.25)`})
PremiumMap = false;
}
}
})

document.addEventListener('keyup', (e)=>{
spikePlacer.stop(e.keyCode);
boostPlacer.stop(e.keyCode);
boostSpiker.stop(e.keyCode);
millPlacer.stop(e.keyCode);
turretPlacer.stop(e.keyCode);
healer.stop(e.keyCode);
if(e.keyCode == 71 && document.activeElement.id.toLowerCase() !== 'chatbox') {
setTimeout( () => {
doNewSend(["33", [null]]);
boostDir = null;
}, 10);
}
})

function isElementVisible(e) {
return (e.offsetParent !== null);
}

function toRad(angle) {
return angle * 0.01745329251;
}

function dist(a, b){


return Math.sqrt( Math.pow((b.y-a[2]), 2) + Math.pow((b.x-a[1]), 2) );
}
let Title=(getRandom(1,2)).toString();
switch(Title){
case '1':
setTimeout( () => {
document.title = "💥TJMod💥"
setTimeout( () => {
document.title = "💠ON💠"
setTimeout( () => {
document.title = "⬆TOP⬆"
setTimeout( () => {
setTimeout( () => {
document.title = "💥TJMod💥"
setTimeout( () => {
document.title = "💠ON💠"
setTimeout( () => {
document.title = "⬆TOP⬆"
setTimeout( () => {
setTimeout( () => {
document.title = "💥TJMod💥"
setTimeout( () => {
document.title = "💠ON💠"
setTimeout( () => {
document.title = "⬆TOP⬆"
setTimeout( () => {
setTimeout( () => {
document.title = "💥TJMod💥"
}, 300);
}, 300);
}, 300);
}, 1000);
}, 300);
}, 300);
}, 300);
}, 1000);
}, 300);
}, 300);
}, 300);
}, 1000);
}, 300);
break;
case '2':
setTimeout( () => {
document.title = "💥TJMod💥"
setTimeout( () => {
document.title = "💠ON💠"
setTimeout( () => {
document.title = "⬆TOP⬆"
setTimeout( () => {
setTimeout( () => {
document.title = "💥TJMod💥"
setTimeout( () => {
document.title = "💠ON💠"
setTimeout( () => {
document.title = "⬆TOP⬆"
setTimeout( () => {
setTimeout( () => {
document.title = "💥TJMod💥"
setTimeout( () => {
document.title = "💠ON💠"
setTimeout( () => {
document.title = "⬆TOP⬆"
setTimeout( () => {
setTimeout( () => {
document.title = "💥TJMod💥"
}, 300);
}, 1000);
}, 300);
}, 300);
}, 300);
}, 1000);
}, 300);
}, 300);
}, 300);
}, 1000);
}, 300);
}, 300);
}, 300);
break;

default:
document.title = "💥TJMod💥"
};

function update() {
for (let i=0;i<9;i++){
if (isElementVisible(document.getElementById("actionBarItem" +
i.toString()))){
primary = i;
}
}

for (let i=9;i<16;i++){


if (isElementVisible(document.getElementById("actionBarItem" +
i.toString()))){
secondary = i;
}
}

for (let i=16;i<19;i++){


if (isElementVisible(document.getElementById("actionBarItem" +
i.toString()))){
foodType = i - 16;
}
}

for (let i=19;i<22;i++){


if (isElementVisible(document.getElementById("actionBarItem" +
i.toString()))){
wallType = i - 16;
}
}

for (let i=22;i<26;i++){


if (isElementVisible(document.getElementById("actionBarItem" +
i.toString()))){
spikeType = i - 16;
}
}

for (let i=26;i<29;i++){


if (isElementVisible(document.getElementById("actionBarItem" +
i.toString()))){
millType = i - 16;
}
}

for (let i=29;i<31;i++){


if (isElementVisible(document.getElementById("actionBarItem" +
i.toString()))){
mineType = i - 16;
}
}
for (let i=31;i<33;i++){
if (isElementVisible(document.getElementById("actionBarItem" +
i.toString()))){
boostType = i - 16;
}
}

for (let i=33;i<39;i++){


if (isElementVisible(document.getElementById("actionBarItem" +
i.toString())) && i != 36){
turretType = i - 16;
}
}

spawnpadType = 36;
}

var ID_WinterCap = 15;


var ID_FlipperHat = 31;
var ID_MarksmanCap = 1;
var ID_BushGear = 10;
var ID_SoldierHelmet = 6;
var ID_AntiVenomGear = 23;
var ID_MusketeerHat = 32;
var ID_MedicGear = 13;
var ID_BullHelmet = 7;
var ID_EmpHelmet = 22;
var ID_BoosterHat = 12;
var ID_BarbarianArmor = 26;
var ID_BullMask = 46;
var ID_WindmillHat = 14;
var ID_SpikeGear = 11;
var ID_BushidoArmor = 16;
var ID_SamuraiArmor = 20;
var ID_ScavengerGear = 27;
var ID_TankGear = 40;
var ID_TurretGear = 53;

// Keys
var TankGearKey = 90;
var BullHelmetKey = 74;
var SoldierHelmetKey = 71;
var TurretKey = 72;
var BoosterHatKey = 66;
var uneqiup = 16;
var SpikeGearKey = 89;
var EmpKey = 84;
var SamuKey = 80;
var SpikeKey = 86

try {
document.getElementById("moomooio_728x90_home").style.display = "none";
$("moomooio728x90_home").parent().css({display: "none"});
} catch (e) {
console.log("[ERROR]Remove Ad");
}

var helpChange = document.createElement("divx");


helpChange.className = "menuCard";
helpChange.id = "mainSettings";
helpChange.innerHTML = `
<div id="simpleModalx" class="modalx">
<div class="modal-content">
<div class="modal-headerx">
<span class="closeBtnx">&times;</span>
<h2 style="font-size: 17px; color: #FFFFFF">TJMod - Help</h2>
</div>
<div class="modal-body" style="font-size: 17px;">
<div class="flexControl">
<h2 style="font-size: 17px; color: #00FF04">ESC=Menu</h2>
<h2 style="font-size: 17px; color: #00FF04">F1=Help</h2>
<h2 style="font-size: 17px; color: #00FF04">.(NumPad)=Message</h2>
<hr>
<h2 style="font-size: 17px; color: #00e3f8">~=4 Turret</h2>
<h2 style="font-size: 17px; color: #00e3f8">Q=SuperHeal</h2>
<h2 style="font-size: 17px; color: #00e3f8">R=InstaKill</h2>
<h2 style="font-size: 17px; color: #00e3f8">F=Tarp/Boost</h2>
<h2 style="font-size: 17px; color: #00e3f8">V=Spike</h2>
<h2 style="font-size: 17px; color: #00e3f8">T=Toggle AutoHeal</h2>
<h2 style="font-size: 17px; color: #00e3f8">G=Boost/Tarp Spike</h2>
<h2 style="font-size: 17px; color: #00e3f8">B=Toggle AutoHat</h2>
<h2 style="font-size: 17px; color: #00e3f8">Y=Create Custom Clan</h2>
<h2 style="font-size: 17px; color: #00e3f8">H=2 Turret</h2>
<h2 style="font-size: 17px; color: #00e3f8">N=Windmill</h2>
<h2 style="font-size: 17px; color: #00e3f8">U=Clear Clan</h2>
<h2 style="font-size: 17px; color: #00e3f8">J=Custom Discord Chat</h2>
<h2 style="font-size: 17px; color: #00e3f8">M=Best Hat,Accessorie</h2>
<h2 style="font-size: 17px; color: #00e3f8">I=4 Tarp/Boost</h2>
<h2 style="font-size: 17px; color: #00e3f8">K=Crash Server(If Toggle)</h2>
<h2 style="font-size: 17px; color: #00e3f8"><=Stick To Katana</h2>
<h2 style="font-size: 17px; color: #00e3f8">O=5 Windmill</h2>
<h2 style="font-size: 17px; color: #00e3f8">L=Bot Mode</h2>
<h2 style="font-size: 17px; color: #00e3f8">>=Any To Musket</h2>
<h2 style="font-size: 17px; color: #00e3f8">P=4 Wall</h2>
<h2 style="font-size: 17px; color: #00e3f8">;=4 Spike</h2>
<h2 style="font-size: 17px; color: #00e3f8">/=Grate Axe+Musket</h2>
<h2 style="font-size: 17px; color: #00e3f8">-=Premium Map Toggle</h2>
<h2 style="font-size: 17px; color: #00e3f8">[=Stick To Great Axe</h2>
<h2 style="font-size: 17px; color: #00e3f8">'=Katana+Musket</h2>
<h2 style="font-size: 17px; color: #00e3f8">+=InstaSpike Toggle</h2>
<h2 style="font-size: 17px; color: #00e3f8">]=Any To Musket</h2>
<h2 style="font-size: 17px; color: #00e3f8">\\=Spike To Spining Spike</h2>
<h2 style="font-size: 17px; color: #00e3f8">Space=Dead Message</h2>
<h2 style="font-size: 17px; color: #00e3f8">⬆=Custom Animate Chat</h2>
<h2 style="font-size: 17px; color: #00e3f8">⬇=Custom Animate Clan</h2>
<h2 style="font-size: 17px; color: #00e3f8">⬅="Try to kill me = suicide" Chat</h2>
<h2 style="font-size: 17px; color: #00e3f8">➡="Get rekt noob" Chat</h2>
</div>
</div>
<div class="modal-footerx">
<p style="color: #dd00ff; font-size: 17px;">TJMod > MooJax > LabyMod > Other</p>
</div>
</div>
</div>
`
document.body.appendChild(helpChange)
var menuChange = document.createElement("div");
menuChange.className = "menuCard";
menuChange.id = "mainSettings";
menuChange.innerHTML = `
<div id="simpleModal" class="modal">
<div class="modal-content">
<div class="modal-header">
<span class="closeBtn">&times;</span>
<h2 style="font-size: 17px; color: #0074FF">TJMod - Settings</h2>
</div>
<div class="modal-body" style="font-size: 17px;">
<div class="flexControl">
<h3 style="color: #DAEB07; font-size: 17px;">UNQUIP HAT: SHIFT</h3>
<center><h3 class="menuPrompt">Tank Gear: </h3> <input value="$
{String.fromCharCode(TankGearKey)}" id="tankGear" class="keyPressLow"
onkeyup="this.value = this.value.toUpperCase();" maxlength="1"
type="text"/></center>
<center><h3 class="menuPrompt">Bull Helmet: </h3> <input value="$
{String.fromCharCode(BullHelmetKey)}" id="bullHelm" class="keyPressLow"
onkeyup="this.value = this.value.toUpperCase();" maxlength="1"
type="text"/></center>
<center><h3 class="menuPrompt">Soldier Helmet: </h3> <input value="$
{String.fromCharCode(SoldierHelmetKey)}" id="soldier"
class="keyPressLow"onkeyup="this.value = this.value.toUpperCase();" maxlength="1"
type="text"/></center>
<center><h3 class="menuPrompt">Turret Gear: </h3> <input value="$
{String.fromCharCode(TurretKey)}" id="turret" class="keyPressLow" maxlength="1"
onkeyup="this.value = this.value.toUpperCase();" type="text"/></center>
<center><h3 class="menuPrompt">Booster Hat: </h3> <input value="$
{String.fromCharCode(BoosterHatKey)}" id="booster" class="keyPressLow"
maxlength="1" onkeyup="this.value = this.value.toUpperCase();"
type="text"/></center>
<center><h3 class="menuPrompt">Spike Gear: </h3> <input value="$
{String.fromCharCode(SpikeGearKey)}" id="spikeg" class="keyPressLow" maxlength="1"
onkeyup="this.value = this.value.toUpperCase();" type="text"/></center>
<center><h3 class="menuPrompt">Emp Helmet: </h3> <input value="$
{String.fromCharCode(EmpKey)}" id="emp" class="keyPressLow" onkeyup="this.value =
this.value.toUpperCase();" maxlength="1" type="text"/></center>
<center><h3 class="menuPrompt">Samurai Armor: </h3> <input value="$
{String.fromCharCode(SamuKey)}" id="samu" class="keyPressLow" onkeyup="this.value =
this.value.toUpperCase();" maxlength="1" type="text"/></center>
<hr>
<label class="container">Music
<input type="checkbox" id="xnxxcom">
<span class="checkmark"></span>
</label>
<h3 style="color: #8A07EB; font-size: 17px;"> Game Settings </h3>
<label class="container">Circle
<input type="checkbox" id="ggwtf">
<span class="checkmark"></span>
</label>
<label class="container">SuperHeal
<input type="checkbox" id="SH">
<span class="checkmark"></span>
</label>
<label class="container">Crash
<input type="checkbox" id="CrashXX">
<span class="checkmark"></span>
</label>
<label class="container">Premium Map
<input type="checkbox" id="ToggleMap">
<span class="checkmark"></span>
</label>
<hr></hr>
<label class="container">Insta Spike
<input type="checkbox" id="ToggleSpike">
<span class="checkmark"></span>
</label>
<label class="containerx">Spike x2
<input type="checkbox" id="Spike2">
<span class="checkmarkx"></span>
</label>
<label class="containerx">Spike x3
<input type="checkbox" id="Spike3">
<span class="checkmarkx"></span>
</label>
<hr></hr>
<h3 style="color: #f300be; font-size: 17px;"> Chat Settings </h3>
<label class="container">Insta Chat
<input type="checkbox" id="xToggleInstaChatx">
<span class="checkmark"></span>
</label>
<label class="container">Custom Insta Chat
<input type="checkbox" id="ToggleInstaChat">
<span class="checkmark"></span>
</label>
<input type="text" value="${InstaMessage}" id="InstaChatMessage"/>
<label class="container">FourSpikeChat
<input type="checkbox" id="FourSpikeMsgXToggle">
<span class="checkmark"></span>
</label>
<label class="container">Custom FourSpikeChat
<input type="checkbox" id="FourSpikeMsgToggle">
<span class="checkmark"></span>
</label>
<input type="text" value="${FourSpikeMsg}" id="FourSpikeMsg"/>
<label class="container">BoostSpikeChat
<input type="checkbox" id="BoostSpikeMsgXToggle">
<span class="checkmark"></span>
</label>
<label class="container">Custom BoostSpikeChat
<input type="checkbox" id="BoostSpikeMsgToggle">
<span class="checkmark"></span>
</label>
<input type="text" value="${BSMsg}" id="BoostSpikeMsg"/>
<label class="container">Custom Animate Chat
<input type="checkbox" id="AnimateChatToggle">
<span class="checkmark"></span>
</label>
<input value="${AnimateChat}" type="textarena" id="AnimateChatMessage">
<label class="container">Custom Animate Clan
<input type="checkbox" id="AnimateClanToggle">
<span class="checkmark"></span>
</label>
<input value="${AnimateClan}" type="textarena" id="AnimateClanMessage">
<label class="container">Custom Discord Chat
<input type="checkbox" id="CustomDiscordToggle">
<span class="checkmark"></span>
</label>
<input value="${Discord}" type="textarena" id="DiscordMessage">
</div>
</div>
<div class="modal-footer">
<p style="color: #05A905; font-size: 1px;">TJMod DWZ1324</p>
<p style="color: #FF8700;">By Xx_TJGaming_xX</p>
</div>
</div>
</div>
`
document.body.appendChild(menuChange)

var Msg = document.createElement("Msgdiv");


Msg.className = "menuCard";
Msg.id = "mainSettings";
Msg.innerHTML = `
<div id="MsgsimpleModal" class="Msgmodal">
<div class="modal-content">
<div class="modal-headerwtf">
<span class="MsgcloseBtn">&times;</span>
<h2 style="font-size: 17px; color: #00fffb">TJMod - Message</h2>
</div>
<div class="modal-body" style="font-size: 17px;">
<div class="flexControl">
<label class="container">Toggle All Message
<input type="checkbox" id="MsgON">
<span class="checkmark"></span>
</label>
<hr>
<label class="container">Toggle Message 00
<input type="checkbox" id="M0">
<span class="checkmark"></span>
</label>
<input value="${M0}" type="textarena" id="0">
<label class="container">Toggle Message 01
<input type="checkbox" id="M1">
<span class="checkmark"></span>
</label>
<input value="${M1}" type="textarena" id="1">
<label class="container">Toggle Message 02
<input type="checkbox" id="M2">
<span class="checkmark"></span>
</label>
<input value="${M2}" type="textarena" id="2">
<label class="container">Toggle Message 03
<input type="checkbox" id="M3">
<span class="checkmark"></span>
</label>
<input value="${M3}" type="textarena" id="3">
<label class="container">Toggle Message 04
<input type="checkbox" id="M4">
<span class="checkmark"></span>
</label>
<input value="${M4}" type="textarena" id="4">
<label class="container">Toggle Message 05
<input type="checkbox" id="M5">
<span class="checkmark"></span>
</label>
<input value="${M5}" type="textarena" id="5">
<label class="container">Toggle Message 06
<input type="checkbox" id="M6">
<span class="checkmark"></span>
</label>
<input value="${M6}" type="textarena" id="6">
<label class="container">Toggle Message 07
<input type="checkbox" id="M7">
<span class="checkmark"></span>
</label>
<input value="${M7}" type="textarena" id="7">
<label class="container">Toggle Message 08
<input type="checkbox" id="M8">
<span class="checkmark"></span>
</label>
<input value="${M8}" type="textarena" id="8">
<label class="container">Toggle Message 09
<input type="checkbox" id="M9">
<span class="checkmark"></span>
</label>
<input value="${M9}" type="textarena" id="9">
<hr>
<label class="container">Say Message Toggle
<input type="checkbox" id="exd">
<span class="checkmark"></span>
</label>
Message01 <input value="${R1}" type="textarena" id="01">
<br>
Message02<input value="${R2}" type="textarena" id="02">
<br>
Message03<input value="${R3}" type="textarena" id="03">
<br>
Message04<input value="${R4}" type="textarena" id="04">

</div>
</div>
<div class="modal-footerwtf">
<p style="color: #00fffb;">-Anti Insta-</p>
</div>
</div>
</div>
`
document.body.appendChild(Msg)

setInterval(() => {

if(RMsg == true){
setTimeout( () => {
doNewSend(["ch", [R1]]);
setTimeout( () => {
doNewSend(["ch", [R2]]);
setTimeout( () => {
doNewSend(["ch", [R3]]);
setTimeout( () => {
doNewSend(["ch", [R4]]);
}, 1000);
}, 1000);}
, 1000);}
, 1000);
}
}, 4000);

var music = new Audio(ML);

var rip = document.querySelector("#xnxxcom")

rip.addEventListener('change', function() {
if (this.checked) {
music.play();
doNewSend(["ch", ["Music-ON"]]);
} else {
doNewSend(["ch", ["Music-OFF"]]);
music.pause();
}
})

var SH = document.querySelector("#SH")

SH.addEventListener('change', function() {
if (this.checked) {
SuperHeal = true;
doNewSend(["ch", ["SuperHeal-ON"]]);
} else {
SuperHeal = false;
doNewSend(["ch", ["SuperHeal-OFF"]]);
}
})

var exd = document.querySelector("#exd")

exd.addEventListener('change', function() {
if (this.checked) {
RMsg = true;
doNewSend(["ch", ["Say Message-ON"]]);
} else {
RMsg = false;
doNewSend(["ch", ["Say Message-OFF"]]);
}
})

setInterval(() => {
R1 = document.getElementById("01").value;
R2 = document.getElementById("02").value;
R3 = document.getElementById("03").value;
R4 = document.getElementById("04").value;
}
, 1);

var MsgON = document.querySelector("#MsgON")

MsgON.addEventListener('change', function() {
if (this.checked) {
zMsg = true;
doNewSend(["ch", ["Toggle Message-ON"]]);
} else {
zMsg = false;
doNewSend(["ch", ["Toggle Message-OFF"]]);
}
})

var M00 = document.querySelector("#M0")

M00.addEventListener('change', function() {
if (this.checked) {
zM0 = true;
doNewSend(["ch", ["M0 Message-ON"]]);
} else {
zM0 = false;
doNewSend(["ch", ["M0 Message-OFF"]]);
}
})

setInterval(() => {
M0 = document.getElementById("0").value;
}
, 1);

var M01 = document.querySelector("#M1")

M01.addEventListener('change', function() {
if (this.checked) {
zM1 = true;
doNewSend(["ch", ["M1 Message-ON"]]);
} else {
zM1 = false;
doNewSend(["ch", ["M1 Message-OFF"]]);
}
})

setInterval(() => {
M1 = document.getElementById("1").value;
}
, 1);

var M02 = document.querySelector("#M2")

M02.addEventListener('change', function() {
if (this.checked) {
zM2 = true;
doNewSend(["ch", ["M2 Message-ON"]]);
} else {
zM2 = false;
doNewSend(["ch", ["M2 Message-OFF"]]);
}
})

setInterval(() => {
M2 = document.getElementById("2").value;
}
, 1);

var M03 = document.querySelector("#M3")

M03.addEventListener('change', function() {
if (this.checked) {
zM3 = true;
doNewSend(["ch", ["M3 Message-ON"]]);
} else {
zM3 = false;
doNewSend(["ch", ["M3 Message-OFF"]]);
}
})

setInterval(() => {
M3 = document.getElementById("3").value;
}
, 1);

var M04 = document.querySelector("#M4")

M04.addEventListener('change', function() {
if (this.checked) {
zM4 = true;
doNewSend(["ch", ["M4 Message-ON"]]);
} else {
zM4 = false;
doNewSend(["ch", ["M4 Message-OFF"]]);
}
})

setInterval(() => {
M4 = document.getElementById("4").value;
}
, 1);

var M05 = document.querySelector("#M5")

M05.addEventListener('change', function() {
if (this.checked) {
zM5 = true;
doNewSend(["ch", ["M5 Message-ON"]]);
} else {
zM5 = false;
doNewSend(["ch", ["M5 Message-OFF"]]);
}
})

setInterval(() => {
M5 = document.getElementById("5").value;
}
, 1);

var M06 = document.querySelector("#M6")

M06.addEventListener('change', function() {
if (this.checked) {
zM6 = true;
doNewSend(["ch", ["M6 Message-ON"]]);
} else {
zM6 = false;
doNewSend(["ch", ["M6 Message-OFF"]]);
}
})

setInterval(() => {
M6 = document.getElementById("6").value;
}
, 1);

var M07 = document.querySelector("#M7")

M07.addEventListener('change', function() {
if (this.checked) {
zM7 = true;
doNewSend(["ch", ["M7 Message-ON"]]);
} else {
zM7 = false;
doNewSend(["ch", ["M7 Message-OFF"]]);
}
})

setInterval(() => {
M7 = document.getElementById("7").value;
}
, 1);

var M08 = document.querySelector("#M8")

M08.addEventListener('change', function() {
if (this.checked) {
zM8 = true;
doNewSend(["ch", ["M8 Message-ON"]]);
} else {
zM8 = false;
doNewSend(["ch", ["M8 Message-OFF"]]);
}
})

setInterval(() => {
M8 = document.getElementById("8").value;
}
, 1);

var M09 = document.querySelector("#M9")

M09.addEventListener('change', function() {
if (this.checked) {
zM9 = true;
doNewSend(["ch", ["M9 Message-ON"]]);
} else {
zM9 = false;
doNewSend(["ch", ["M9 Message-OFF"]]);
}
})

setInterval(() => {
M9 = document.getElementById("9").value;
}
, 1);

$("#tankGear").on("input", () => {
var cval = $("#tankGear").val();
if (cval){
TankGearKey = cval.toUpperCase();
TankGearKey = TankGearKey.charCodeAt(0);
console.log("[INFO]TankGearKey");
}
});

$("#bullHelm").on("input", () => {
var cval = $("#bullHelm").val();
if (cval){
BullHelmetKey = cval.toUpperCase();
BullHelmetKey = BullHelmetKey.charCodeAt(0);
console.log("[INFO]BullHelmetKey");
}
});

$("#soldier").on("input", () => {
var cval = $("#soldier").val();
if (cval){
SoldierHelmetKey = cval.toUpperCase();
SoldierHelmetKey = SoldierHelmetKey.charCodeAt(0);
console.log("[INFO]SoldierHelmetKey");
}
});

$("#turret").on("input", () => {
var cval = $("#turret").val();
if (cval){
TurretKey = cval.toUpperCase();
TurretKey = TurretKey.charCodeAt(0);
console.log("[INFO]TurretKey");
}
});

$("#emp").on("input", () => {
var cval = $("#emp").val();
if (cval){
EmpKey = cval.toUpperCase();
EmpKey = EmpKey.charCodeAt(0);
console.log("[INFO]EmpKey");
}
});

$("#samu").on("input", () => {
var cval = $("#samu").val();
if (cval){
SamuKey = cval.toUpperCase();
SamuKey = SamuKey.charCodeAt(0);
console.log("[INFO]SamuKey");
}
});

$("#booster").on("input", () => {
var cval = $("#booster").val();
if (cval){
BoosterHatKey = cval.toUpperCase();
BoosterHatKey = BoosterHatKey.charCodeAt(0);
console.log("[INFO]BoosterHatKey");
}
});

$("#spikeg").on("input", () => {
var cval = $("#spikeg").val();
if (cval){
SpikeGearKey = cval.toUpperCase();
SpikeGearKey = SpikeGearKey.charCodeAt(0);
console.log("[INFO]SpikeGearKey");
}
});

$("#trap").on("input", () => {
var cval = $("#trap").val();
if (cval){
TrapKey = cval.toUpperCase();
TrapKey = TrapKey.charCodeAt(0);
console.log("[INFO]TrapKey");
}
});

var styleItem = document.createElement("style");


styleItem.type = "text/css";
styleItem.appendChild(document.createTextNode(`
.keyPressLow {
margin-left: 8px;
font-size: 16px;
margin-right: 8px;
height: 25px;
width: 50px;
background-color: #fcfcfc;
border-radius: 3.5px;
border: none;
text-align: center;
color: #4A4A4A;
border: 0.5px solid #f2f2f2;
}

.menuPrompt {
font-size: 17px;
font-family: 'Hammersmith One';
color: #4A4A4A;
flex: 0.2;
text-align: center;
margin-top: 10px;
display: inline-block;
}

.modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
overflow: auto;
height: 100%;
width: 100%;
}

.modalx {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
overflow: auto;
height: 100%;
width: 100%;
}

.Msgmodal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
overflow: auto;
height: 100%;
width: 100%;
}

.modal-content {
margin: 10% auto;
width: 40%;
box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
font-size: 14px;
line-height: 1.6;
}

.modal-headerx h2,
.modal-footerx h3 {
margin: 0;
}

.modal-headerx {
background: #000000;
padding: 15px;
color: #fff;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.modal-footerx {
background: #000000;
padding: 10px;
color: #fff;
text-align: center;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

.modal-headerwtf h2,
.modal-footerwtf h3 {
margin: 0;
}

.modal-headerwtf {
background: #e02609;
padding: 15px;
color: #fff;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.modal-footerwtf {
background: #e02609;
padding: 10px;
color: #fff;
text-align: center;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

.modal-header h2,
.modal-footer h3 {
margin: 0;
}

.modal-header {
background: #05A905;
padding: 15px;
color: #fff;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.modal-body {
padding: 10px 20px;
background: #fff;
}

.modal-footer {
background: #05A905;
padding: 10px;
color: #fff;
text-align: center;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

.closeBtn {
color: #ccc;
float: right;
font-size: 30px;
color: #fff;
}

.closeBtn:hover,
.closeBtn:focus {
color: #dd4a42;
text-decoration: none;
cursor: pointer;
}

.closeBtnx {
color: #ccc;
float: right;
font-size: 30px;
color: #fff;
}
.closeBtnx:hover,
.closeBtnx:focus {
color: #dd4a42;
text-decoration: none;
cursor: pointer;
}

.MsgcloseBtn {
color: #ccc;
float: right;
font-size: 30px;
color: #fff;
}

.MsgcloseBtn:hover,
.MsgcloseBtn:focus {
color: #dd4a42;
text-decoration: none;
cursor: pointer;
}

/* Customize the label (the container) */


.containerx {
display: block;
position: relative;
padding-left: 55px;
margin-bottom: 12px;
cursor: pointer;
font-size: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* Hide the browser's default checkbox */


.containerx input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

/* Customize the label (the container) */


.container {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Hide the browser's default checkbox */
.container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

/* Create a custom checkbox */


.checkmarkx {
position: absolute;
top: 0;
left: 20px;
height: 25px;
width: 25px;
background-color: #eee;
}

/* On mouse-over, add a grey background color */


.containerx:hover input ~ .checkmarkx {
background-color: #ccc;
}

/* When the checkbox is checked, add a red background */


.containerx input:checked ~ .checkmarkx {
background-color: #e0432b;
}

/* Create the checkmark/indicator (hidden when not checked) */


.checkmarkx:after {
content: "";
position: absolute;
display: none;
}

/* Create a custom checkbox */


.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
}

/* On mouse-over, add a grey background color */


.container:hover input ~ .checkmark {
background-color: #ccc;
}

/* When the checkbox is checked, add a red background */


.container input:checked ~ .checkmark {
background-color: #0074FF;
}

/* Create the checkmark/indicator (hidden when not checked) */


.checkmark:after {
content: "";
position: absolute;
display: none;
}

/* Show the checkmark when checked */


.container input:checked ~ .checkmark:after {
display: block;
}

/* Style the checkmark/indicator */


.container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

`))
document.head.appendChild(styleItem);

$("#adCard").css({display: "none"});

function disableF5F2(e) { if ((e.which || e.keyCode) == 116 || (e.which ||


e.keyCode) == 112) e.preventDefault(); };

$(document).ready(function(){
$(document).on("keydown", disableF5F2);
});
document.addEventListener('keydown', function(e) {
if (e.keyCode == 112){
if (modalx.style.display = "none") {
modalx.style.display = "block";
} else {
modalx.style.display = "none";}}
if (e.keyCode == 110){
if (Msgmodal.style.display = "none") {
Msgmodal.style.display = "block";
} else {
Msgmodal.style.display = "none";}}
if (e.keyCode == uneqiup && document.activeElement.id.toLowerCase() !==
'chatbox'){
console.log("[INFO]Successful")
storeEquip(0);
} else if (e.keyCode == 27){
if (modal.style.display = "none") {
modal.style.display = "block";
} else {
modal.style.display = "none";
}
} else if (e.keyCode == TankGearKey &&
document.activeElement.id.toLowerCase() !== 'chatbox'){
storeEquip(ID_TankGear);
} else if (e.keyCode == SoldierHelmetKey &&
document.activeElement.id.toLowerCase() !== 'chatbox'){
storeEquip(ID_SoldierHelmet);
} else if (e.keyCode == BullHelmetKey &&
document.activeElement.id.toLowerCase() !== 'chatbox'){
storeEquip(ID_BullHelmet);
} else if (e.keyCode == BoosterHatKey &&
document.activeElement.id.toLowerCase() !== 'chatbox'){
storeEquip(ID_BoosterHat);
} else if (e.keyCode == EmpKey && document.activeElement.id.toLowerCase() !==
'chatbox'){
storeEquip(ID_EmpHelmet);
} else if (e.keyCode == SamuKey && document.activeElement.id.toLowerCase() !==
'chatbox'){
storeEquip(ID_SamuraiArmor);
} else if (e.keyCode == SpikeGearKey && document.activeElement.id.toLowerCase()
!== 'chatbox'){
storeEquip(ID_SpikeGear);
} else if (e.keyCode == TurretKey && document.activeElement.id.toLowerCase() !
== 'chatbox'){
storeEquip(ID_TurretGear);
}
})
// Get modal element
var modalx = document.getElementById("simpleModalx");
// Get close button
var closeBtnx = document.getElementsByClassName('closeBtnx')[0];

// Events
closeBtnx.addEventListener('click', closeModalx);
window.addEventListener('click', outsideClick);

// Close
function closeModalx() {
modalx.style.display = 'none';
}
function outsideClick(e) {
if (e.target == modalx) {
modalx.style.display = 'none';
}
}
// Get modal element
var modal = document.getElementById("simpleModal");
// Get close button
var closeBtn = document.getElementsByClassName('closeBtn')[0];

// Events
closeBtn.addEventListener('click', closeModal);

// Close
function closeModal() {
modal.style.display = 'none';
}

// Get modal element


var Msgmodal = document.getElementById("MsgsimpleModal");
// Get close button
var MsgcloseBtn = document.getElementsByClassName('MsgcloseBtn')[0];

// Events
MsgcloseBtn.addEventListener('click', MsgcloseModal);
// Close
function MsgcloseModal() {
Msgmodal.style.display = 'none';
}

var ggwtf = document.querySelector("#ggwtf")

ggwtf.addEventListener('change', function() {
if (this.checked) {
circle = true;
doNewSend(["ch", ["Circle-ON"]]);
} else {
circle = false;
doNewSend(["ch", ["Circle-OFF"]]);
}
})

var Crash = document.querySelector("#CrashXX")

Crash.addEventListener('change', function() {
if (this.checked) {
ToggleCrash = true;
doNewSend(["ch", ["Crash-ON"]]);
} else {
ToggleCrash = false;
doNewSend(["ch", ["Crash-OFF"]]);
}
})

var ToggleMap = document.querySelector("#ToggleMap")

ToggleMap.addEventListener('change', function() {
if (this.checked) {
PremiumMap = true;
$("#mapDisplay").css({background:
`url('data:image/png;base64,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
L+e9lhBsf84b/
+Cyy6VZulqZrCgonwjlanh1CW+NjsKcHlZ7qL9JVC1dpzVTb7d0ImkGPG+5Ujd+BOkNn3l2X78MpFfHbv9a
S9y1k/X5Bph2Xz9FP/UnQ74x0nadGJS5UmtUvBGKOWcqb4sMEiE7TYRoF4a+tuhgqWb8BH7aGsYC22pd2W/
m440Vz80Rq6JQSc8v1Nt0I59MCJfqxk5kYTWV0IY7HBcszIGUwnoCzFLRvDlck2Q1Pf9LqSJziqSYTMq4LT
shFGPk2Xr7PSLMhwiRNmt+Dqd8YswELa6sUESumawrJJp3ho2SK7KymGpmWlzJdt4Sk8RViYtni01Cwgje6
x+kilWnJe7eKR0flyG1RY3SmKRpQc01mp+zU5L7uoRAN0jtkTbN0tnEAjrq+xa9uE7cp4+IDnFiDDKk6olp
zOVj4T0BobxraCTrtQQwv+521VZc1F9alBtHhkq149LxvobViYW1tQRTTml2nmZtqe674ZnX4TyumjlvGTF
MaoifINrv8kxl5+ViPyy+MzXjdelQ5nRl8scbPO12PxBp4nk/rnQPr5kwVQ1uOs5shSUQfkXoC2MBQohzPA
ACGEoPZl3jWQfLChYuxwqy67QSXr3feCNBseAtweXjj8d9Hc3asLoKVeRRddoHm9xvIqLc+yHS+4ET08T+
+YvFxDZ4P8wZdaXGken9tTUQ+DpdenUG9Km/Nyl8hoCHQPHwp1pb2vBexRuTuNde8WBYB33TqyLudObrbPM
+NiCX+q3BG7xxEY7F5Ph5Dig8F8j7cuaJVZ6sF501sRcKivEjXl8vJrggKtNT1ORtBSAz9qlk7iJV7jstdY
XE6dXEgIjJ9nO2QFRRg5rqL+RN63txsUV4O33Gm+4VSvxkaMGNhy/riEB4pCymKRf6u8pF41K+PhJXKoz9D
3qEkdPuUWblAAAAAElFTkSuQmCC')`});
doNewSend(["ch", ["Premium Map-ON"]]);
} else {
PremiumMap = false;
$("#mapDisplay").css({background: `rgba(0, 0, 0, 0.25)`})
doNewSend(["ch", ["Premium Map-OFF"]]);
}
})

var ToggleSpike = document.querySelector("#ToggleSpike")

ToggleSpike.addEventListener('change', function() {
if (this.checked) {
InstaSpike = true;
doNewSend(["ch", ["Insta Spike-ON"]]);
} else {
InstaSpike = false;
doNewSend(["ch", ["Insta Spike-OFF"]]);
}
})

var Spike2 = document.querySelector("#Spike2")

Spike2.addEventListener('change', function() {
if (this.checked) {
Spikex2 = true;
doNewSend(["ch", ["Insta 2 Spike-ON"]]);
} else {
Spikex2 = false;
doNewSend(["ch", ["Insta 2 Spike-OFF"]]);
}
})

var Spike3 = document.querySelector("#Spike3")

Spike3.addEventListener('change', function() {
if (this.checked) {
Spike2x = true;
doNewSend(["ch", ["Insta 3 Spike-ON"]]);
} else {
Spike2x = false;
doNewSend(["ch", ["Insta 3 Spike-OFF"]]);
}
})

var ToggleInstaChat = document.querySelector("#ToggleInstaChat")

ToggleInstaChat.addEventListener('change', function() {
if (this.checked) {
CustomInstaChat = true;
doNewSend(["ch", ["Custom Insta Chat-ON"]]);
setTimeout( () => {
doNewSend(["ch", [InstaMessage]]);
doNewSend(["c", [1]]);
}, 5000);
} else {
CustomInstaChat = false;
doNewSend(["ch", ["Custom Insta Chat-OFF"]]);
}
})

var AnimateChatToggle = document.querySelector("#AnimateChatToggle")

AnimateChatToggle.addEventListener('change', function() {
if (this.checked) {
CustomAnimateChat = true;
doNewSend(["ch", ["Custom Animate Chat-ON"]]);
setTimeout( () => {
doNewSend(["ch", [AnimateChat]]);
doNewSend(["c", [1]]);
}, 5000);
} else {
CustomAnimateChat = false;
doNewSend(["ch", ["Custom Animate Chat-OFF"]]);
}
})
var AnimateClanToggle = document.querySelector("#AnimateClanToggle")

AnimateClanToggle.addEventListener('change', function() {
if (this.checked) {
CustomAnimateClan = true;
doNewSend(["ch", ["Custom Animate Clan-ON"]]);
setTimeout( () => {
doNewSend(["ch", [AnimateClan]]);
doNewSend(["c", [1]]);
}, 5000);
} else {
CustomAnimateClan = false;
doNewSend(["ch", ["Custom Animate Clan-OFF"]]);
}
})

var CustomDiscordToggle = document.querySelector("#CustomDiscordToggle")

CustomDiscordToggle.addEventListener('change', function() {
if (this.checked) {
CustomDiscord = true;
doNewSend(["ch", ["Custom Discord-ON"]]);
setTimeout( () => {
doNewSend(["ch", [Discord]]);
doNewSend(["c", [1]]);
}, 5000);
} else {
CustomDiscord = false;
doNewSend(["ch", ["Custom Discord-OFF"]]);
}
})

var FourSpikesMsgToggle = document.querySelector("#FourSpikeMsgToggle")

FourSpikesMsgToggle.addEventListener('change', function() {
if (this.checked) {
FourSpikeMsgToggle = true;
doNewSend(["ch", ["Custom 4SpikesMessage-ON"]]);
setTimeout( () => {
doNewSend(["ch", [FourSpikeMsg]]);
doNewSend(["c", [1]]);
}, 5000);
} else {
FourSpikeMsgToggle = false;
doNewSend(["ch", ["Custom 4SpikesMessage-OFF"]]);
}
})

var FourSpikesMsgXToggle = document.querySelector("#FourSpikeMsgXToggle")

FourSpikesMsgXToggle.addEventListener('change', function() {
if (this.checked) {
FourSpikeMsgX = true;
doNewSend(["ch", ["4SpikesMessage-ON"]]);
setTimeout( () => {
doNewSend(["ch", [FourSpikeMsg]]);
doNewSend(["c", [1]]);
}, 5000);
} else {
FourSpikeMsgX = false;
doNewSend(["ch", ["4SpikesMessage-OFF"]]);
}
})

var xToggleInstaChatx = document.querySelector("#xToggleInstaChatx")

xToggleInstaChatx.addEventListener('change', function() {
if (this.checked) {
xInstaChatx = true;
doNewSend(["ch", ["InstaChat-ON"]]);
} else {
xInstaChatx = false;
doNewSend(["ch", ["InstaChat-OFF"]]);
}
})

var BoostSpikeMsgToggle = document.querySelector("#BoostSpikeMsgToggle")

BoostSpikeMsgToggle.addEventListener('change', function() {
if (this.checked) {
BSChatX = true;
doNewSend(["ch", ["Custom BoostSpikeMessage-ON"]]);
setTimeout( () => {
doNewSend(["ch", [BSMsg]]);
doNewSend(["c", [1]]);
}, 5000);
} else {
BSChatX = false;
doNewSend(["ch", ["Custom BoostSpikeMessage-OFF"]]);
}
})

var BoostSpikeMsgXToggle = document.querySelector("#BoostSpikeMsgXToggle")

BoostSpikeMsgXToggle.addEventListener('change', function() {
if (this.checked) {
BSChat = true;
doNewSend(["ch", ["BoostSpikeMessage-ON"]]);
setTimeout( () => {
doNewSend(["ch", [BSMsg]]);
doNewSend(["c", [1]]);
}, 5000);
} else {
BSChat = false;
doNewSend(["ch", ["BoostSpikeMessage-OFF"]]);
}
})

setInterval(() => {
InstaMessage = document.getElementById("InstaChatMessage").value;
}
, 1);

setInterval(() => {
AnimateChat = document.getElementById("AnimateChatMessage").value;
}
, 1);
setInterval(() => {
AnimateClan = document.getElementById("AnimateClanMessage").value;
}
, 1);

setInterval(() => {
Discord = document.getElementById("DiscordMessage").value;
}
, 1);

setInterval(() => {
FourSpikeMsg = document.getElementById("FourSpikeMsg").value;
}
, 1);
setInterval(() => {
BSMsg = document.getElementById("BoostSpikeMsg").value;
}
, 1);
document.addEventListener('keyup', (e)=>{
spikePlacer.stop(e.keyCode);
boostPlacer.stop(e.keyCode);
millPlacer.stop(e.keyCode);
turretPlacer.stop(e.keyCode);
healer.stop(e.keyCode);
if(e.keyCode == 71 && document.activeElement.id.toLowerCase() !== 'chatbox') {
setTimeout( () => {
doNewSend(["33", [null]]);
boostDir = null;
}, 10);
}
})

function animate(space, chance) {


let result = '';
let characters;
if(space) {
if(CustomAnimateChat == true)
{
characters = AnimateChat;
}
else
{
characters = 'Run Away Noob!';
}
} else {
if(CustomAnimateClan == true)
{
characters = AnimateClan
}
else
{
characters = 'TJHack';
}
}
if(space) {
characters = characters.padStart((30 - characters.length) / 2 +
characters.length)
characters = characters.padEnd(30);
}
let count = 0;
for (let i = 0; i < characters.length; i++ ) {
if(Math.floor(Math.random() * chance) == 1 && characters.charAt(i) != "-" &&
count < 2 && characters.charAt(i) != " ") {
result += "_";
count++
} else {
result += characters.charAt(i);
}
}
return result;
}

S-ar putea să vă placă și