Added Offline-Cache
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
<html manifest="psfree_lapse.cache">
|
||||
<head>
|
||||
<title>PSFree-Lapse Exploit For PS4 9.00</title>
|
||||
<link rel="shortcut icon" href="favicon.ico"></link>
|
||||
<style>
|
||||
body{background-image: url("bg.jpg");background-repeat: no-repeat;background-size:70%;background-position: center;background-color: white;
|
||||
color:black;font-size:20px;text-align:center;margin:0;overflow:hidden;}
|
||||
.info{overflow: hidden;position: fixed;position: absolute;top: 45%;left: 50%;font-size: 25px;font-family: sans-serif;color: black;transform: translate(-50%, -50%);}
|
||||
</style>
|
||||
<script>
|
||||
history.replaceState(null,null,'index.html');var histlength=history.length;history.go(-histlength);
|
||||
function DLProgress(e){Percent=(Math.round(e.loaded / e.total * 100));msgs.innerHTML="Installing Offline Cache ... " + Percent + "%"};
|
||||
function DisplayCacheProgress(){
|
||||
setTimeout(function(){msgs.innerHTML="Cache Installed Successfully";},2000);
|
||||
setTimeout(function(){location.reload();},3000);
|
||||
}
|
||||
window.applicationCache.addEventListener("progress",DLProgress,false);window.applicationCache.oncached=function(e){DisplayCacheProgress();};window.applicationCache.onupdateready=function(e){DisplayCacheProgress();};
|
||||
</script>
|
||||
</head>
|
||||
<body style=overflow:hidden>
|
||||
<div id=msgs class=info style='-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";'></div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -28,6 +28,12 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
font-family: 'logging';
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
if (window.applicationCache.status=='0')
|
||||
{
|
||||
window.location.replace("cache.html");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
PSFree: A PS4/PS5 Exploit Chain<br>
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
CACHE MANIFEST
|
||||
# PSFree-Lapse
|
||||
|
||||
about.html
|
||||
alert.mjs
|
||||
cache.html
|
||||
config.mjs
|
||||
index.html
|
||||
lapse.mjs
|
||||
payload.bin
|
||||
payload.js
|
||||
psfree.mjs
|
||||
fonts\LiberationMono-Regular.ttf
|
||||
kpatch\900.elf
|
||||
module\chain.mjs
|
||||
module\constants.mjs
|
||||
module\int64.mjs
|
||||
module\mem.mjs
|
||||
module\memtools.mjs
|
||||
module\offset.mjs
|
||||
module\rw.mjs
|
||||
module\utils.mjs
|
||||
module\view.mjs
|
||||
rop\900.mjs
|
||||
|
||||
NETWORK:
|
||||
*
|
||||
|
||||
SETTINGS:
|
||||
prefer-online:
|
||||
|
||||
Reference in New Issue
Block a user