A C# Lua Code Executor/Injector Windows Forms app
RedSecutor is an educational project created to explore:
- 🎨 Windows Forms UI development
- 🔗 Interfacing with external native DLLs
- 📦 JSON handling
This repository does not contain any DLLs, exploits, or reverse‑engineered files.
All native modules are user‑provided and not included for safety, legality, and GitHub policy compliance.
- 🖥️ Custom WinForms interface
- 🧩 P/Invoke bindings for external modules
- 📜 Script execution routing
- 🧮 Minimal JSON parsing using
Newtonsoft.Json - 📁 Clean C# project structure
This project is intended ONLY for educational purposes:
🚫 No harmful functionality is included.
📌 **What this code does (won’t work because no DLLs)**
- 💉 Inject
- ✍️ Get the code you wrote
▶️ Execute code
Everything is visible via /console.
This project:
- ❌ Does not include any DLLs, injectors, or binaries
- ❌ Does not bypass, exploit, or manipulate any game, service, or platform
- ❌ Must not be used for cheating, exploiting, or violating any terms of service
You must provide your own external modules if you want to experiment further.
The author is not responsible for misuse of the code.
Requirements:
- 🧰 Visual Studio 2022
- 🕹️ .NET Framework 4.8
- 📦 Newtonsoft.Json
Simply clone and build using:
Build → Build Solution
.png)