MaximumADHD
26 year old programmer who does too much stuff on Roblox. I write code to push limits and raise the bar!
Sandbox StudioChicagoland Area
Pinned Repositories
Character-Realism
A flexible character enhancement system for Roblox.
Roblox-2007-Client
A build of Roblox from mid 2007. READ THE WARNING BEFORE INSTALLING.
Roblox-API-Dump-Tool
A tool that lets you view and compare the latest API Dump files from Roblox's servers.
Roblox-Client-Tracker
An automated repository that extracts and displays information about the current version of Roblox. Most of the information is miscellaneous, but it provides insight to changes that are being made with each weekly release.
Roblox-FFlag-Tracker
A repository that tracks changes to Roblox's public fast flags.
Roblox-File-Format
A C# library designed to make it easy to create and manipulate files in Roblox's serialized DOM.
Roblox-Plugins
A collection of Roblox plugins I've developed!
Roblox-Studio-Mod-Manager
An open-source custom bootstrapper for Roblox Studio that allows you to override files in Roblox Studio's directory, opt into development branches of Roblox, and experiment with Fast Flags.
Roblox_0.3.368.0
A build of Roblox from March of 2007.
sm64-roblox
A port of Super Mario 64's movement code into Roblox Luau.
MaximumADHD's Repositories
MaximumADHD/Roblox-Client-Tracker
An automated repository that extracts and displays information about the current version of Roblox. Most of the information is miscellaneous, but it provides insight to changes that are being made with each weekly release.
MaximumADHD/Roblox-Studio-Mod-Manager
An open-source custom bootstrapper for Roblox Studio that allows you to override files in Roblox Studio's directory, opt into development branches of Roblox, and experiment with Fast Flags.
MaximumADHD/Roblox-FFlag-Tracker
A repository that tracks changes to Roblox's public fast flags.
MaximumADHD/Character-Realism
A flexible character enhancement system for Roblox.
MaximumADHD/Roblox-File-Format
A C# library designed to make it easy to create and manipulate files in Roblox's serialized DOM.
MaximumADHD/sm64-roblox
A port of Super Mario 64's movement code into Roblox Luau.
MaximumADHD/Roblox-Plugins
A collection of Roblox plugins I've developed!
MaximumADHD/Rbx2Source
A utility tool that automatically assembles Roblox assets into geometry data, which is then compiled into the Source Engine.
MaximumADHD/Source2Roblox
A toolset that can 100% automatically port Source Engine levels into clumps of Roblox assets and models.
MaximumADHD/Moonlite
A WIP lightweight in-game player for xSIXx's Moon Animator
MaximumADHD/Super-Nostalgia-Zone
Source code for Super Nostalgia Zone.
MaximumADHD/Roblox-PNG-Library
An implementation of the PNG file format in Lua, natively designed for Roblox.
MaximumADHD/Roblox-API-Dump-Tool
A tool that lets you view and compare the latest API Dump files from Roblox's servers.
MaximumADHD/Roblox-Materials
Public collection of Roblox's PBR Material textures, both pre/post 2022.
MaximumADHD/cage-mesh-deformer
Reverse engineering research project of Roblox's cage mesh deformer.
MaximumADHD/RCT-Source
Backend application that drives the Roblox Client Tracker.
MaximumADHD/Roblox-Luau-GB
A gameboy emulator written in pure Lua. Work in progress.
MaximumADHD/Roblox-VMF-Toolset
Some scripts and source files for porting Roblox levels into Garry's Mod.
MaximumADHD/chickynoid
A server-authoritative networking character controller for Roblox.
MaximumADHD/bloxstrap
An open-source, feature-packed alternative bootstrapper for Roblox.
MaximumADHD/luau-lsp
Language Server Implementation for Luau
MaximumADHD/maximumadhd.github.io
My website.
MaximumADHD/ProfileService
Universal session-locked savable table API
MaximumADHD/WindShake
High performance wind effect for leaves and foliage
MaximumADHD/HLA-NoVR
NoVR Script for Half-Life: Alyx
MaximumADHD/luau
A fast, small, safe, gradually typed embeddable scripting language derived from Lua
MaximumADHD/Roblox-Deploy-History
A small submodule blob of files shared across some of my projects, for interpreting Roblox's DeployHistory.txt file.
MaximumADHD/unluau
A decompiler for Roblox's Lua based programming language (Luau https://luau-lang.org/).
MaximumADHD/creator-docs
Open Source Creator Documentation
MaximumADHD/rbx-dom
Roblox DOM and (de)serialization implementation in Rust