Skip to content

Releases: SSalem00/Python-Injector-TTsunrise

v1.0.1

10 Jun 06:52

Choose a tag to compare

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

v1.0.0

09 Jun 05:34
0a5a49e

Choose a tag to compare

Download

Extract Injector.7z and copy toonbot\ and TaskBot\ into your Toontown Sunrise install directory:
C:\Program Files (x86)\Disney\Disney Online\ToontownOnline\

Then place ModdedLauncher.exe anywhere and run as Administrator.

Includes

  • ModdedLauncher.exe — all-in-one launcher + dashboard (no Python install required)
  • toonbot\ — in-game bridge and automation scripts - using from Freshollie's repo
  • TaskBot\ — standalone ToonTask bot scripts- also from freshollie

Requirements

  • Toontown Sunrise — this will not work on any other server
  • Windows
  • Administrator privileges