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("RH2 GUI BY BigbodyV", "DarkTheme")
- local Main = Window:NewTab("Fps boost")
- local MainSection = Main:NewSection("Fps boost")
- MainSection:NewButton("Gym fps boost", "Deletes everything but the court to boost fps", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/ErHwtERH"))();
- end)
- MainSection:NewButton("Fullbright", "Makes everything brigther", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/jZRYfLXX"))();
- end)
- MainSection:NewButton("Park fps boost", "Deletes uncessary things to boost defence", function()
- local function destroyObjectByName(objectName)
- for _, value in pairs(workspace:GetDescendants()) do
- if value.Name == objectName then
- value:Destroy()
- end
- end
- end
- destroyObjectByName("Buildings")
- destroyObjectByName("Cans")
- destroyObjectByName("Lamps")
- destroyObjectByName("StreetLights")
- destroyObjectByName("Trees/Bushes")
- destroyObjectByName("Billboards/Attractions")
- destroyObjectByName("Plant Decorations")
- destroyObjectByName("SecondaryBuildings")
- destroyObjectByName("Nets")
- destroyObjectByName("ParkStand")
- destroyObjectByName("ParkStand1")
- destroyObjectByName("ParkStand2")
- destroyObjectByName("Gates")
- destroyObjectByName("DisplayBoard")
- destroyObjectByName("MiddleLogo")
- destroyObjectByName("BackBoard Protect")
- destroyObjectByName("Backboard Protect")
- destroyObjectByName("Middle")
- destroyObjectByName("Paint Colors")
- for _, value in pairs(workspace:GetDescendants()) do
- if value:IsA("Model") and value.Parent and value.Parent.Name == "Base Park" then
- value:Destroy()
- end
- end
- end)
- local MainSection = Main:NewSection("Fps Unlocker")
- MainSection:NewButton("60 FPS", "...", function()
- local cap = setfpscap or set_fps_cap or fps_cap_set
- cap(60)
- end)
- MainSection:NewButton("120 FPS", "...", function()
- local cap = setfpscap or set_fps_cap or fps_cap_set
- cap(120)
- end)
- MainSection:NewButton("144 FPS", "...", function()
- local cap = setfpscap or set_fps_cap or fps_cap_set
- cap(144)
- end)
- MainSection:NewButton("240 FPS", "...", function()
- local cap = setfpscap or set_fps_cap or fps_cap_set
- cap(240)
- end)
- MainSection:NewButton("360 FPS", "...", function()
- local cap = setfpscap or set_fps_cap or fps_cap_set
- cap(360)
- end)
- MainSection:NewButton("UNLIMITED FPS", "...", function()
- local cap = setfpscap or set_fps_cap or fps_cap_set
- cap(9999)
- end)
- local Main = Window:NewTab("Scripts")
- local MainSection = Main:NewSection("Script")
- MainSection:NewButton("Infinite Yield", "...", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- MainSection:NewButton("Legend handles", "...", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/LOLking123456/Testing000/main/Rb%20world%204%20GUI"))()
- end)
- MainSection:NewButton("Legend handles RH2", "for lag switch", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/LOLking123456/Rh2Journey/main/Good781"))()
- end)
- MainSection:NewButton("Soulhub", "enter key at bottom of script", function()
- script_key="AIWgcuaHQXukcWLwlJjLqzdlJEUUSoIm";
- loadstring(game:HttpGet("https://pastebin.com/raw/ejB6B75C", true))()
- end)
- MainSection:NewButton("KhysHub", "enter key at bottom of script", function()
- script_key="flpuPpNppuTDaxImhWHDpqSJbLNEQKwr";
- loadstring(game:HttpGet(("https://raw.githubusercontent.com/CoderMan123/KhyHub/main/Script"),true))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment