Skip to content

Simit6155/RedSecutor

Repository files navigation

🔥 RedSecutor

A C# Lua Code Executor/Injector Windows Forms app

Build Status Issues Stars Forks


📌 About

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.


⚙️ Features

  • 🖥️ Custom WinForms interface
  • 🧩 P/Invoke bindings for external modules
  • 📜 Script execution routing
  • 🧮 Minimal JSON parsing using Newtonsoft.Json
  • 📁 Clean C# project structure

📁 Important

This project is intended ONLY for educational purposes:

🚫 No harmful functionality is included.

📌 **What this code does (won’t work because no DLLs)**
  1. 💉 Inject
  2. ✍️ Get the code you wrote
  3. ▶️ Execute code

Everything is visible via /console.


🚫 Disclaimer

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.


🛠️ Build

Requirements:

  • 🧰 Visual Studio 2022
  • 🕹️ .NET Framework 4.8
  • 📦 Newtonsoft.Json

Simply clone and build using:

Build → Build Solution


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages