Advertisement
jamkles

low gfx

Apr 1st, 2024
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. _G.Settings = {
  2. Players = {
  3. ["Ignore Me"] = true, -- Ignore your Character
  4. ["Ignore Others"] = true -- Ignore other Characters
  5. },
  6. Meshes = {
  7. Destroy = false, -- Destroy Meshes
  8. LowDetail = false -- Low detail meshes (NOT SURE IT DOES ANYTHING)
  9. },
  10. Images = {
  11. Invisible = true, -- Invisible Images
  12. LowDetail = false, -- Low detail images (NOT SURE IT DOES ANYTHING)
  13. Destroy = false, -- Destroy Images
  14. },
  15. Other = {
  16. ["No Particles"] = true, -- Disables all ParticleEmitter, Trail, Smoke, Fire and Sparkles
  17. ["No Camera Effects"] = true, -- Disables all PostEffect's (Camera/Lighting Effects)
  18. ["No Explosions"] = true, -- Makes Explosion's invisible
  19. ["No Clothes"] = true, -- Removes Clothing from the game
  20. ["Low Water Graphics"] = true, -- Removes Water Quality
  21. ["No Shadows"] = false, -- Remove Shadows
  22. ["Low Rendering"] = true, -- Lower Rendering
  23. ["Low Quality Parts"] = true -- Lower quality parts
  24. }
  25. }
  26. loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/FPSBooster.lua%22))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement