This is a small project that shows your current in-game room, death count, and difficulty in Discord while you're playing I Wanna Be The Boshy.
It updates automatically and stops when the game closes.
Made mostly for fun, took ~3 hours. Don't expect regular updates 😅
- Shows your current room (frame)
- Reads death count and difficulty from the save file
- Live updates to your Discord status every second or two
- Closes itself when the game is closed
- Make sure you have Java 8+ installed
- Launch Discord
- Run compiled jar in releases.
- Start I Wanna Be The Boshy
- That’s it — your Discord status will update automatically
- Only works on Windows (needs to read game memory)
- Discord must be running
- You’ll need to set up a Discord Application with the right image assets (
boshy,dark_boshy) if you want pretty icons
- Watches for
Boshy.exeto start - Reads memory to get the current frame number (aka room name)
- Loads the latest modified
.inisave file from the game directory - Decrypts it using RC4 with key
"BLOB"to get:DeathsDifficulty
Why not?
- Made by @AkyAwen
- @ACrowIAm for the IWBTB Save Editor program and explaining all the frames in the game.
- Uses discord-rpc (Java wrapper)
MIT. Use, fork, or break it however you want.
