A modern, feature-rich DLL injector and script executor built with C# (.NET 8 WinForms) and a WebView2 UI layer.
Six curated color palettes that persist across sessions:
- Amber — Warm gold accent (default)
- Catppuccin Mocha — Purple pastel on dark
- Catppuccin Latte — Purple on light background
- Nord — Arctic, blue-toned palette
- Dracula — Purple and pink on charcoal
- Rosé Pine — Soft pink and gold
- Live process list with search, icons, and favorites
- Classic
LoadLibraryA+CreateRemoteThreadinjection - Recent DLLs list (last 5 remembered)
- Real-time injection logging
- Lua script editor with line numbers and tab support
- Built-in script library with test scripts
- Auto-detection of game instances
- Execution output log
- Theme picker with live preview
- Auto-refresh process list toggle
- Show/hide window titles
- Remember last DLL option
- Keyboard shortcuts:
Ctrl+R(refresh),Ctrl+,(settings),Esc(close modals)
- Async process loading on background thread
- Icon caching by executable path (instant refresh after first load)
- Cached WebView2 environment for faster startup
- .NET 8 SDK required
- Build:
dotnet build - Run as Administrator (required for process memory access)
- C# / .NET 8 (WinForms)
- Microsoft.Web.WebView2
- HTML / CSS / Vanilla JS
This project is intended for educational purposes and debugging your own applications. Use responsibly.