Welcome to LegacyRoblox! |
|
|---|---|
| Sidebar Content |
What is LegacyRoblox.com?First things first, LegacyRoblox is NOT affiliated with ROBLOX in any way! LegacyRoblox is a set of API replacements for older roblox clients. It provides APIs for general clients under the main domain, but also has version-specific APIs that can be found in the sidebar. What can it do?LegacyRoblox has APIs to accomplish the following:
How do I use this in my clients?It's simple! Just update the AppSettings.xml in the root of your client directory with a LegacyRoblox subdomain that fits your client, or the main domain for general compatibility. Example:<Settings> <BaseUrl>http://legacyroblox.com</BaseUrl> <ContentFolder>content</ContentFolder> </Settings> You can get a full list of supported subdomains here! Do I need to modify my client further?No! This works on a bug that exists in clients from 2006-2017. Does this make my client secure?NO!!! All this does is enable using the toolbox and other such scripts. This does not make your clients any more secure, to accomplish that you do need to do assembly-level patches. Moreover, this works on a vulnerability in these roblox versions allowing legacyroblox to bypass trustcheck, so if your client can access this without explicitly adding it to the list of trusted sites, it is insecure! |