-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlowgfx.lua
24 lines (24 loc) · 1.08 KB
/
lowgfx.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
_G.Settings = {
Players = {
["Ignore Me"] = true, -- Ignore your Character
["Ignore Others"] = true-- Ignore other Characters
},
Meshes = {
Destroy = false, -- Destroy Meshes
LowDetail = true -- Low detail meshes (NOT SURE IT DOES ANYTHING)
},
Images = {
Invisible = false, -- Invisible Images
LowDetail = false, -- Low detail images (NOT SURE IT DOES ANYTHING)
Destroy = false, -- Destroy Images
},
["No Particles"] = true, -- Disables all ParticleEmitter, Trail, Smoke, Fire and Sparkles
["No Camera Effects"] = true, -- Disables all PostEffect's (Camera/Lighting Effects)
["No Explosions"] = true, -- Makes Explosion's invisible
["No Clothes"] = true, -- Removes Clothing from the game
["Low Water Graphics"] = true, -- Removes Water Quality
["No Shadows"] = true, -- Remove Shadows
["Low Rendering"] = true, -- Lower Rendering
["Low Quality Parts"] = true -- Lower quality parts
}
loadstring(game:HttpGet("https://raw.githubusercontent.com/poisoneddw/dejection/main/lowgfxloader.lua"))()