Replaced by PNIDGrab
Splatoon v288 Cemu PID Grabber for MacOS. Download latest release here.
Tool will provide following output:
- Player Number
- Player Name
- PID (hex & dec format)
- PNID (Fetched from Pretendo's API)
- Session ID (hex & dec format)
- Fetch date (time when the script ran)
You'll need brew.sh to compile this project
Install mono using homebrew:
brew install mono
To compile the code:
mcs -out:MacGrabber.exe MacGrabber.cs -r:System.Net.Http -r:System.Xml.Linq
Run it while Splatoon is open in Cemu:
sudo mono ./MacGrabber.exe
Special Thanks goes to:
- Javi: PID Pointer chain in Splatheap-PID-Grabber
- Tombuntu: For the Session ID Pointer Chain
- Winterberry: For the original LinuxGrabber where this project is obviously based on.