Advertisement
JesusJesus

Roblox - New FPS Booster

Oct 1st, 2022
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.13 KB | None | 0 0
  1. --Developer: RIP#6666
  2. _G.Settings = {
  3.     Players = {
  4.         ["Ignore Me"] = true, -- Ignore your Character
  5.         ["Ignore Others"] = true -- Ignore other Characters
  6.     },
  7.     Meshes = {
  8.         Destroy = false, -- Destroy Meshes
  9.         LowDetail = true -- Low detail meshes (NOT SURE IT DOES ANYTHING)
  10.     },
  11.     Images = {
  12.         Invisible = true, -- Invisible Images
  13.         LowDetail = false, -- Low detail images (NOT SURE IT DOES ANYTHING)
  14.         Destroy = false, -- Destroy Images
  15.     },
  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"] = true, -- Remove Shadows
  22.     ["Low Rendering"] = true, -- Lower Rendering
  23.     ["Low Quality Parts"] = true -- Lower quality parts
  24. }
  25. loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/FPSBooster.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement