Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/spoorloos/uwp_executor
- Owner: Spoorloos
- Created: 2023-07-30T00:49:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-03T19:18:06.000Z (11 months ago)
- Last Synced: 2024-02-03T20:27:32.936Z (11 months ago)
- Topics: roblox-cheat, roblox-cheats, roblox-executor, roblox-hack, roblox-hacks, roblox-script-executor
- Language: C++
- Homepage:
- Size: 13.7 MB
- Stars: 37
- Watchers: 2
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.