From 0d5546acfe2f0b86dcee3332c4950e6786b02545 Mon Sep 17 00:00:00 2001 From: murdle Date: Fri, 2 May 2025 07:31:39 -0700 Subject: [PATCH] update readme with new method --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2f6890..c80ab56 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Roblox Legacy Patcher ## What is this? -This is a C# application which automatically downloads the latest version of Roblox Studio and makes it work on Windows 8.1 and below. It can run natively on Windows 8 and 8.1 with a patch, but a wrapper is also used if you're on Windows 7 due to missing DX apis. +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.