From 201a5c913dc00bb39c31be72f81d2249105e2dfe Mon Sep 17 00:00:00 2001 From: murdle Date: Fri, 2 May 2025 07:55:42 -0700 Subject: [PATCH] add download link --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c80ab56..41e42bc 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,14 @@ ## 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. -## 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. +## Download +You can download a prebuilt version of the program here ## How to build - Install Visual Studio 2015 and .NET SDK 8 - Clone the repository - Run the build.bat script -
The built file will be located in the root of directory +
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.