Skip to main content

Command Palette

Search for a command to run...

how to patch 2016 Roblox

Updated
2 min read

Tools & requirements

  • HxD (or any other hex editor)
  • 10-letter domain
  • Webserver (this guide assumes you are using PHP)

client setup

1. open RobloxPlayerBeta.exe in your hex editor

2. use text replace to find `roblox.com` and replace all instances with your 10-letter domain

3. extract the keypair generator and run the `.exe`

4. open `PublicKeyBlob.txt` and copy its contents

5. search for `bgiaa` in the hex editor and replace it with the public key

6. open `AppSettings.xml` and replace all instances of `roblox.com` with your domain (keep `www`)

7. create a batch file with this:

``

RobloxPlayerBeta.exe -a "http://www.yourdomain.xyz/" -j "http://www.yourdomain.xyz/join?placeId=1818&username=usernamehere" -t ""

```


rcc setup

1. open RCCService.exe in your hex editor

2. replace all `roblox.com` instances with your 10-letter domain

3. search `versioncompatibility` and zero it out ([see video](https://files.catbox.moe/yuz866.mp4))

4. open `AppSettings.xml` in RCC and replace `roblox.com` with your domain (keep `www`)

5. launch `x32dbg` from `\release\x32` (NOT `x64dbg`)

6. open `RCCService.exe` in it

7. right click > search for > all modules > string references

8. search for `sysstats` and follow [this video](https://files.catbox.moe/yuz866.mp4) to patch instructions like `jne`, `je`, etc

9. file > patch file > save as something new

10. make a batch file with:

```

yourexecutablename.exe /console /placeid:1818

```


webserver setup

1. extract website files to your server

2. go to this MD5 tool, upload RobloxPlayerBeta.exe and copy the hash.

3. paste it into `GetAllowedM5Hashes/index.php`

4. run `RobloxPlayerBeta.exe --version`, copy that version

5. open `GetAllowedSecurityVersions/index.php`, update version (leave `pcplayer` alone)

6. open `join/index.php`, edit:

- server IP

- port

- base URL (if needed)

7. replace `join/PrivateKey/PrivateKey.pem` with the private key from keypair folder

8. place an `.rbxl` file named `1818` (no extension) in the `asset` folder


domain setup

1. create DNS records:

- `@`

- `*`

- `*.*`

2. use Cloudflare and disable HTTPS redirects


final steps

1. run the RCC batch file

2. run the client batch file

3. if anything breaks, DM me on Discord: @exrand