PSXHAX.COM website and domain for sale. Contact Us with your offer!

PSXHAX - PSXHACKS: PSX HAX - PSX HACKS - PLAYSTATION HAX - PLAYSTATION HACKS

PlayStation 5 - Play Has No Limits: Latest PS5 Promo Video Released
Today Sony released their latest PS5 promotional video dubbed PlayStation 5 - Play Has No Limits... hopefully the price tag of the upcoming next-generation console does though. 💸

As the PlayStation 5 official Holiday 2020 launch draws near, we've seen the PS5 Tech Specs and Legacy Hardware Compatibility... but reports of Costly Parts leave fans wondering if the PS5 Price Predictions of $499 for a PlayStation 5 Digital Edition without a disc drive and $599 for a PS5 console with an Ultra HD Blu-ray disc drive will end up being accurate or not. :unsure:

Currently Sony's official PS5 Website and the designated PS5 Amazon Page aren't lending any clues on pricing yet, and from the latest video trailer's description:
Welcome to a new world of immersion. Discover haptic feedback, adaptive triggers, and 3D audio on PS5. PLAY HAS NO LIMITS.

Let us know in the PS5 Forums your thoughts on Sony's latest PlayStation 5 trailer video, and any last-minute PS5 price predictions before the inevitable reveal in coming months!

PlayStation 5 – Play...
Call of Duty: Black Ops - Cold War Trailer, Full Reveal in Warzone August 26th
Developed by Treyarch and Raven Software, today Publisher Activision announced that on August 26th they'll do a full reveal at Verdansk in Call of Duty: Warzone showcasing Call of Duty: Black Ops - Cold War with a teaser trailer video below for fans of the series to enjoy until then! :bananaman18:

Call of Duty: Black Ops - Cold War for PS4 (also coming to PS5) is the sixth installment of the Black Ops series, and the seventeenth installment in the overall Call of Duty series with PS4 Pre-orders now available and a confirmed release date of November 13th, 2020.

Call of Duty: Black Ops Cold War is set during the Cold War and will be inspired by the actual events that took place during the period, and according to CharlieIntel.com it'll have a campaign, MP modes, Warzone integration and a co-op experience.

Check out the Call of Duty: Black Ops - Cold War teaser trailer video below, and feel free to share your thoughts on it in the comments below.

Know Your History
Call of Duty Black Ops Cold War Gameplay Reveal and Info!
HDD_Script.py to Retrieve Data from Any PS4 Console via SFlash Dump!
Today PlayStation 4 developer @zecoxao shared a Python Script (hdd_script.py with updated revisions below) via Twitter from 'the usual suspect' that converts the wrapped key blobs stored in sflash0 into eap_hdd_key, which can then be used to retrieve data from any PS4 console (DevKit, Retail, TestKit) with an SFlash dump! 😍

Download: hdd_script.py (5.29 KB) / hdd_script.py (v2) (5.36 KB - outputs the keys to a file called keys.bin, to be used on Linux with Cryptmount) / hdd_script.py (v2) Mirror / hdd_script.py (v3) (5.57 KB - error handling on sflash0 size and on magic check, in order for the hdd script to work, the dump of sflash0 must have EXACTLY 32MB - 0x2000000 bytes): hdd_script.py (v3) Mirror / Mounting PS4 HDD on WSL2 (Windows Subsystem for Linux 2) Guide with PS4 HDD Script by Anonymous (hdd_script.zip - 2.11 KB - includes hdd_script.py) and WSL2_UFS_Support_Read_Only.rar (2.83 GB - WSL2 UFS RO Kernel)
Code:
#!/usr/bin/env python

from binascii import hexlify as hx
from pathlib import Path

import sys, os, struct
import hashlib, hmac

from Crypto.Cipher import AES
from Crypto.Util import Counter

def aes_encrypt_ecb(key, data):
    crypto = AES.new(key, AES.MODE_ECB)
    return crypto.encrypt(data)

def aes_decrypt_ecb(key, data):
    crypto = AES.new(key, AES.MODE_ECB)
    return crypto.decrypt(data)

def aes_encrypt_cbc(key, iv, data):
    crypto = AES.new(key, AES.MODE_CBC, iv)
    return crypto.encrypt(data)

def aes_decrypt_cbc(key, iv, data):
    crypto = AES.new(key, AES.MODE_CBC, iv)
    return crypto.decrypt(data)

def hmac_sha256(key, data):
    return hmac.new(key=key, msg=data, digestmod=hashlib.sha256).digest()

portability_seed_key =...
Ghost of Tsushima: Legends Online Multiplayer Mode Hits PS4 This Fall
Today Sucker Punch Productions announced that coming this fall to PS4 is the Ghost of Tsushima: Legends online multiplayer mode available as a free download for PlayStation 4 GOT video game owners. ⚔

Below is an announcement trailer video alongside the first details on this new co-op multiplayer mode inspired by Japanese mythology courtesy of Senior Game Designer Darren Bridges, to quote:

Today I am very excited to reveal Ghost of Tsushima: Legends, a new online cooperative multiplayer* mode that will come as a free download for Ghost of Tsushima owners on PS4 later this year.

Legends is an entirely new experience — it’s a separate mode that doesn’t follow Jin or the companions from his journey, but instead focuses on four warriors who have been built up as legends in stories told by the people of Tsushima.

Ghost of Tsushima’s single-player campaign focuses on an open world and exploring the natural beauty of the island, but Legends is haunting and fantastical, with locations and enemies inspired by Japanese folk tales and mythology and an emphasis on cooperative combat and action.

Ghost of Tsushima: Legends PS4 Announcement Trailer
We designed Legends to be an exclusively cooperative gameplay experience. You’ll be able to partner up with friends or via online matchmaking and play Legends in groups of 2-4 players.

Each player can choose from one of four different character classes: the Samurai, Hunter, Ronin, or Assassin. Each class has unique advantages and abilities that we’ll reveal in the future.

With two players in Ghost of Tsushima: Legends, you’ll be able to play a series of co-op Story missions that escalate in difficulty, building on the foundation of combat from the single-player campaign but with new magical twists that often require careful synchronization with your partner.

With four players, you’ll be able to take on wave-based Survival missions, fighting groups of the toughest enemies Tsushima has to offer, Including new Oni enemies with supernatural abilities.

If you can best the Story and Survival missions, you may be confident enough to take on the four-player Raid that will arrive shortly after the launch of Ghost of Tsushima: Legends, sending you and...
Android PS4 Exploit Host 6.72 Server APK File by Saad Alareqi
Proceeding the PS4 Jailbreak 6.72 Exploit Menu by @Leeful (Twitter), today Saad-Alareqi shared an Android application that acts as a server to host the aforementioned PlayStation 4 v6.72 Exploit Menu that followed the PS4JB 6.72 Jailbreak Exploit released last month. 📲

Download: Android_PS4_exploit_host-1.4.1-release.apk (23.0 MB) / GIT

Spoiler: Depreciated

:idea: Of note, shortly after the release Leeful discovered the following via Twitter to quote:

Thanks for this, it works great but I have spotted a small potential bug. In the app it says go to 192.168..etc. but it should be: http://192.168..etc.

If you just type 192..etc in the browser it says data not supported. It needs the http:// at the start.

Spoiler: Changelog
Back
Top