-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
310 lines (291 loc) · 24.2 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
<html manifest="cache.manifest">
<head>
<title>PS4MACEDO 7.02 v15</title>
<style>
body{
color: white;
background-image:url(bg1.png);
background-attachment: fixed;
background-size:100%;
background-repeat:no-repeat;
}
.button:focus, .button::-moz-focus-inner{
outline:none;
border:none;
}
.button{
font-family: arial;
font-size:16px;
text-transform: uppercase;
font-weight:700;
border:2px solid #404040;
border-radius: 4px;
padding:10px;
cursor: pointer;
display:inline-block;
text-decoration: none;
background:transparent;
color:#d4d7d8;
box-shadow:0 5px 0 #878787;
}
.button:hover{
font-size:22px;
background:#242424;
border:2px solid #ffffff;
box-shadow:0 5px 0 #cccccc;
color:white;
}
.button:active{
background:#ee596f;
position:relative;
color:black;
top:5px;
box-shadow:none;
}
input{
width:25px;
height:25px;
background-color: transparent;
}
</style>
<body onload="retornando(); pegarCheck(); statusCache(); invisivel();" style="text-align:center">
<div class="invisivel">
<h1 style='font-size:27px;text-align:center;'><u><font color="#49c179">PS4MACEDO 7.02 v15</font></u><br>
<font size="3">Ative ou Desative o <font color="#ee596f"><b>Auto-HEN</b></font>
<font color="#ee596f" size="5"><b>aqui</b></font>
<input type="checkbox" style="background-color:transparent" id="auto" onclick="check()"/>
</font>
</h1>
</div>
<div class="invisivel">
<br>
<a href="https://ps4macedo.github.io/700" target="_blank" onmouseover="dicas2('newHost')" onMouseOut="fora()"><button id="hen" class="button"><font size="4">NEW HOST</font></button></a>
<button id="hen" class="button" onmouseover="dicas2('hen213')" onMouseOut="fora()" onclick="load_exploit_HEN(); return false"><font size="4" color="#6089f6">HEN 213</font></button>
<button id="hen" class="button" onmouseover="dicas2('hen213b')" onMouseOut="fora()" onclick="load_exploit_HEN213b(); return false"><font size="4">HEN 213b</font></button>
<button id="hen" class="button" onmouseover="dicas2('mira')" onMouseOut="fora()" onclick="load_exploit_mira2(); return false"><font size="4" color="#ee596f">Mira</font></button>
<button id="hen" class="button" onmouseover="dicas2('miraMais2')" onMouseOut="fora()" onclick="load_exploit_miraMais2(); return false"><font size="4" color="#ee596f">Mira+</font></button>
<button id="hen" class="button" onmouseover="dicas2('binloader')" onMouseOut="fora()" onclick="load_binloader(); return false"><font size="4"><font size="4" color="#6089f6">BinLoad</font></font></button>
<a href="https://github.com/ps4macedo/702/raw/main/apps/ps4macedo.bin" target="_blank" onmouseover="dicas2('light')" onMouseOut="fora()"><button id="hen" class="button"><font size="4">ESP8266</font></button></a>
</div>
<div class="invisivel">
<h1 id="msgAuto" style='font-size:30px;text-align:center;color:#6089f6;'>Auto HEN 2.1.3 <font color="#ee596f">ATIVADO</font></h1>
<br>
</div>
<hr width="55%" size="1" color="#ff5757">
<script>
function DLProgress(e){Percent=(Math.round(e.loaded / e.total * 100));window.msgs.innerHTML="Instalando Cache Offline: <font color=\"#ee596f\">" + Percent + "%</font>";}
function DisplayCacheProgress(){setTimeout(function(){window.msgs.innerHTML="<font color=\"#6089f6\">Instalação na Cache Concluída! <font color=\"#ee596f\">Aguarde ...</font></font>";},1000);setTimeout(function(){window.msgs.innerHTML="Agora saia usando o <font color=\"#ee596f\">CIRCULO, desabilite a REDE e RETORNE ao navegador.</font>";},3000);}window.applicationCache.addEventListener("progress",DLProgress,false);window.applicationCache.oncached=function(e){DisplayCacheProgress();};window.applicationCache.onupdateready=function(e){DisplayCacheProgress();};</script>
</head>
<h1 id=msgs style='font-size:25px;text-align:center;color:#6089f6;'>MENU JAILBREAK PS4 <font color="#ee596f">7.02</font> v15</h1>
<hr width="55%" size="1" color="#ff5757">
<div class="invisivel" style="text-align:center">
<font size="3">Pressione o <font color="#ee596f"><b>CIRCULO PARA SAIR<b></font>.</font>
<h1 style='font-size:25px;text-align:center;'><u><font color="#49c179">CARGAS ÚTEIS</font></u></h1>
<button class="button" onmouseover="dicas2('cu3')" onMouseOut="fora()" onclick="load_dumper(); return false"> Dumper </button>
<button class="button" onmouseover="dicas2('cu5')" onMouseOut="fora()" onclick="load_app2usb(); return false"> App2USB </button>
<button class="button" onmouseover="dicas2('cu9')" onMouseOut="fora()" onclick="load_todex(); return false"> ToDEX </button>
<button class="button" onmouseover="dicas2('cu2')" onMouseOut="fora()" onclick="load_ftp(); return false"> FTP </button>
<button class="button" onmouseover="dicas2('ce303916fix')" onMouseOut="fora()" onclick="load_ce303916fix(); return false"> ce-303916 fix </button>
<button class="button" onmouseover="dicas2('spoof')" onMouseOut="fora()" onclick="load_spoof(); return false"> Spoof </button>
<button class="button" onmouseover="dicas2('cu20')" onMouseOut="fora()" onclick="load_enableVR(); return false"> PSVR </button>
<br><br>
<button class="button" onmouseover="dicas2('cu8')" onMouseOut="fora()" onclick="load_kernelDumper(); return false"> kernel Dumper </button>
<button class="button" onmouseover="dicas2('kernelClock')" onMouseOut="fora()" onclick="load_kernelClock(); return false"> Kernel Clock </button>
<button class="button" onmouseover="dicas2('cu11')" onMouseOut="fora()" onclick="load_disableUpd(); return false"> Disable Upd </button>
<button class="button" onmouseover="dicas2('cu12')" onMouseOut="fora()" onclick="load_enableUpd(); return false"> Enable Upd </button>
<button class="button" onmouseover="dicas2('dbBackup')" onMouseOut="fora()" onclick="load_dbBackup(); return false"> DB Backup </button>
<button class="button" onmouseover="dicas2('dbRestore')" onMouseOut="fora()" onclick="load_dbRestore(); return false"> DB Restore </button>
<br><br>
<button class="button" onmouseover="dicas2('webrte')" onMouseOut="fora()" onclick="load_webrte(); return false"> WebRTE </button>
<a href="http://ps4trainer.com/Trainer/index.html" target="_blank" onmouseover="dicas2('cu15')" onMouseOut="fora()" ><button class="button"> Trainer </button></a>
<button class="button" onmouseover="dicas2('guy100')" onMouseOut="fora()" onclick="load_arabicGuy100(); return false"> GTA 1.00 GUY </button>
<button class="button" onmouseover="dicas2('guy127')" onMouseOut="fora()" onclick="load_arabicGuy127(); return false"> GTA 1.27 GUY </button>
<button class="button" onmouseover="dicas2('guy132')" onMouseOut="fora()" onclick="load_arabicGuy132(); return false"> GTA 1.32 GUY</button>
<button class="button" onmouseover="dicas2('bee132')" onMouseOut="fora()" onclick="load_BeefQueef132(); return false"> GTA 1.32 Bee</button>
<button class="button" onmouseover="dicas2('cu10')" onMouseOut="fora()" onclick="load_historyBlocker(); return false"> Hist. Blocker </button>
<br><br>
<button class="button" onmouseover="dicas2('linux1')" onMouseOut="fora()" onclick="load_linux1(); return false"> Linux 1GB</button>
<button class="button" onmouseover="dicas2('linux2')" onMouseOut="fora()" onclick="load_linux2(); return false"> Linux 2GB</button>
<button class="button" onmouseover="dicas2('linux3')" onMouseOut="fora()" onclick="load_linux3(); return false"> Linux 3GB</button>
<button class="button" onmouseover="dicas2('cu17')" onMouseOut="fora()" onclick="load_enableBrowser(); return false"> Enable Browser </button>
<button class="button" onmouseover="dicas2('teste')" onMouseOut="fora()" onclick="load_teste1(); return false"> teste 1</button>
<button class="button" onmouseover="dicas2('teste')" onMouseOut="fora()" onclick="load_teste2(); return false"> teste 2</button>
<button class="button" onmouseover="dicas2('cu16')" onMouseOut="fora()" onclick="load_fanThreshold(); return false"> <font size=2px>temp. alvo</font></button><select id="tempC" style="font-size:20px;height:35px;width:60px;background-color:transparent;color:#ee596f;border:2px solid #404040;"></select><font size=5px>°C</font>
<script>
for(var i=45; i<=85; i=i+1){
var select = document.getElementById("tempC");
var option = document.createElement("OPTION");
select.options.add(option);
option.text = i;
option.value = i;
}
tempC.value=70;
</script>
<br>
<h1 style='font-size:25px;'><u><font color="#49c179">Dicas/Informações:</font></u> 
<button class="button" onclick="clique('cache')" onMouseOut="fora()" ; onmouseover="dicas2('cache');">CACHE</button>
<button class="button" onclick="clique('usb')" onMouseOut="fora()" ; onmouseover="dicas2('usb');">USB</button>
<button class="button" onclick="clique('botao')" onMouseOut="fora()" ; onmouseover="dicas2('botao');">Botão</button>
<button class="button" onclick="clique('memoria')" onMouseOut="fora()" ; onmouseover="dicas2('memoria');">M. cheia</button>
<button class="button" onclick="clique('demora')" onMouseOut="fora()" ; onmouseover="dicas2('demora');">Demora</button>
<button class="button" onclick="clique('6')" onmouseover="dicas2('6');"><font color="#6089f6"><b>Hosts</b></font></button>
</div>
<script>
function clique (aoclicar) {
switch (aoclicar) {
case 'cache':document.getElementById("msgs").innerHTML = "<h1 style='color:#ffffff;font-size:22px;'>Limpeza e atualização da cache: Ao entrar no navegador quando aparecer o fundo branco, imediatamente, segure o circulo até aparecer a tela \"Páginas usadas confrequência\", clique no botão OPTIONS, selecione \"Excluir tudo\",confirme, OPTIONS novamente, selecione \"Histórico de navegação\", clique em OPTIONS, e \"Limpar histórico de navegação\", confirme, volte a \"Páginas usadas com frequência\", mais uma vez OPTIONS, agora selecione \"Configurações\" e \"Excluir cookies\",confirme, depois \"Limpar dados de sites\" e confirme, volte e digite o endereço do host e adicione aos favoritos.";break;
case 'usb':document.getElementById("msgs").innerHTML = "<font color=\"#ee596f\">Desconecte</font> todos os cabos USB, antes do desbloqueio.";break;
case 'botao':document.getElementById("msgs").innerHTML = "Se algum <font color=\"#ee596f\">bontão não fucionar</font>, saia e entre novamente no navegador.";break;
case 'memoria':document.getElementById("msgs").innerHTML = "Após 5 erros de memória cheia, <font color=\"#ee596f\">saia e entre no navegador</font>.";break;
case 'demora':document.getElementById("msgs").innerHTML = "Demorando muito para ativar o JB, <font color=\"#ee596f\">deslige totalmente</font> e retire o cabo de força, por 10 min.";break;
case '6':document.getElementById("msgs").innerHTML =
"<h1 style='color:#ee596f;font-size:22px'><font color=\"#49c179\">Host Full (várias opções de exploits e payloads):<br></font><a href=\"https://ps4macedo.github.io/JB/\" target=\"_blank\"> <font color=\"#6089f6\">https://ps4macedo.github.io/JB/</font></a><br><a href=\"https://ps4macedo.github.io/702v6/\" target=\"_blank\"> <font color=\"#6089f6\">https://ps4macedo.github.io/702v6/</font></a><br><br><font color=\"#49c179\">Hosts (um só exploit e várias opções de payloads):<br></font>HEN 2.1.3: <a href=\"https://ps4macedo.github.io/h213/\" target=\"_blank\"> <font color=\"#6089f6\">https://ps4macedo.github.io/h213/</font></a><br>HEN 2.1.3b: <a href=\"https://ps4macedo.github.io/h213b/\" target=\"_blank\"> <font color=\"#6089f6\">https://ps4macedo.github.io/h213b/</font></a><br><br><font color=\"#49c179\">Hosts Lights (só um exploit e sem playloads):</font><br>HEN 2.1.3: <a href=\"https://ps4macedo.github.io/213/\" target=\"_blank\"> <font color=\"#6089f6\">https://ps4macedo.github.io/213/</font></a><br>HEN 2.1.3b: <a href=\"https://ps4macedo.github.io/213b/\/\" target=\"_blank\"> <font color=\"#6089f6\">https://ps4macedo.github.io/213b/</font></a><br>HEN 2.2.5: <a href=\"https://ps4macedo.github.io/225/\/\" target=\"_blank\"> <font color=\"#6089f6\">https://ps4macedo.github.io/225/</font></a><br>HEN 3.0.0: <a href=\"https://ps4macedo.github.io/300/\/\" target=\"_blank\"> <font color=\"#6089f6\">https://ps4macedo.github.io/300/</font></a></h1>";
break;
default:document.getElementById("msgs").innerHTML = "erro";
}
}
function dicas2 (dica) {
switch (dica) {
case 'cache':document.getElementById("msgs").innerHTML = "Clique para ver como limpar e atualizar a <font color=\"#ee596f\">CACHE.</font>";break;
case 'usb':document.getElementById("msgs").innerHTML = "<font color=\"#ee596f\">Desconecte</font> todos os cabos USB, antes do desbloqueio.";break;
case 'botao':document.getElementById("msgs").innerHTML = "Se algum <font color=\"#ee596f\">bontão não fucionar</font>, saia e entre novamente no navegador.";break;
case 'memoria':document.getElementById("msgs").innerHTML = "Após 5 erros de memória cheia, <font color=\"#ee596f\">saia e entre no navegador</font>.";break;
case 'demora':document.getElementById("msgs").innerHTML = "Demorando muito para ativar o JB, <font color=\"#ee596f\">deslige totalmente</font> e retire o cabo de força, por 10 min.";break;
case '6':document.getElementById("msgs").innerHTML = "Clique para ver outros Hosts";break;
case 'newHost':document.getElementById("msgs").innerHTML = "Link para o <font style='color:#ee596f;'>NOVO HOST</font>.<br>(Para utilizar, <font style='color:#ee596f;'>adicione em FAVORITOS e limpe a CACHE novamente</font> no 1° acesso)";break;
case 'hen213':document.getElementById("msgs").innerHTML = "Ativa <font style='color:#ee596f;'>Jailbreak (sleirsgoevy) + HEN v2.1.3</font>.";break;
case 'hen213alt':document.getElementById("msgs").innerHTML = "Ativa <font style='color:#ee596f;'>Jailbreak (sleirsgoevy) + HEN v2.1.3</font> com um webkit alternativo.";break;
case 'hen213b':document.getElementById("msgs").innerHTML = "Ativa <font style='color:#ee596f;'>Jailbreak + HEN v2.1.3b</font>.";break;
case 'mira':document.getElementById("msgs").innerHTML = "Ativa <font style='color:#ee596f;'>Jailbreak + Mira</font> (mais estável).";break;
case 'light':document.getElementById("msgs").innerHTML = "<font size=\"5\">Link (<font style='color:#ee596f;'>acesse pelo pc</font>) para o DOWNLOAD desse Host para o <font style='color:#ee596f;'>ESP8266</font> (100% OFF).<br> <font size=\"4\">Dados: Rede (<font style='color:#ee596f;'>ps4macedo</font>), senha (<font style='color:#ee596f;'>macedo702</font>), DNS (<font style='color:#ee596f;'>11.11.11.11</font>) e configuração (<font style='color:#ee596f;'>11.11.11.11/settings</font>).</font></font>";break;
case 'miraMais':document.getElementById("msgs").innerHTML = "Ativa <font style='color:#ee596f;'>Jailbreak + Mira + ToDex + Spoof fw8.03 + PSVR + Fixs </font>(mais estável).";break;
case 'miraMais2':document.getElementById("msgs").innerHTML = "Ativa <font style='color:#ee596f;'>Jailbreak + Mira + ToDex + Spoof fw8.03 + PSVR + Fixs </font>(versão 2 - mais estável).";break;
case 'binloader':document.getElementById("msgs").innerHTML = "Permite enviar arquivos<font style='color:#ee596f;'> .BIN</font> para o PS4 pela porta <font style='color:#ee596f;'>9021 </font> (usando PS4 PUNCH).";break;
case 'cu2':document.getElementById("msgs").innerHTML = "Gerencie os arquivos do PS4 pelo computador <font style='color:#ee596f;'>via protocolo FTP</font> (FileZilla).";break;
case 'cu3':document.getElementById("msgs").innerHTML = "Permite fazer <font style='color:#ee596f;'>cópia de segurança</font> de seus jogos <font style='color:#ee596f;'>via USB</font>.";break;
case 'linux1':document.getElementById("msgs").innerHTML = "Carrega o <font style='color:#ee596f;'>Linux via USB</font> (1gb de gráficos)";break;
case 'linux2':document.getElementById("msgs").innerHTML = "Carrega o <font style='color:#ee596f;'>Linux via USB</font> (2gb de gráficos)";break;
case 'linux3':document.getElementById("msgs").innerHTML = "Carrega o <font style='color:#ee596f;'>Linux via USB</font> (3gb de gráficos)";break;
case 'cu5':document.getElementById("msgs").innerHTML = "<font style='color:#ee596f;'>Transfere jogos</font> do console para um hd externo (<font style='color:#ee596f;'>exFAT</font>).";break;
case 'kernelClock':document.getElementById("msgs").innerHTML = "Corrigi erros decorrente do <font style='color:#ee596f;'>Relógio</font>.";break;
case 'webrte':document.getElementById("msgs").innerHTML = "Para gerenciamento de trapaças (<font style='color:#ee596f;'>demora um pouco a ativação</font>).";break;
case 'cu8':document.getElementById("msgs").innerHTML = "Faz <font style='color:#ee596f;'> beckup do kernel</font> via USB.";break;
case 'cu15':document.getElementById("msgs").innerHTML = "Link para o site <font style='color:#ee596f;'>ps4trainer.com</font>";break;
case 'cu9':document.getElementById("msgs").innerHTML = "Modo de depuração do console (<font style='color:#ee596f;'>teste de devkit</font>).";break;
case 'cu10':document.getElementById("msgs").innerHTML = "<font style='color:#ee596f;'>Desabilita</font> a última página usada no navegador PS4.";break;
case 'cu11':document.getElementById("msgs").innerHTML = "<font style='color:#ee596f;'>Desabilitas as atualizações</font> automáticas de firmware.";break;
case 'cu12':document.getElementById("msgs").innerHTML = "<font style='color:#ee596f;'>Habilitas as atualizações</font> automáticas de firmware.";break;
case 'dbBackup':document.getElementById("msgs").innerHTML = "Faz <font style='color:#ee596f;'>cópia do banco de dados e dados de usuários</font> via USB.";break;
case 'dbRestore':document.getElementById("msgs").innerHTML = "Restaura <font style='color:#ee596f;'>cópia do banco de dados e dados de usuário</font> via USB.";break;
case 'cu16':document.getElementById("msgs").innerHTML = "Permite alterar a temperatura alvo do PS4 (<font style='color:#ee596f;'>padrão 79°C</font>).";break;
case 'cu17':document.getElementById("msgs").innerHTML = "<font style='color:#ee596f;'>Habilita</font> o navegador.";break;
case 'cu18':document.getElementById("msgs").innerHTML = "em teste.";break;
case 'spoof':document.getElementById("msgs").innerHTML = "Simula o firmware <font style='color:#ee596f;'>8.03 para o Headset</font>.";break;
case 'cu20':document.getElementById("msgs").innerHTML = "Ativa o <font style='color:#ee596f;'>PSVR</font> (ative o HEN 2.1.3 primeiro).";;break;
case 'ce303916fix':document.getElementById("msgs").innerHTML = "Corrigi efetuais <font style='color:#ee596f;'>erros</font>.";;break;
case 'guy100':document.getElementById("msgs").innerHTML = "Ativa o <font style='color:#ee596f;'>MOD GTA V ArabicGuy v1.00</font> (Direcional Direito + Quadrado).";;break;
case 'guy127':document.getElementById("msgs").innerHTML = "Ativa o <font style='color:#ee596f;'>MOD GTA V ArabicGuy v1.27</font> (Direcional Direito + Quadrado).";;break;
case 'guy132':document.getElementById("msgs").innerHTML = "Ativa o <font style='color:#ee596f;'>MOD GTA V ArabicGuy v1.32</font> (Direcional Direito + Quadrado).";;break;
case 'bee132':document.getElementById("msgs").innerHTML = "Ativa o <font style='color:#ee596f;'>MOD GTA V BeefQuee v1.32</font> (Direcional Direito + Quadrado).";;break;
case '702v6':document.getElementById("msgs").innerHTML = "<font style='color:#ee596f;'>MISTÉRIO...</font> ainda não consegui entender porque esse versão é mais rápida.";;break;
case 'teste':document.getElementById("msgs").innerHTML = "Esse botão é para <font color=\"#ee596f\">testes</font> do desenvolvedor do host. Obrigado.";;break;
default:document.getElementById("msgs").innerHTML = "erro";
}
}
function fora(){
document.getElementById("msgs").innerHTML = "PS4 MENU JAILBREAK <font style='color:#ee596f;'>7.02</font> v15";
}
function invisivel() {
var appCache = window.applicationCache;
if(appCache.status == appCache.DOWNLOADING){
var elementos = document.querySelectorAll(".invisivel");
elementos[0].style.display = 'none';
elementos[1].style.display = 'none';
elementos[2].style.display = 'none';
elementos[3].style.display = 'none';
}
}
function statusCache(){
var appCache = window.applicationCache;
switch (appCache.status) {
case appCache.UNCACHED:
document.getElementById("msgs2").innerHTML = "UNCACHED";
var elementos = document.querySelectorAll(".invisivel");
elementos[0].style.display = 'none';
elementos[1].style.display = 'none';
elementos[2].style.display = 'none';
elementos[3].style.display = 'none';
break;
};
}
function check() {
var checkStatus = document.getElementById("auto").checked;
document.getElementById("auto").checked = checkStatus;
localStorage.setItem('auto', checkStatus);
if(checkStatus){
document.getElementById("msgs").innerHTML = "Auto HEN <font color=\"#ee596f\">ATIVADO.</font> O desbloqueio será <font color=\"#ee596f\">AUTOMÁTICO</font> quando entrar no navegador.";}
else{
document.getElementById("msgs").innerHTML = "Auto HEN <font color=\"#ee596f\">DESATIVADO.</font> O desbloqueio será <font color=\"#ee596f\">MANUAL</font> quando entrar no navegador.";}
}
var checkStatusStorage = localStorage.getItem("auto");
function pegarCheck(){
if (checkStatusStorage == 'true'){
document.getElementById("auto").checked = true ;
document.getElementById('hen').style.display = 'none';
document.getElementById('msgAuto').style.display = 'inline';
}
else{
document.getElementById("auto").checked = false ;
document.getElementById('hen').style.display = 'inline';
document.getElementById('msgAuto').style.display = 'none';}
}
function retornando(){
var retorno = decodeURIComponent(document.location.hash.substr(3));
if (retorno){
document.getElementById("msgs").innerHTML = "Pressione o botão <font style='color:#ee596f;'>CIRCULO</font> para sair do navegador.";
var elementos = document.querySelectorAll(".invisivel");
elementos[1].style.display = 'none';
elementos[2].style.display = 'none';
elementos[3].style.display = 'none';
var url = window.location.pathname
window.history.replaceState(null, null, url);
}else{if (checkStatusStorage == 'true'){load_exploit_HEN(); return false;}}
}
//COMEÇA AQUI OS PAYLOADS
function load_exploit_HEN(){window.location.replace("payload.html#f=hen.js");}
function load_exploit_HENalt(){window.location.replace("hen.html");}
function load_exploit_HEN213b(){window.location.replace("hen213b.html");}
function load_exploit_mira2(){window.location.replace("payload.html#f=mira2.js");}
function load_exploit_miraMais2(){window.location.replace("payload.html#f=miraMais2.js");}
function load_702v6(){window.location.replace("https://ps4macedo.github.io/702v6");}
function load_dumper(){window.location.replace("payload.html#f=dumper.js");}
function load_updatesdisable(){window.location.replace("payload.html#f=disableUpd.js");}
function load_binloader(){window.location.replace("binloader.html");}
function load_ftp(){window.location.replace("payload.html#f=ftp.js");}
function load_linux1(){window.location.replace("payload.html#f=linux1.js");}
function load_linux2(){window.location.replace("payload.html#f=linux2.js");}
function load_linux3(){window.location.replace("payload.html#f=linux3.js");}
function load_app2usb(){window.location.replace("payload.html#f=app2usb.js");}
function load_kernelClock(){window.location.replace("payload.html#f=kernelClock.js");}
function load_webrte(){window.location.replace("webrte.html");}
function load_todex(){window.location.replace("payload.html#f=todex.js");}
function load_enableUpd(){window.location.replace("payload.html#f=enableUpd.js");}
function load_disableUpd(){window.location.replace("payload.html#f=disableUpd.js");}
function load_historyBlocker(){window.location.replace("payload.html#f=historyBlocker.js");}
function load_dbBackup(){window.location.replace("payload.html#f=dbBackup.js");}
function load_dbRespore(){window.location.replace("payload.html#f=dbRespore.js");}
function load_fanThreshold(){localStorage.setItem("fancontrol", tempC.value);window.location.replace("payload.html#f=fanThreshold.js");}
function load_kernelDumper(){window.location.replace("payload.html#f=kernelDumper.js");}
function load_enableBrowser(){window.location.replace("payload.html#f=enableBrowser.js");}
function load_ce303916fix(){window.location.replace("payload.html#f=ce303916fix.js");}
function load_enableVR(){window.location.replace("payload.html#f=vr.js");}
function load_arabicGuy100(){window.location.replace("payload.html#f=arabicGuy100.js");}
function load_arabicGuy127(){window.location.replace("payload.html#f=arabicGuy127.js");}
function load_arabicGuy132(){window.location.replace("payload.html#f=arabicGuy132.js");}
function load_BeefQueef132(){window.location.replace("payload.html#f=BeefQueef132.js");}
function load_spoof(){window.location.replace("payload.html#f=spoof.js");}
function load_teste1(){window.location.replace("payload.html#f=backup.js");}
function load_teste2(){window.location.replace("payload.html#f=restore.js");}
</script>
</body>
</html>