Skip to content

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

Notifications You must be signed in to change notification settings

Spoorloos/uwp_executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.