uwp_executor icon indicating copy to clipboard operation
uwp_executor copied to clipboard

A very basic script executor for the microsoft store version of Roblox.

[!WARNING] As of September 2023 this is permanently patched and unusable!

UWP Executor

A simple script executor for the microsoft store version of Roblox.

Installation

The project and its libraries were all intended (and compiled) with the v143 platform toolset; you will need to install the latest version of Visual Studio 2022 to compile the project.

Usage

To inject the DLL you can use Extreme Injector (or any other injection tool) with a manual map injection method. Keep in mind that the offsets change weekly and you'll have to update them yourself in Roblox.hpp, you can use UWP Roblox Dumper or find them yourself.

Credits

Credits to EpixScripts/rbxcompile for the compression method.