-
Notifications
You must be signed in to change notification settings - Fork 2
/
arabicguy132.html
91 lines (81 loc) · 2.08 KB
/
arabicguy132.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
<html>
<head>
<div style="text-align:center">
<br>
<img src="gta.png">
</div>
<title>GTA Mod 7.5x</title>
</head>
<style>
body {
background-image: url('gtaf.png');
background-attachment: fixed;
background-size:100%;
background-repeat:no-repeat;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>
<body style="color:white;text-align:center;font-size:25px" onload="go()">
<script>
if(document.cookie.indexOf('kex=0') >= 0)
document.location.href = 'index.html';
</script>
<script>
function print(){}
var fwFromUA = navigator.userAgent.substring(navigator.userAgent.indexOf('5.0 (') + 19, navigator.userAgent.indexOf(') Apple'));
fwFromUA = fwFromUA.replace('.', '');
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("Arabic Guy v1.32 mod loaded !Enjoy your GTA Mod :)");
read_ptr_at(0);
}
else
alert("Jailbreak failed! Reboot your PS4 and try again.");
}
window.midExploit = function()
{
var scripts = ['750.js', 'jb750-c-code.js'];
if (fwFromUA != "750" && fwFromUA != "751" && fwFromUA != "755") {
die('Unsupported Firmware!');
}
scripts.push('loader-' + fwFromUA + '.js');
scripts.push('arabicguy132.js');
scripts.push('c-code.js');
preloadScripts(scripts, go);
}
window.postExploit = function()
{
document.cookie = 'kex=0';
setTimeout(function() //update the screen one last time...
{
eval.call(window, scriptCode);
done();
}, 100);
};
</script><br><br><br>
<script src="utils.js"></script>
<script src="int64.js"></script>
<script src="ps4.js"></script>
<button id="input1" onfocus="handle2()"></button>
<button id="input2"></button>
<button id="input3" onfocus="handle2()"></button>
<select id="select1">
<option value="value1">Value1</option>
</select>
</body>
</html>