1zxyuuki

Opt2

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