Skip to content

XENOKING123/XENOKING

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

55 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

XENO TOOL XENO logo
tagline



version platform trainers license

release downloads stars

discord


Windows 10 / 11 ยท 64-bit ยท no runtime needed ยท ~24 MB


๐Ÿ’Ž What is XENO TOOL?

XENO TOOL is the all-in-one PS5 companion โ€” one app for everything: cheats & trainers that apply live while your game runs, a full PS4/PS5 game store, payload injection, save backup/restore, package install, file transfer, and more. The entire ~9,200-trainer library ships inside the app, so it just works the second you install it. ๐Ÿ”ฅ

๐ŸŽฏ
9,200+
trainers bundled
๐Ÿ›’
PS4 + PS5
full game store
โšก
LIVE
cheat apply
๐ŸŽจ
50
themes
๐ŸŒ
nanoDNS
ON / OFF

โœจ Features

Feature What you get
๐ŸŽฏ Trainers The full library (~9,200) ships with the app โ€” one card per game, every version merged. Attach to a running game, flip cheats live (๐Ÿ”ด โ†’ ๐ŸŸข), Detach to revert + disconnect. Auto-updates every 24h.
๐ŸŽฎ My Games See what's running on the console โ€” Cheats auto-finds the right trainers for it.
๐Ÿ›’ Game Store Browse the whole PS4/PS5 catalog (every page), then Get Links for the real download mirrors.
๐Ÿ”Ž Title Search Search the whole library; missing titles resolve online โ€” PS5 names + real cover art via prosperopatches, the rest from the bundled catalog.
๐Ÿš€ Payloads Catalog (curated homebrew) ยท Send file (any .elf/.bin/.js/.lua/.jar) ยท Favorites (your own folder โ€” star + Inject All).
๐ŸŒ nanoDNS A real ON / OFF with a live port-53 probe โ€” so you know it's running and blocking PSN.
๐Ÿ’พ Saves Backup & restore save data over the network โ€” no USB.
๐Ÿ“ฆ Install Drop a .pkg and send it straight to your PS5.
๐Ÿ“ Files / HW / Volumes Full file system, hardware info, volumes, disk usage, screenshots.

๐ŸŽฏ Cheats & Trainers โ€” the main event

XENO

  • ๐Ÿ“ฆ All ~9,200 trainers are bundled โ€” no downloads, it's ready on first launch.
  • ๐Ÿ—‚๏ธ One clean card per game, all versions merged onto a side rail.
  • ๐Ÿ”Œ Hit Attach while the game is running โ†’ the dot turns ๐ŸŸข.
  • ๐Ÿ”ดโžก๏ธ๐ŸŸข Toggle a cheat to apply it live; ๐ŸŸขโžก๏ธ๐Ÿ”ด reverts it. Sounds confirm every write.
  • ๐Ÿงน Detach turns everything back off and disconnects cleanly.
  • ๐Ÿ›ก๏ธ Safe: writes are bounded to the game's own code, size-capped, and the game is re-checked right before every write โ€” it won't smear memory or crash your console.
  • ๐Ÿ”„ Auto-syncs new cheats from the repos every 24 hours.


๐Ÿš€ Quick start

1.  โฌ‡๏ธ   Download  XENO_TOOL_x.x.x_x64-setup.exe  from Releases
2.  โ–ถ๏ธ   Run it  (SmartScreen โ†’ More info โ†’ Run anyway)
3.  ๐Ÿงฉ   Jailbreak / load your payload on the PS5 as usual
4.  ๐Ÿ”—   Connection tab โ†’ enter your PS5's IP โ†’ Connect
5.  ๐ŸŽฏ   Trainers / My Games โ†’ Attach โ†’ flip cheats LIVE

๐Ÿ’ก First launch unpacks the full trainer library (a few seconds) and opens on the Home showcase. ๐Ÿ 



๐ŸŽฎ Run the Game Store on your PS5 โ€” native app

XENO TOOL ships a tiny on-console app so you can browse the Game Store right on the PlayStation. Grab the files from Releases and send one from Payloads โ–ธ Send file (port 9021), or any ELF loader.

Two ELFs โ€” what's the difference?

File What it does
๐ŸŸข xeno-store.elf The server only. Run it and the store is served at http://<ps5-ip>:9095 โ€” open that in the PS5 browser (or from any device on your network). The safe, guaranteed one.
โšก xeno-store-browser.elf Server + one-tap. Same store, but it also auto-opens the PS5 web browser straight to it โ€” no typing an address.

In short: xeno-store.elf = serve it ยท xeno-store-browser.elf = serve it and open the browser for you. Both bake the full UI + an ~800-game catalog right into the file, so they run 100% offline on the console.

Prefer a home-screen icon with the XENO logo?

  • ๐Ÿ  XENO-Game-Store.zip โ€” drop into /data/homebrew/ for etaHEN / itemzflow. Shows the XENO icon and launches the store.

All of this is cross-compiled automatically in the cloud โ€” source in the ps5-app/ folder.


๐Ÿ› ๏ธ Build from source

Click to expand build steps ๐Ÿงฐ
# 1) frontend deps
cd client && npm install

# 2) build the engine sidecar first (it gets embedded)
cd ../engine && cargo build --release

# 3) build the desktop app + installer
cd ../client && npm run tauri build

The installer lands in client/src-tauri/target/release/bundle/nsis/.

Requirements: Node 20+, Rust (stable, MSVC on Windows). The bundled trainer + title seeds live in client/src-tauri/resources/*.zip.


๐ŸŽจ Themes

50 themes โ€” including the signature XENOKING dark-blue default. Switch any time from Settings โ–ธ Appearance. ๐ŸŒˆ


โ“ FAQ

Do I need to download the trainers separately?
Nope. All ~9,200 ship inside the app and unpack on first launch. It also auto-updates from the repos every 24h.
SmartScreen is warning me โ€” is it safe?
The installer isn't code-signed (signing costs money), so Windows shows the generic warning. Click More info โ†’ Run anyway.
Cheats won't apply?
The game must be running on the PS5, and you must hit Attach first (the dot goes green). If a write is refused, the toggle reverts itself.

๐Ÿ† Credits

CheatRunner โ€” by maj0r

CheatRunner is the on-console cheat engine that makes the My Games / Cheats tab in XENO TOOL possible. Without CheatRunner there is no live cheat toggling, no game list, no trainer apply โ€” it is the backbone.

Made entirely by maj0r (Discord: callmemaj0r). It is free, open-source, and constantly improving โ€” the v0.14 update fixed freezing on some games and brought major PS5 browser performance upgrades.

Support maj0r on Ko-fi ย ย  Join the CheatRunner Discord

The latest CheatRunner.elf is always included in the XENO Releases so you can grab everything in one place.


hejran7 โ€” PS Trainer Viewer

hejran7 contributed major coding work to this project โ€” building out the PS Trainer Viewer component and putting in serious hours on the tool. If you find XENO TOOL useful, a shoutout to him is well deserved.

hejran7 on GitHub


โš–๏ธ License

Released under the GNU GPL-3.0 โ€” see LICENSE and the LICENSES/ folder. Full credits live in the in-app About screen.


footer

โญ If XENO TOOL helps you, drop a star โ€” it genuinely helps. โญ

About

No description, website, or topics provided.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors