While this version should work, you might get banned for using it, so use at your own risk!
A "simple" RSA key swapper for PSO2 (tested only on global). This project is based on cyberkitsune's "PSO2KeyTools".
If you are looking for an injector for the classic version of the game, you can find it here.
You will need to install rust compiler.
From Windows:
cargo build
From Linux (only for injector and rsa replacer):
rustup target add x86_64-pc-windows-gnu # run if the windows toolchain is not installed
cargo build --target x86_64-pc-windows-gnu
- Generate a key pair.
- (If the server doesn't support auto key negotiation) Copy your
publickey.blob
topso2_bin\sub
. - (Optional) Copy
config.toml
topso2_bin\sub
and edit it. - Copy
rsa_inject.dll
andeos_gaming.dll
topso2_bin\sub
- Launch the game.
- Code is generally lacking in comments.