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 Apr 19, 2024
1 parent 7e4c26f commit aeeb7a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified 505/dumper.bin
Binary file not shown.
6 changes: 3 additions & 3 deletions 505/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1 style="font-size: 18px;color: yellow;">Main Payloads</h1>
<br>
<h1 style="font-size: 18px;">Payloads</h1>
<button class="btn" onmouseover="msgs.innerHTML='Enable Some Debugging Functions Available on TestKit'" onmouseout="msgs.innerHTML='PS4 5.05 FW Host v2.0 by GamerHack'" onclick="load_todex()"> ToDex </button>
<button class="btn" onmouseover="msgs.innerHTML='Dump Games to USB Drive'" onmouseout="msgs.innerHTML='PS4 5.05 FW Host v2.0 by GamerHack'" onclick="load_dumper()"> App-Dumper </button>
<button class="btn" onmouseover="msgs.innerHTML='Dump Games to USB Drive'" onmouseout="msgs.innerHTML='PS4 5.05 FW Host v2.0 by GamerHack'" onclick="load_dumper()"> Game-Dumper </button>
<button class="btn" onmouseover="msgs.innerHTML='Access this console Through FTP (Be careful what you do)'" onmouseout="msgs.innerHTML='PS4 5.05 FW Host v2.0 by GamerHack'" onclick="load_ftp()"> FTP </button>
<button class="btn" onmouseover="msgs.innerHTML='Transfer Installed Games to USB Drive in exFAT'" onmouseout="msgs.innerHTML='PS4 5.05 FW Host v2.0 by GamerHack'" onclick="load_app2usb()"> App2USB </button>
<button class="btn" onmouseover="msgs.innerHTML='Create a Backup of the Database and Users to a USB Drive'" onmouseout="msgs.innerHTML='PS4 5.05 FW Host v2.0 by GamerHack'" onclick="load_dbackup()"> DB Backup </button>
Expand Down Expand Up @@ -152,8 +152,8 @@ <h1 style="margin-top: 105px;">Special Thanks to:<a href="https://twitter.com/_A
}

function load_dumper(){
msgs.innerHTML = "Loading App-Dumper... Please Wait";
LoadedMSG = "App-Dumper Loaded ✔";
msgs.innerHTML = "Loading Game-Dumper... Please Wait";
LoadedMSG = "Game-Dumper Loaded ✔";
PLfile = "dumper.bin";
load_payload();
}
Expand Down

0 comments on commit aeeb7a1

Please sign in to comment.