No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-08-11 17:03:39 +01:00
.github/workflows Update release.yaml 2025-05-04 12:28:15 +01:00
.vscode statically link luau 2025-05-20 20:00:51 +01:00
base change to wrapping byte add 2025-05-17 22:10:57 +01:00
injector refactor and add workflow 2025-05-02 23:54:50 +01:00
luau add func overrides 2025-05-21 00:38:40 +01:00
module cargo fmt 2025-05-16 21:28:55 +01:00
official_luau@92cce5776c statically link luau 2025-05-20 20:00:51 +01:00
.gitignore commit submodule 2025-02-22 16:06:59 +00:00
.gitmodules first commit 2025-02-22 14:46:40 +00:00
Cargo.lock statically link luau 2025-05-20 20:00:51 +01:00
Cargo.toml fix shuffle insert 2025-05-17 00:09:04 +01:00
README.md Update README.md 2025-08-11 17:03:39 +01:00

Rocult Executor

A Roblox executor base written engirely in Rust, aiming to be an initial proof of concept. Open sourced to be as a learning resource, as a way to give back to the resources I used to learn. The idea is that if the executor is Rust-based, it'll have all the advantages Rust does over C++.

⚠️ NOTICE ⚠️

I do not work on this anymore, I might pick it up in the future, but it does not work in its current state.

Goals

  • Basic L8 execution
  • Execution on actors
  • 100% Stability
  • TP Handler
  • Basic custom functions
  • Output redirection

Non-goals

  • Injection

    This is a base, you must bring your injector

  • Undetected

    Open sourcing something undetected is begging it to be patched

  • 100% sUNC

    To avoid more copied executors, there will be almost no custom functions. However, the framework for them will be there.

Credits