2016:Main Page: Difference between revisions

From LRREW
Jump to navigation Jump to search
(Created page with "border|2016 ROBLOX's 2016 client is the only client source code that was leaked. First instances of the source code appeared on [https://v3rmillion.net/ V3rmillion] and was soon removed. Because of the client source code only being publicly available ''(there is site source, and much more source code in the original leak)'' on the internet, there are two variants of the source code available. === Documentation === There are ongoing efforts to documen...")
 
mNo edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[File:2016.png|border|2016]]
ROBLOX's 2016 client is the only client source code that was leaked. First instances of the source code appeared on a popular ROBLOX gaming studio Discord which linked to a BitBucket repository that was shortly later leaked on the popular Roblox exploiting forum, [https://v3rmillion.net/ V3rmillion] on January 24th, 2017 and was soon removed.
 
ROBLOX's 2016 client is the only client source code that was leaked. First instances of the source code appeared on [https://v3rmillion.net/ V3rmillion] and was soon removed. Because of the client source code only being publicly available ''(there is site source, and much more source code in the original leak)'' on the internet, there are two variants of the source code available.  


=== Documentation ===
=== Documentation ===
Line 7: Line 5:


* Rendering Pipeline
* Rendering Pipeline
** AppDraw
** [[2016:AppDraw|AppDraw]]
** graphics3D
** [[2016:graphics3D|graphics3D]]
** RbxG3D
** [[2016:RbxG3D|RbxG3D]]
** GfxBase
** [[2016:GfxBase|GfxBase]]
** GfxRender
** [[2016:GfxRender|GfxRender]]
** GfxCore  
** [[2016:GfxCore|GfxCore]]
** ShaderCompiler
** [[2016:ShaderCompiler|ShaderCompiler]]
** VR related libraries
** [[2016:VR_related_libraries|VR related libraries]]


* Client Authentication
* Client Authentication
** Clienttickets
** [[Network:Tickets|Clienttickets]]
** Join scripts
** [[2016:Joinscripts|Joinscripts]]


* RCC
* RCC
** SOAP
** [[2016:SOAP|SOAP]]
** SOAP Envelopes
** [[2016:SOAP_Envelopes|SOAP Envelopes]]
** Jobs
** [[2016:Jobs|Jobs]]
** Security
** [[2016:Security|Security]]


* Compiling
* APIs
** "hitius" Source
** [[2016:FFlags|FFlags]]
** ‎<code>sixteensource</code>
** [[2016:Required_APIs|Required APIs]]
** [[2016:In-game_related_APIs|In-game related APIs]]


* APIs
* Vulnerabilities
** FFlags
** [[Vulnerabilities:Report_overflow|Reporting buffer overflow]]
** Required APIs
** In-game related APIs


* Resources
* Resources
** Corescripts
** [[2016:Corescripts|Corescripts]]
** Script signing
** [[2016:Script_signing|Script signing]]

Latest revision as of 02:07, 20 October 2023

ROBLOX's 2016 client is the only client source code that was leaked. First instances of the source code appeared on a popular ROBLOX gaming studio Discord which linked to a BitBucket repository that was shortly later leaked on the popular Roblox exploiting forum, V3rmillion on January 24th, 2017 and was soon removed.

Documentation

There are ongoing efforts to document parts of ROBLOX's client source, but this documentation remains unfinished.