Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GamerHack authored Mar 24, 2024
1 parent 0751865 commit 251892a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 505goldhen/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@
<h1 id="msgs">PS4 5.05 FW GoldHEN Host by GamerHack</h1>
<hr>
<br>
<h1 id="msgs2" style="font-size: 30px;margin-top: 77px;margin-bottom: 455px;">Waiting for Payload...</h1>
<h1 id="msgs2" style="font-size: 30px;margin-top: 77px;margin-bottom: 455px;">Loading GoldHEN v2.4b16.2... Please Wait</h1>
<h1 style="margin-top: 105px;">Special Thanks to:<a href="https://twitter.com/_AlAzif" style="color: #f31414;margin-left: 10px;margin-right: 10px;">@_AlAzif</a>Leeful<a href="https://twitter.com/SpecterDev" style="color: #f31414;margin-left: 10px;margin-right: 10px;">@SpecterDev</a>SiSTR0</h1>
<script>
function getScript(source,callback){var gs = document.createElement('script');gs.src = source;gs.onload = callback;gs.async = false;document.body.appendChild(gs);}
function loadScript(){getScript('exploit.js',function(){setTimeout(exploit,1000);});}

function load_goldhenbeta(){
msgs2.innerHTML = "Loading GoldHEN v2.4b16.2... Please Wait";
LoadedMSG = "<h1 style='font-size:30px;'>GoldHEN v2.4b16.2 Loaded ✔</h1>";
bin = "goldhen_2.4b16.2.bin";
loadScript();
Expand Down

0 comments on commit 251892a

Please sign in to comment.