-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpayload1.html
72 lines (67 loc) · 2.34 KB
/
payload1.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
<html>
<head>
<h1 style='font-size:27px;text-align:center;'><u><font color="#49c179">PS4MACEDO 7.02 v14</font></u></h1>
</head>
<style>
body{text-align:center;overflow:hidden;color: #6089f6; background-color:#000000; background-attachment:fixed; background-size:100%; background-repeat:no-repeat; font-size:20px;}
.button{font-family: arial;font-size:14px;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:green;box-shadow:0 5px 0 #878787;}
</style>
<body onload="go()">
<script>
if(document.cookie.indexOf('kex=0') >= 0)
document.location.replace("index.html#retorno=true");
</script>
<script>
function print(){}
var scriptCode = '';
function preloadScripts(lst)
{
for(var i = 0; i < lst.length; i++)
{
var xhr = new XMLHttpRequest();
xhr.open('GET', lst[i], false);
xhr.send('');
scriptCode += xhr.responseText + '\n';
}
}
function done()
{
if(main_ret == 0 || main_ret == 179)
{
alert("\n \n P R O N T O ! Tudo ocorreu com SUCESSO.\n \n A T E N Ç Ã O ! ! ! Aguarde a(s) mensagen(s).\n Depois clique em \"OK\" e novamente em \"OK\" na próxima tela (memória insuficiente).");
read_ptr_at(0);
}
else
alert("Jailbreak FALHOU! Reinicie o PS4 sem sair dessa tela, usando o botão \"PS\" \n e tente novamente.");
}
window.midExploit = function()
{
if(document.location.hash)
{
var s = decodeURIComponent(document.location.hash.substr(3));
preloadScripts(['702.js', 'jb_c-code.js', 'mira_v2.js', s, 'mira_c-code.js'], go);
}
else
preloadScripts(['702.js', 'jb_c-code.js', 'mira_v2.js', 'mira_c-code.js'], go);
}
window.postExploit = function()
{
document.cookie = 'kex=0';
setTimeout(function(){
eval.call(window, scriptCode);
done();
}, 100);
};
</script>
<script src="utils.js"></script>
<script src="int64.js"></script>
<script src="ps4_v2.js"></script>
<button class="button" id="input1" onfocus="handle2()"></button>
<button class="button" id="input2"></button>
<button class="button" id="input3" onfocus="handle2()"></button>
<select id="select1">
<option value="value1">Value1</option>
</select><div></div>
<script>document.getElementById("select1").style.display = "none";</script>
</body>
</html>