I am looking for a developer to build a complete, end-to-end desktop companion application for the game "Toontown Rewritten". The app will act as a real-time calculator, reading live game data and displaying the results through a clean, smooth in-game overlay The Core Idea (How It Works): The game features turn-based battles against enemies ("Cogs") using items ("Gags"). Calculating the optimal combination of Gags to defeat a Cog is mathematically complex due to specific synergy bonuses. I already have the complete mathematical solutions (a pre-calculated combo grid/lookup table). The app needs to: Read the enemy's Level/HP and the player's available Gags from memory. Cross-reference this live data with my lookup table. Instantly display the best "combo" recommendation on the screen via the overlay. Scope of Work (End-to-End Delivery): Memory Extraction: Reliably read dynamic process memory (Pointers/Offsets) to track Enemy stats and Player inventory. (Strictly memory reading, NO Computer Vision/OCR). Logic Engine: Process the extracted data using the provided calculation grid to determine the best move Seamless Overlay UI: Design and implement a modern, lightweight in-game overlay (e.g., using ImGui, PyQt, or Electron) that beautifully displays the recommendations directly on the screen without lagging the game. What I Expect: A fully functional, ready-to-use application from start to finish. You handle the reverse engineering (finding pointers), the logic integration, and the user interface. Ideal Candidate: Experienced with local process memory extraction AND building clean desktop overlays. Please mention the UI framework you plan to use for the overlay in your proposal.