Memeitsreal

Loader

Jun 10th, 2022
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.28 KB | None | 0 0
  1. ----------important thing
  2. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  3. local Window = Library.CreateLib("Fps Booster • made by ash", "BloodTheme")
  4.  
  5. -----------Main-----------
  6.  
  7. local Tab = Window:NewTab("main")
  8. local TabSection = Tab:NewSection("the fps booster")
  9.  
  10. TabSection:NewButton("fps boost on", "info here", function()
  11. local decalsyeeted = true -- Leaving this on makes games look shitty but the fps goes up by at least 20.
  12. local g = game
  13. local w = g.Workspace
  14. local l = g.Lighting
  15. local t = w.Terrain
  16. t.WaterWaveSize = 0
  17. t.WaterWaveSpeed = 0
  18. t.WaterReflectance = 0
  19. t.WaterTransparency = 0
  20. l.GlobalShadows = false
  21. l.FogEnd = 9e9
  22. l.Brightness = 0
  23. settings().Rendering.QualityLevel = "Level01"
  24. for i, v in pairs(g:GetDescendants()) do
  25. if v:IsA("Part") or v:IsA("Union") or v:IsA("CornerWedgePart") or v:IsA("TrussPart") then
  26. v.Material = "Plastic"
  27. v.Reflectance = 0
  28. elseif v:IsA("Decal") or v:IsA("Texture") and decalsyeeted then
  29. v.Transparency = 1
  30. elseif v:IsA("ParticleEmitter") or v:IsA("Trail") then
  31. v.Lifetime = NumberRange.new(0)
  32. elseif v:IsA("Explosion") then
  33. v.BlastPressure = 1
  34. v.BlastRadius = 1
  35. elseif v:IsA("Fire") or v:IsA("SpotLight") or v:IsA("Smoke") then
  36. v.Enabled = false
  37. elseif v:IsA("MeshPart") then
  38. v.Material = "Plastic"
  39. v.Reflectance = 0
  40. v.TextureID = 10385902758728957
  41. end
  42. end
  43. for i, e in pairs(l:GetChildren()) do
  44. if e:IsA("BlurEffect") or e:IsA("SunRaysEffect") or e:IsA("ColorCorrectionEffect") or e:IsA("BloomEffect") or e:IsA("DepthOfFieldEffect") then
  45. e.Enabled = false
  46. end
  47. end
  48. end)
  49. TabSection:NewButton("fps boost off", "info here", function()
  50. local decalsyeeted = false -- Leaving this on makes games look shitty but the fps goes up by at least 20.
  51. local g = game
  52. local w = g.Workspace
  53. local l = g.Lighting
  54. local t = w.Terrain
  55. t.WaterWaveSize = 0
  56. t.WaterWaveSpeed = 0
  57. t.WaterReflectance = 0
  58. t.WaterTransparency = 0
  59. l.GlobalShadows = false
  60. l.FogEnd = 9e9
  61. l.Brightness = 0
  62. settings().Rendering.QualityLevel = "Level01"
  63. for i, v in pairs(g:GetDescendants()) do
  64. if v:IsA("Part") or v:IsA("Union") or v:IsA("CornerWedgePart") or v:IsA("TrussPart") then
  65. v.Material = "Plastic"
  66. v.Reflectance = 0
  67. elseif v:IsA("Decal") or v:IsA("Texture") and decalsyeeted then
  68. v.Transparency = 1
  69. elseif v:IsA("ParticleEmitter") or v:IsA("Trail") then
  70. v.Lifetime = NumberRange.new(0)
  71. elseif v:IsA("Explosion") then
  72. v.BlastPressure = 1
  73. v.BlastRadius = 1
  74. elseif v:IsA("Fire") or v:IsA("SpotLight") or v:IsA("Smoke") then
  75. v.Enabled = false
  76. elseif v:IsA("MeshPart") then
  77. v.Material = "Plastic"
  78. v.Reflectance = 0
  79. v.TextureID = 10385902758728957
  80. end
  81. end
  82. for i, e in pairs(l:GetChildren()) do
  83. if e:IsA("BlurEffect") or e:IsA("SunRaysEffect") or e:IsA("ColorCorrectionEffect") or e:IsA("BloomEffect") or e:IsA("DepthOfFieldEffect") then
  84. e.Enabled = false
  85. end
  86. end
  87. end)
  88. TabSection:NewButton("Full Bright", "info here", function()
  89. loadstring(game:HttpGet("https://pastebin.com/raw/06iG6YkU", true))()
  90. end)
  91.  
  92. local Tab = Window:NewTab("misc")
  93. local TabSection = Tab:NewSection("Misc")
  94.  
  95. TabSection:NewButton("BasePlate", "info here", function()
  96. Instance.new('Part',workspace)
  97. Local = game:GetService('Players').LocalPlayer
  98. Char = Local.Character
  99. touched,tpdback = false, false
  100. Local.CharacterAdded:connect(function(char)
  101. if script.Disabled ~= true then
  102. wait(.25)
  103. loc = Char.HumanoidRootPart.Position
  104. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  105. end
  106. end)
  107. game:GetService('UserInputService').InputBegan:connect(function(key)
  108. if key.KeyCode == Enum.KeyCode.Equals then
  109. if script.Disabled ~= true then
  110. script.Disabled = true
  111. print'you may re-execute'
  112. end
  113. end
  114. end)
  115. box = Instance.new('Part',workspace)
  116. box.Anchored = true
  117. box.CanCollide = true
  118. box.Size = Vector3.new(180,1,180)
  119. box.Position = Vector3.new(0,450907,0)
  120.  
  121. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,450909,0)
  122. end)
  123. TabSection:NewButton("Anti Afk", "info here", function()
  124. local vu = game:GetService("VirtualUser")
  125. game:GetService("Players").LocalPlayer.Idled:connect(function()
  126. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  127. wait(1)
  128. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  129. end)
  130. end)
  131. TabSection:NewButton("Server Hop", "info here", function()
  132. loadstring(game:HttpGet("https://raw.githubusercontent.com/KeoneGithub/KeoneGithub/main/ServerHopperUniversal"))()
  133. end)
  134. TabSection:NewButton("Btools", "info here", function()
  135. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  136. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  137. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  138. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  139. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  140. tool1.BinType = "Clone"
  141. tool2.BinType = "GameTool"
  142. tool3.BinType = "Hammer"
  143. tool4.BinType = "Script"
  144. tool5.BinType = "Grab"
  145. end)
Advertisement
Add Comment
Please, Sign In to add comment