RbxStu / RbxStu-V2

The second generation of the Roblox Studio executor, RbxStu!
9 stars 3 forks source link
executor-script-roblox game-hacking game-modding hacking luau modding rbxstu roblox-executor

RbxStu V2

CodeFactor
Alt

The Roblox Studio Executor.

This is a rewrite of the original RbxStu. This version has many improvements and it is magnitudes more stable than the original ever was.

To report a bug or suggest a feature, please head to our discord server https://discord.gg/rGWK6Sqbrs

Features:

Whilst RbxStu was born as a project to make a pentesting tool, this codebase allows for more than that, it allows for a base framework to be defined in which Roblox Studio modifications can be built in C++, the project does not have a current way of interacting with it, but it is on the "TODO" list to add a way of communicating with the DLL on your own DLL! So that if you want to make your own Roblox Studio modification, you will not need a heavy, big base, and can start fairly light!

Is this allowed by Roblox?

Whilst Roblox has a no reverse engineering policy, it is not enforced necessarily for anything Roblox Studio related, as this would be unwise, it is a development tool, and anything that happens to it will not truly impact players on the release client.

Is this vulnerable to 'x' or 'y'?

RbxStu cannot guarantee your safety when executing scripts. It does its best to prevent really nasty things from happening, but Roblox will over time add new services that they will internally use that expose dangerous functions, such as one to save debug data, which allows you to write bat files, and then one that allows you to execute things, all because we are on a high security context we were never meant to truly use.

Dependencies:

Significant Contributors: