ShoccessX

Sho's RBW4 GUI

Nov 22nd, 2022 (edited)
2,304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Rbw4 GUI BY ShoTimeV", "DarkTheme")
  3.  
  4. local Main = Window:NewTab("Fps boost")
  5. local MainSection = Main:NewSection("Fps boost")
  6.  
  7. MainSection:NewSlider("Unlock Fps/Cap fps", "Uncap your fps from 60", 240, 15, function(s) -- 500 (MaxValue) | 0 (MinValue)
  8. local cap = setfpscap or set_fps_cap or fps_cap_set
  9. cap(s)
  10. end)
  11.  
  12. MainSection:NewButton("Fullbright", "Makes everything bright good for rec and playnow", function()
  13. loadstring(game:HttpGet("https://pastebin.com/raw/jZRYfLXX"))();
  14. end)
  15.  
  16. MainSection:NewButton("Rec fps boost", "Deletes everything but the court to boost fps", function()
  17. loadstring(game:HttpGet("https://pastebin.com/raw/GLHHNU1G"))();
  18. end)
  19.  
  20. MainSection:NewButton("Park fps boost", "Deletes The fake plaza and the net", function()
  21. loadstring(game:HttpGet("https://pastebin.com/raw/SJKXWYAH"))();
  22. end)
  23.  
  24. MainSection:NewButton("Gym fps", "Deletes The Gym walls", function()
  25. loadstring(game:HttpGet("https://pastebin.com/raw/PAk7uLkQ"))();
  26. end)
  27.  
  28. MainSection:NewButton("Play Now fps boost", "Deletes everything but the court to boost fps", function()
  29. workspace.Arena:Destroy()
  30. workspace.People:Destroy()
  31. end)
  32.  
  33. local Wain = Window:NewTab("RBW4 GUI's")
  34. local WainSection = Wain:NewSection("RBW4 GUI's")
  35.  
  36. WainSection:NewButton("Legend handles Gui", "Op", function()
  37. loadstring(game:HttpGet("https://raw.githubusercontent.com/LOLking123456/Testing000/main/Rb%20world%204%20GUI"))()
  38. end)
  39.  
  40. WainSection:NewButton(" Rbw4 hub (Dont use in park) ", "Op", function()
  41. loadstring(game:HttpGet('https://raw.githubusercontent.com/tututu1mn13/rbw4hub/main/script.lua'))()
  42. end)
  43.  
Advertisement
Add Comment
Please, Sign In to add comment