Hi, guys! Following my
ESP8266 PS4 Payloads Host and the recent
Team Psyco0s 5.05 GTA V Mod Menu,
PS4 PayLoad Sender 5.05 and
Lamance 0.8 & GTAV Trainer updates there is now a way to make your PS4 HEN payloads being hosted OFFLINE in browser cache.
It's based on
application cache as reported by
ps4miner recently on
@Al Azif's
Github with a
Live Demo and
HEN.zip by
@akela1979 alongside a
HEN 1.6 Offline Loader for 5.05 via
@prezax.
- NOW IT WORKS ONLY FOR 5.05.
So, what we need (based on
Al-Azif PC Host):
1. Change the code in main "index.html"
to
Code:
<html manifest="index.cache">
(you can name "index.cache" whatever you want, it does not matter)
2. Create in main folder "index.cache" file and add there all files related to index.html
Code:
CACHE MANIFEST
about.html
index.html
script.js
style.css
ps4-updatefeature.html
image.png
about.html
Where "CACHE MANIFEST" - main code command to cache the files listed below in the file
3. The same thing to be done with index.html of payloads you need (pay attention to the name of the main payload html files, it can be whatever you want), for example:
3.1 HEN+Mira
3.1.1 Change in main html file...