Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spoorloos/uwp_executor

A very basic script executor for the microsoft store version of Roblox.
https://github.com/spoorloos/uwp_executor

roblox-cheat roblox-cheats roblox-executor roblox-hack roblox-hacks roblox-script-executor

Last synced: 29 days ago
JSON representation

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

Awesome Lists containing this project

README

        

> [!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](https://github.com/master131/ExtremeInjector) (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](UWP_Executor/Roblox.hpp), you can use [UWP Roblox Dumper](https://github.com/Spoorloos/uwp_roblox_dumper) or find them yourself.

## Credits

Credits to [EpixScripts/rbxcompile](https://github.com/EpixScripts/rbxcompile) for the compression method.