/RobloxBetaClientRemover

Simple tool I created which restores the old Roblox Client we all know and love

Primary LanguageC++GNU General Public License v3.0GPL-3.0

RobloxBetaClientRemover

A simple tool that I created which restores the old Roblox client that we all know and love. The reasoning as to why this was created is because Roblox forced their beta client onto all users - making most of the Roblox community unhappy with the decision.

NOTE: This is a remake of Cy's project, which he made in Python.

Summary

The program will first find the latest version of Roblox. Once done, it will scan for the version path, the launcher path and the client path.

Once done, it'll remove the current Roblox client and run the Launcher as an Administrator.

How to Compile

You can download a compiled version here

NOTE: Ensure you follow these steps or it'll most likely fail to build.

  1. If you want to use build this project, you need to setup a few things. First, install Visual Studio 2022.

  2. Install vcpkg

  3. Open Command Prompt and type the following:

cd /path/to/vckpg
  1. Once you've changed your directory to the vcpkg path - you can continue by typing in the following:
vcpkg install curl:x64-windows
  1. Wait for it to install - once done, type the following:
vcpkg integrate install
  1. Download the source code here and open it in Visual Studio.

  2. Enjoy <3

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more information.