PSXHAX.COM website and domain for sale. Contact Us with your offer!
Call of Duty Ghosts: Unlock All PS4 Trophies for Clients by CustomHooker
Proceeding his Call of Duty: Advanced Warfare PS4 Mod Menu 1.23 release and PS4 Toolbox by @DeathRGH, today PlayStation 4 game modder @CustomHooker shared on Twitter a Call of Duty Ghosts: Unlock All PS4 Trophies for All Clients video demo from his YouTube Channel which can be seen below. 🏆

This comes following the XLink Kai Update with PS4 Support, and in the video's description he states the following to quote:

If you join me into a LAN game via XBSLink could be possible to unlock trophies for 7.02/xx consoles (not tested).

[PS4] Call of Duty Ghosts Unlock all Trophies for all Clients
:arrow: Here's some related articles on PlayStation 4 Trophies for those interested sorted by date with the oldest first:
PS4 Homebrew FTP Server OpenOrbis PKG Unofficial Release
With the Final Fantasy VII Remake Demo officially released now and in preparation for the upcoming OpenOrbis DevKit by the OpenOrbis Team, today @zecoxao shared on Twitter the first unofficial (per kd_tech) PS4 Homebrew FTP Server PKG made with it. :geek:

According to @CrazyVoid on Twitter to use it simply install the PKG w/debug_setting and run it... then use an FTP Client to connect the PS4's IP on Port 5000.

:alert: NOTICE: If you have CUSA00022 (Watchdogs) installed, this will overwrite it. Also do not expect anything to come up on screen, it should just be a black screen for now!

Download: EN9000-CUSA00022_00-FTPRELEASE000001-A0100-V0100.pkg (5.88 MB) / EN9000-CUSC00001_00-FTPRELEASE000001-A0100-V0100.pkg (5.94 MB - Repack for those with Watch Dogs installed via @PsHack) / PS4 OOSDK FTP Icon.rar (245 KB) via xforce505 / EN9000-CUSC00001_00-FTPFilezilla-A0100-V0100.pkg (5.9 MB) via @hyndrid on Twitter / PS4-FTP-System-master.zip / GIT / Live Demo via @LightningMods /...
ThemeDumperFTP: PS4 Retail Theme PKG Dumper via FTP by OfficialAhmed
Following his ProfileIt PS4 Tool release, the PS4 Theme Dumping Guide and countless PS4 Theme PKGs currently accessible PlayStation 4 developer OfficialAhmed made available ThemeDumperFTP which is a PS4 Retail Theme PKG dumper through FTP... noting the following via Twitter to quote: :fire:

"Note: I do not have any decryption keys or whatsoever contents are decrypted automatically by the system itself."

Download: ThemeDumperFtp.exe (5.4 MB) / ThemeDumperFTP-master.zip / GIT

From What I'm capable of.txt: To begin with, I do not have any decryption keys nor exploits or what so ever.

As soon as you use a theme the PS4 immediately decrypts the pkg files, they are then saved in one place. What my tool does is it downloads those decrypted content files of the THEME.pkg.

Cool stuff you can do with the files you can use them dynamic themes and make a phone/PC/PSvita theme with sounds & background music.

Note: PlayStation systems use special sound/music format (at9, at10) that are quite rare there many ways to convert them to mp3.

You may also change the bgm and repackage the theme and install it back.

From How to.txt: To Dump PKG Theme
  • First make sure the theme is installed and it's the one being used.
  • Second connect your PS4 & PC to the same wifi
  • Put your PS4 Ip and Port (IP_PORT.txt) if cannot find it [Read errors.txt]
  • Run FTP payload on PS4 then...
PS4OfflineAccountActivator: PS4 Offline Account Activator GUI by Charlyzard (Barthen)
Earlier this month PlayStation 4 scene developer charlyzard released a PS4OfflineAccountActivator and now he's made available via Twitter a PS4 Offline Account Activator GUI for those like me who prefer using a Graphical User Interface. :)

Download: PS4OfflineAccountActivator-master_v5.05.zip (5.05 Branch) / PS4OfflineAccountActivator-master.zip (includes PS4OfflineAccountActivator.exe - 30.5 KB) / ps4debug 1.5.bin / GIT / PS4Debug-LeefulPack.rar (62.53 KB - For 6.72) / PS4OfflineAccountActivator.exe (For 6.72) / GIT Fork by D-Pyro / PS4_Offline_Activator_v1.1_by_GiantPluto.zip (PS4 Offline Account Activator for 6.72) / GIT by GiantPluto / PS4OfflineAccountActivator-master.zip (7.02 Fork) by SiliPSX / PS4OfflineAccountActivator702.rar (21 KB - Compiled by PoKeChaR1) /...
Golang Library to Read PS4 Controller Evdev Events by Mrasband
Since covering the PyPS4Controller Linux Module in development, this weekend mrasband made available a Golang Library based on the Go Programming Language designed at Google to read PS4 DualShock 4 (DS4) Controller evdev events for Linux developers. 🤓

Download: ps4-master.zip / GIT

From the README.md to quote: A golang library to read from a PlayStation 4 controller. This uses evdev, so it is Linux only.

Usage
Code:
pacakge main

import (
    "context"
    "fmt"

    "github.com/mrasband/ps4"
)

func main() {
    inputs, err := ps4.Discover()
    if err != nil {
        fmt.Printf("Error discovering controller: %s\n", err)
        os.Exit(1)
    }

    var device *ps4.Input
    for _, input := range inputs {
        if input.Type == ps4.Controller {
            device = input
            break
        }
    }

    ctx, cancel := context.WithCancel(context.Background())
    defer cancel()

    events, _ := ps4.Watch(ctx, device)
    for e := range events {
        fmt.Printf("%+v\n", e)
    }
}
Development

Any of the _string.go files are generated by go generate.
Download: PS4 PSXIta Arch Linux Theme.rar (12.1 MB)
Back
Top