v1.0.1 — Auto Re-injection on Game Relaunch
What's new
Added a WatchdogWorker background thread that monitors the Toontown process. If the game crashes or closes, the injector automatically detects when it relaunches and re-injects TTHook.dll and re-bootstraps ToonBot.py — no manual restart required.
How it works
- Once the initial bridge is live, a watchdog thread starts silently in the background
- Polls every 2 seconds for the game PID to disappear
- When the game comes back, waits for it to finish loading, then re-injects automatically
- Console will show
[~] game process ended — watching for relaunch…and confirm when back
Notes
- No changes to the DLL, ToonBot.py, or dashboard
- Requires the same setup as v1.0.0