Skip to content

Instantly share code, notes, and snippets.

View ActualMasterOogway's full-sized avatar

Master Oogway ActualMasterOogway

View GitHub Profile
@ActualMasterOogway
ActualMasterOogway / ZSTD.luau
Created January 25, 2025 19:43
ZSTD Compression and Decompression
--!native
--!optimize 2
local Base64 = (function()
local lookupValueToCharacter = buffer.create(64)
local lookupCharacterToValue = buffer.create(256)
local alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
local padding = string.byte("=")
@ActualMasterOogway
ActualMasterOogway / OptimizedClientAppSettings.json
Created April 12, 2024 14:25
Client Settings for Roblox/Bloxstrap that optimizes the experience.
{
"FFlagHandleAltEnterFullscreenManually": "False",
"FLogNetwork": "7",
"DFIntTaskSchedulerTargetFps": "165",
"DFIntCanHideGuiGroupId": "2782840",
"DFFlagDebugEnableInterpolationVisualizer": "True",
"DFFlagDisableDPIScale": "True",
"FFlagFixGraphicsQuality": "True",
"FFlagVoiceBetaBadge": "False",
"FFlagGraphicsCheckComputeSupport": "True",