About Task Bar Hero Tools
Task Bar Hero Tools (TBH Tools) is a community-made companion application for the idle RPG game TBH: Task Bar Hero on Steam. This app was created by players for players to help optimize inventory checking, planning cube level pathways, and calculating hero progression.
Project Purpose
This web application was designed to provide an easy-to-use, browser-based save file scanner. By building the save file scanner as a client-side web application, we eliminated the need to install desktop software. Players on Windows, macOS, and Linux can now instantly and securely check the value of their items in their favorite web browser.
How Decryption Works
The Stash Value Scanner reads and parses your game save file locally.
When you upload or drag and drop your save file (typically SaveFile_Live.es3) onto the page, the application uses the browser's native WebCrypto API to decrypt the file.
Because this decryption process occurs entirely in memory within your browser, your save file never leaves your computer and is never uploaded to any remote server.
The extracted item keys are then matched against our item database and priced via our pricing API proxy.
Privacy & Trust
We take player privacy and security very seriously. The companion app requires zero registration, zero accounts, and does not request any personal information. To make subsequent visits more convenient, a processed, anonymous summary of your inventory (such as item counts, runes owned, and your current cube level) is stored in your browser's local storage. This can be permanently deleted at any time by clicking "Forget Save" on the homepage.
Feedback & Updates
Although this tool is hosted as a private project, we actively maintain and update the item database as the game receives updates. If you have feedback, have found missing items, or want to suggest updates for the calculators, please reach out via the contacts listed on the Contact page.