You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,27 +78,27 @@ you should change GameServerAuthorization and the Authorization under Render in
78
78
- the reason for this is the way that RCC was compiled, it was set to use Roblox's domain which is 10 characters. just replace it with your 10 char domain (CTRL + R, then do bbblox.org as the string then replace it with your domain. make sure your direction is all)
79
79
- do the same for the client.
80
80
- also, change the domain in AppSettings.xml to your domain. (for clients and RCC)
81
-
**if you decide to use your own RCC/client, you will have to add the hash of the client in ClientData.cs under ```Roblox/Roblox.Website/Controllers``` and also search for NS1 and replace your domain with roblox.com for NS1, NS2 and NS3. [example](https://zawg.ca/assets/photos/demo1.png)**
81
+
-**if you decide to use your own RCC/client, you will have to add the hash of the client in ClientData.cs under ```Roblox/Roblox.Website/Controllers``` and also search for NS1 and replace your domain with roblox.com for NS1, NS2 and NS3. [example](https://zawg.ca/assets/photos/demo1.png)**
82
82
83
-
## RCC access/settings keys and public keys
83
+
## RCC access/settings keys
84
84
85
85
- open Registry Editor, and navigate to: ```HKEY_LOCAL_MACHINE -> SOFTWARE -> WOW6432Node``` and go into ROBLOX Corporation and then the Roblox folder. (if they don't exist, create the keys)
86
86
- then, inside of the Roblox folder, right click, go into New, and select String Value. Then the name should be AccessKey and set the value to whatever your RccAuthorization value in your appsettings is. (in the ```Roblox/Roblox.Website``` folder)
87
87
- then, make another string value named SettingsKey and set the value to whatever you want. after doing this, you should update AllowedQuietGetJson in your appsettings to have RCCServiceYourSettingsKey and just your settings key, replace YourSettingsKey with your actual settings key.
88
88
- then, go into ```Roblox/Roblox.Libraries/Json``` and rename the ```RCCServiceBubbleRev2021RCCIsSoTuff.json``` or whatever it is to ```RCCServiceYourSettingsKey.json``` (replace YourSettingsKey with your settings key, once again)
89
89
90
90
## RCC public keys
91
-
- you need to run the Generate.py file in the ```Roblox/Roblox.Website/RSA```. this will generate the private and public keys. (make sure you have Python installed and the pip package cryptography installed!)
91
+
- you need to run the Generate.py file in the ```Roblox/Roblox.Website/RSA``` folder. this will generate the private and public keys. (make sure you have Python installed and the pip package ```cryptography``` installed!)
92
92
## 2016 and 2018:
93
-
- open the RCCService folder, and drag the RCCService.exe into HXD. then do ctrl + f and type BGIAA (direction: All)
94
-
- get your generated public key from the script you ran earlier, the file is ```PublicKey2016.pub```. open in notepad, copy everything in it, and replace everything in HXD from BGIAA to the = sign, then save the file.
93
+
- open the RCCService folder, and drag the RCCService.exe file into HXD. then do ctrl + f and type BGIAA (direction: All)
94
+
- get your generated public key from the script you ran earlier, the file is ```PublicKey2016.pub```. open in notepad, and go back to RCCService in HXD, then replace everything in HXD from BGIAA to the last = sign, then save the file.
95
95
- for 2018, you might see multiple keys. just replace the first one.
96
96
## 2020
97
-
- on 2020, the process is a bit different. do a search for MIIBI (direction: All) and the first result will be your public key.
98
-
- open your ```PublicKey2020.pub``` in HXD. copy everything in it, then go back to your RCC file, and paste paste everything inside from the first - at BEGIN PUBLIC KEY to the last - at END PRIVATE KEY.
99
-
- you will see multiple public keys. **replace EVERY one for it to work,** i don't know why it doesn't work when it only has one replaced, but you have to replace every one.
97
+
- on 2020, the process is a bit different. open your RCCService.exe file in the RCCService2020 folder in HXD, and do a search for MIIBI (direction: All)
98
+
- open your ```PublicKey2020.pub``` in HXD as well. copy everything in it, then go back to your RCCService tab, and paste everything inside from the first - at BEGIN PUBLIC KEY to the last - at END PRIVATE KEY. (there may be a period at the end, if it asks if you want to change the file size, just click cancel, and select one extra dot at the end and it should work)
99
+
-**you will see multiple public keys. replace EVERY one for it to work, i don't know why it doesn't work when it only has one replaced, but you have to replace every one.**
100
100
## CLIENT
101
-
- the client process is the same thing as RCC, just on your client EXE.
101
+
- the client process is the same thing as RCC, just on your client EXE. (except for 2020, you only have to update 1 public key)
0 commit comments