Skip to content

AkyAwens/BoshyRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 BoshyRPC — Discord Rich Presence for I Wanna Be The Boshy

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 😅


💡 Features

  • 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

⚙️ How to Use

  1. Make sure you have Java 8+ installed
  2. Launch Discord
  3. Run compiled jar in releases.
  4. Start I Wanna Be The Boshy
  5. That’s it — your Discord status will update automatically

👀 Example Discord Status

BoshyRPC Preview


⚠ Notes

  • 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

📁 How it Works

  • Watches for Boshy.exe to start
  • Reads memory to get the current frame number (aka room name)
  • Loads the latest modified .ini save file from the game directory
  • Decrypts it using RC4 with key "BLOB" to get:
    • Deaths
    • Difficulty

🤷 Why?

Why not?


🙌 Credits


📜 License

MIT. Use, fork, or break it however you want.

About

Discord RPC for I Wanna Be The Boshy written in Java 8

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages