What's new
Heapleak - Scripthub

Get the most out of HeapLeak by creating a free account! Once signed in, you’ll gain full access to restricted content, be able to share your own scripts, and participate in our member-only discussions.

Graphics Tuner

Version / Update: v1.0.0
Download / Script Link
getgenv().GraphicsTuner = {
Settings = {
GraphicsDestruction = {
RemoveParticles = true,
RemoveTrails = true,
RemoveBeams = true,
RemoveLights = true,
RemoveTextures = true,
RemoveDecals = true,
RemoveClothes = true,
RemoveAccessories = true,
RemoveSky = true,
RemoveAtmosphere = true,
RemoveClouds = true,
RemovePostEffects = true,
MuteSounds = true,
DisableExplosions = true,
},
Graphics = {
MinimalQuality = true,
NoShadows = true,
NoReflections = true,
SimplifyMaterials = true,
CompatibilityMode = true,
FullBright = true,
RemoveFog = true,
},
Performance = {
UnlockFPS = true,
FPSCap = 999,
DevConsoleBoost = true,
GarbageCollection = true,
GCInterval = 30,
ClearNilInstances = true,
OptimizePhysics = true,
SimplifyMeshes = true,
MinimalCollision = true,
BatchSize = 1000,
},
Player = {
ProtectSelf = true,
SimplifyOthers = false,
},
Display = {
ShowFPS = true,
ShowMemory = true,
ShowPing = true,
ShowDestroyed = true,
Position = "TopRight",
Transparency = 0.15,
}
}
}
loadstring(game:HttpGet("https://raw.githubusercontent.com/Diffone7/r/refs/heads/main/GraphicsTuner/dotrblx"))()
-- README : https://github.com/Diffone7/r/blob/main/README.md
[ View More ]
0f1ecb03-97e6-4ac7-8f7a-4b3833e614b5.webp


Graphics OptimizationObject OptimizationEnvironment OptimizationPerformance BoostsPerformance Monitor
 
Works on mobile
  1. Yes
Back
Top