Advertisement
MacXGamingChannel

📌| Anti Lag script Roblox [Mobile &PC's]

Jun 17th, 2024
560
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. _G.Ignore = {}
  2. _G.Settings = {
  3. Players = {
  4. ["Ignore Me"] = true,
  5. ["Ignore Others"] = true,
  6. ["Ignore Tools"] = true
  7. },
  8. Meshes = {
  9. NoMesh = false,
  10. NoTexture = false,
  11. Destroy = false
  12. },
  13. Images = {
  14. Invisible = true,
  15. Destroy = false
  16. },
  17. Explosions = {
  18. Smaller = true,
  19. Invisible = false, -- Not for PVP games
  20. Destroy = false -- Not for PVP games
  21. },
  22. Particles = {
  23. Invisible = true,
  24. Destroy = false
  25. },
  26. TextLabels = {
  27. LowerQuality = true,
  28. Invisible = false,
  29. Destroy = false
  30. },
  31. MeshParts = {
  32. LowerQuality = true,
  33. Invisible = false,
  34. NoTexture = false,
  35. NoMesh = false,
  36. Destroy = false
  37. },
  38. Other = {
  39. ["FPS Cap"] = 240, -- true to uncap
  40. ["No Camera Effects"] = true,
  41. ["No Clothes"] = true,
  42. ["Low Water Graphics"] = true,
  43. ["No Shadows"] = true,
  44. ["Low Rendering"] = true,
  45. ["Low Quality Parts"] = true,
  46. ["Low Quality Models"] = true,
  47. ["Reset Materials"] = true,
  48. }
  49. }
  50. loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/FPSBooster.lua"))()
  51.  
Tags: Ctto
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement