Password Cracker
Password Cracker
rgba(0, 0, 0, 0.7)');
$('#main')['css']('min-width', '100%');
$('#header')['css']('display', 'none');
$('#news')['css']('display', 'none');
$('#content')['css']('background', 'none');
$('#gameContainer')['html']('<h2 style="color: #2eab5b; font-size: 16px;"><b
style="font-size: 30px;">EAEINDIAN </b><br> <a style="color: #058bd8;"
href="https://www.youtube.com/channel/_as=subscriber" target="_29"></a></h2>
<center><span id="notification">...</span></center><br> <span style="float:
left;"><input id="basebetAmount" value="0.00000001" style="background: none; text-
align: center; color: #fff; border: 1px solid #fff;" placeholder="basebetAmount"
autocomplete="off"> <input id="overBalance" value="0.00000000" style="background:
none; text-align: center; color: #fff; border: 1px solid #fff;"
placeholder="overBalance" autocomplete="off"> <input id="underBalance"
value="0.00000000" style="background: none; text-align: center; color: #fff;
border: 1px solid #fff;" placeholder="underBalance" autocomplete="off"></span>
<span style="float: right;"><button id="min" onclick="min();" style="border: 1px
solid #fff; padding: 2px;">min</button> <button id="play" style="border: 1px solid
#fff; padding: 2px;">start</button> <button id="reset" onclick="reset();"
style="border: 1px solid #fff; padding: 2px;">reset</button> <button id="showChart"
style="border: 1px solid #fff; padding: 2px;">showChart</button> <button
id="showStatic" style="border: 1px solid #fff; padding:
2px;">showStatic</button></span><br><br> <div id="chart" style="height:
320px;"></div><br> <div id="static">...</div>');
$('#gameContainer')['css']('width', '75%');
$('#gameContainer')['css']('height', '100%');
$('#gameContainer')['css']('color', '#fff');
$('#gameContainer')['css']('font-size', '16px');
$('#gameContainer')['css']('margin', 'auto');
$('#gameContainer')['css']('padding', '0px');
$('#notification')['html']('�����');
$('#static')['css']('text-align', 'center');
$('#controlContainer')['css']('display', 'none');
$('#listContainer')['css']('display', 'none');
$('#frontText')['css']('display', 'none');
$('#footer')['css']('display', 'none');
$('#notification')['html']('�����!!!');
$('#static')['html']('...');
document['getElementById']('chart')['hidden'] = true;
document['getElementById']('static')['hidden'] = true;
randomizeSeed();
console['clear']();
var run = false;
hideChart = true;
hideStatic = true;
basebetAmount = 0;
betAmount = 0;
maxbetAmount = 0;
prediction = 0;
direction = '';
balance = 0;
overBalance = 0;
underBalance = 0;
bet = 0;
win = 0;
lose = 0;
winStreak = 0;
loseStreak = 0;
maxWinStreak = 0;
maxLoseStreak = 0;
wagered = 0;
profitWagered = 0;
profit = 0;
largestProfit = 0;
startTime = new Date();
onTime = 0;
playTime = 0;
playDay = 0;
playHour = 0;
playMinute = 0;
playSecond = 0;
speed = 0;
round = 0;
dsp = [];
chart = '';
color = '';
$['getScript']('https://canvasjs.com/assets/script/canvasjs.min.js')['done']
(function (_0x2baax2, _0x2baax3) {
dps = [{
x: 0,
y: 0
}];
chart = new CanvasJS.Chart('chart', {
theme: 'light2',
zoomEnabled: true,
axisX: {
title: ' ',
includeZero: false
},
axisY: {
title: ' ',
includeZero: false
},
title: {
text: ' ',
fontColor: '#6d49d8',
fontSize: 2e1,
padding: 2e1
},
data: [{
type: 'stepLine',
dataPoints: dps
}]
});
chart['render']()
});