Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("Rbw4 GUI BY ShoTimeV", "DarkTheme")
- local Main = Window:NewTab("Fps boost")
- local MainSection = Main:NewSection("Fps boost")
- MainSection:NewSlider("Unlock Fps/Cap fps", "Uncap your fps from 60", 240, 15, function(s) -- 500 (MaxValue) | 0 (MinValue)
- local cap = setfpscap or set_fps_cap or fps_cap_set
- cap(s)
- end)
- MainSection:NewButton("Fullbright", "Makes everything bright good for rec and playnow", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/jZRYfLXX"))();
- end)
- MainSection:NewButton("Rec fps boost", "Deletes everything but the court to boost fps", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/GLHHNU1G"))();
- end)
- MainSection:NewButton("Park fps boost", "Deletes The fake plaza and the net", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/SJKXWYAH"))();
- end)
- MainSection:NewButton("Gym fps", "Deletes The Gym walls", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/PAk7uLkQ"))();
- end)
- MainSection:NewButton("Play Now fps boost", "Deletes everything but the court to boost fps", function()
- workspace.Arena:Destroy()
- workspace.People:Destroy()
- end)
- local Wain = Window:NewTab("RBW4 GUI's")
- local WainSection = Wain:NewSection("RBW4 GUI's")
- WainSection:NewButton("Legend handles Gui", "Op", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/LOLking123456/Testing000/main/Rb%20world%204%20GUI"))()
- end)
- WainSection:NewButton(" Rbw4 hub (Dont use in park) ", "Op", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/tututu1mn13/rbw4hub/main/script.lua'))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment