A simple trainer for Slay the Spire using Java.
- Download
STSTrainer.jarfrom [Releases]. - Move
STSTrainer.jarinto your Slay the Spire game directory (e.g.,C:\SteamLibrary\steamapps\common\SlayTheSpire\). - Right-click Slay the Spire in Steam -> Properties -> General -> Launch Options.
- Paste the following command:
Or play with Mod:
jre\bin\java -javaagent:STSTrainer.jar -jar desktop-1.0.jar %command%jre\bin\java -javaagent:STSTrainer.jar -jar mts-launcher.jar %command% - Launch the game through Steam.
If you want to modify or recompiling this project, you will need Javassist.
- Dependency:
javassist.jar - Usage: This project uses Javassist for bytecode manipulation. Make sure to include
javassist.jarin your build path or project libraries.