16 lines
800 B
Markdown
16 lines
800 B
Markdown
# Roblox Legacy Patcher
|
|
## What is this?
|
|
This is an application which automatically downloads the latest version of Roblox Studio and makes it work on Windows 8.1 and below. It uses a wrapper in order to add some missing Windows APIs and trick Roblox into thinking your OS version is supported.
|
|
|
|
## Download
|
|
You can download a prebuilt version of the program <a href="https://git.randomserver.top/murdle/roblox-patcher/releases">here</a>
|
|
|
|
## How to build
|
|
- Install Visual Studio 2015 and .NET SDK 8
|
|
- Clone the repository
|
|
- Run the build.bat script
|
|
<br>The built file will be located in the root of the directory
|
|
|
|
## Notice
|
|
Currently, the application only allows you to run Roblox Studio. Because of Roblox's anticheat (aka Hyperion), we have not been able to get the client to work as of right now.
|