forked from GamerHack/GamerHack.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (49 loc) · 3.46 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
<!DOCTYPE html>
<html><head>
<title>PS4 Exploit Host by GamerHack</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 id="msgs">PS4 Exploit Host by GamerHack</h1>
<hr>
<br>
<div id="main-section">
<h1 style="font-size:18px;color:yellow;">Select Your Firmware</h1>
<a href="672/index.html"><button class="btn" onmouseover="msgs.innerHTML='GamerHack Host v3.0 for Firmware 6.72'" onmouseout="msgs.innerHTML='PS4 Exploit Host by GamerHack'"> 6.72 FW v3.0 </button></a>
<a href="702/index.html"><button class="btn" onmouseover="msgs.innerHTML='GamerHack Host v1.4 for Firmware 7.02'" onmouseout="msgs.innerHTML='PS4 Exploit Host by GamerHack'"> 7.02 FW v1.4 </button></a>
<a href="75x/index.html"><button class="btn" onmouseover="msgs.innerHTML='GamerHack Host v1.5 for Firmwares 7.50 - 7.55'" onmouseout="msgs.innerHTML='PS4 Exploit Host by GamerHack'"> 7.50 - 7.55 FW v1.5 </button></a>
<br>
<a href="900goldhen/index.html"><button class="btn" onmouseover="msgs.innerHTML='GamerHack Auto GoldHen Host for Firmware 9.00'" onmouseout="msgs.innerHTML='PS4 Exploit Host by GamerHack'"> 9.00 FW Auto-GoldHen </button></a>
<a href="900v2/index.html"><button class="btn" onmouseover="msgs.innerHTML='GamerHack Host v2.5 with Manual Exploitation for Firmware 9.00'" onmouseout="msgs.innerHTML='PS4 Exploit Host by GamerHack'"> 9.00 FW v2.5 </button></a>
<a href="900v3/index.html"><button class="btn" onmouseover="msgs.innerHTML='GamerHack Host v3.0 with Automatic Exploitation for Firmware 9.00'" onmouseout="msgs.innerHTML='PS4 Exploit Host by GamerHack'"> 9.00 FW v3.0 </button></a>
<br>
<a href="restore/index.html"><button class="btn" onmouseover="msgs.innerHTML='Restore a Host to User’s Guide without using DNS'" onmouseout="msgs.innerHTML='PS4 Exploit Host by GamerHack'"> Restore Host </button></a>
<a href="nobd/index.html"><button class="btn btn2" onmouseover="msgs.innerHTML='PS4 NoBD Host by GamerHack (To Update the FW on Consoles with Broken Blu-ray Drive)'" onmouseout="msgs.innerHTML='PS4 Exploit Host by GamerHack'"> Mira NoBD </button></a>
<br>
<button class="btn btn-web" onmouseover="msgs.innerHTML='If you like my work you can support me with a donation.'" onmouseout="msgs.innerHTML='PS4 Exploit Host by GamerHack'" onclick=load_crypto() style="margin-top:100px;margin-bottom: 176px;width: 468px;"> For Donations (Only in Cryptocurrencies) </button>
<br>
<h1 style="color:yellow;">Designed by<a href="https://twitter.com/GamerHack93" style="color: #f31414;margin-left: 10px;">@GamerHack93</a><a style="color: white;margin-left: 10px;">A special thanks to all the developers involved in the scene.</a></h1>
</div>
<div id="crypto-section">
<h1 style="font-size:18px;color:yellow;">For Transfers in Bitcoin (BTC) you can scan the QR Code.</h1>
<img src="btc.jpg" width="160" height="160">
<br>
<h1 style="font-size:18px;">bc1q6cnsykmvem6zgw8wag3ygee0jkhtxj6rkp2nrm</h1>
<br>
<h1 style="font-size:18px;color:yellow;">For Transfers in Ethereum (ETH) you can scan the QR Code.</h1>
<img src="eth.jpg" width="160" height="160">
<h1 style="font-size:18px;">0x7Ae1825ddE196925dB8B7832F436cA0eAeaF932c</h1>
<button class="btn btn-web" onclick=back()> Return </button>
</div>
<script>
function load_crypto(){
document.getElementById("crypto-section").style.display = "block";
document.getElementById("main-section").style.display = "none";
}
function back(){
document.getElementById("main-section").style.display = "block";
document.getElementById("crypto-section").style.display = "none";
}
</script>
</body>
</html>