-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
71 lines (65 loc) · 2.94 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html manifest="cache.manifest">
<head>
<title>CRONO_ DREAMBOX PS4 V13.5</title>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="img/favicon.ico" />
<link rel="stylesheet" href="css/iconhome.css">
<link rel="stylesheet" href="css/materializehome.css">
<link rel="stylesheet" href="css/mainhome.css">
<script>
function DLProgress(e){Percent=(Math.round(e.loaded / e.total * 100));window.msgs.innerHTML="Instalando Cache Offline AGUARDE! / Installing Offline Cache WAIT!: " + Percent + "%";}
function DisplayCacheProgress(){setTimeout(function(){window.msgs.innerHTML=" Cache Instalado com Sucesso! / Cache Installed Successfully!";},3000);setTimeout(function(){window.msgs.innerHTML="AGORA! Saia, Desligue a Internet e Abra o Navegador Novamente para executar os EXPLOITS! NOW! Exit, Turn off the Internet and Open the Browser Again to run the EXPLOITS!";},5000);}window.applicationCache.addEventListener("progress",DLProgress,false);window.applicationCache.oncached=function(e){DisplayCacheProgress();};window.applicationCache.onupdateready=function(e){DisplayCacheProgress();};
</script>
</head>
<body>
<a href="https://twitter.com/cronocardoso"><img class="icon" src="img/icon.gif"/></a>
<script src="p/cal.js"></script>
<div style="background: url('img/fundo.jpg')50%/100% no-repeat;">
<div id="app" >
<nav class="transparent" >
<div class="nav-wrapper">
<span id="date" ></span><span id="clock" ></span>
<h1 href="javascript:void(0)" class="brand-logo">CRONO_ DREAMBOX PS4 V13.5</h1>
<h1 class="msgs" id="msgs">SELECIONE A FORMA DO EXPLOIT! / SELECT THE FORM OF THE EXPLOIT!</h1>
</div>
</nav>
<br><br><br><br>
<div class="menu">
<button class="tile" onclick="load_auto(); return false"><img src="img/HenEnable.png"><p class="white-text-lancador">Automático Automatic</p>
</button>
<button class="tile" onclick="load_manual(); return false"><img src="img/HenEnable.png"><p class="white-text-lancador">Manual Manual</p>
</button>
<button class="tile" onclick="load_creditos(); return false"><img src="img/creditos.png"><p class="white-text-lancador">Créditos Credits</p>
</button>
</div>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<script src="js/materialize.js"></script>
<script src="js/vue.js"></script>
<script>
function load_auto(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'automatico.html';
link.target='';
link.click();
}
function load_manual(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'manual.html';
link.target='';
link.click();
}
function load_creditos(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'creditos.html';
link.target='';
link.click();
}
</script>
</div>
</body>
</html>