ShoccessX

Untitled

Jun 25th, 2023
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 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("RH2 GUI BY BigbodyV", "DarkTheme")
  3.  
  4. local Main = Window:NewTab("Fps boost")
  5. local MainSection = Main:NewSection("Fps boost")
  6.  
  7. MainSection:NewButton("Gym fps boost", "Deletes everything but the court to boost fps", function()
  8. loadstring(game:HttpGet("https://pastebin.com/raw/ErHwtERH"))();
  9. end)
  10.  
  11. MainSection:NewButton("Park fps boost", "Deletes uncessary things to boost defence", function()
  12. local function destroyObjectByName(objectName)
  13. for _, value in pairs(workspace:GetDescendants()) do
  14. if value.Name == objectName then
  15. value:Destroy()
  16. end
  17. end
  18. end
  19.  
  20. destroyObjectByName("Buildings")
  21. destroyObjectByName("Cans")
  22. destroyObjectByName("Lamps")
  23. destroyObjectByName("StreetLights")
  24. destroyObjectByName("Trees/Bushes")
  25. destroyObjectByName("Billboards/Attractions")
  26. destroyObjectByName("Plant Decorations")
  27. destroyObjectByName("SecondaryBuildings")
  28. destroyObjectByName("Nets")
  29. destroyObjectByName("ParkStand")
  30. destroyObjectByName("ParkStand1")
  31. destroyObjectByName("ParkStand2")
  32. destroyObjectByName("Gates")
  33. destroyObjectByName("DisplayBoard")
  34. destroyObjectByName("MiddleLogo")
  35. destroyObjectByName("BackBoard Protect")
  36. destroyObjectByName("Backboard Protect")
  37. destroyObjectByName("Middle")
  38. destroyObjectByName("Paint Colors")
  39.  
  40. for _, value in pairs(workspace:GetDescendants()) do
  41. if value:IsA("Model") and value.Parent and value.Parent.Name == "Base Park" then
  42. value:Destroy()
  43. end
  44. end
  45. end)
  46.  
  47. local MainSection = Main:NewSection("Fps Unlocker")
  48.  
  49. MainSection:NewButton("60 FPS", "...", function()
  50. local cap = setfpscap or set_fps_cap or fps_cap_set
  51. cap(60)
  52. end)
  53.  
  54. MainSection:NewButton("120 FPS", "...", function()
  55. local cap = setfpscap or set_fps_cap or fps_cap_set
  56. cap(120)
  57. end)
  58.  
  59. MainSection:NewButton("144 FPS", "...", function()
  60. local cap = setfpscap or set_fps_cap or fps_cap_set
  61. cap(144)
  62. end)
  63.  
  64. MainSection:NewButton("240 FPS", "...", function()
  65. local cap = setfpscap or set_fps_cap or fps_cap_set
  66. cap(240)
  67. end)
  68.  
  69. MainSection:NewButton("360 FPS", "...", function()
  70. local cap = setfpscap or set_fps_cap or fps_cap_set
  71. cap(360)
  72. end)
  73.  
  74. MainSection:NewButton("UNLIMITED FPS", "...", function()
  75. local cap = setfpscap or set_fps_cap or fps_cap_set
  76. cap(9999)
  77. end)
  78.  
  79. local Main = Window:NewTab("Scripts")
  80. local MainSection = Main:NewSection("Script")
  81.  
  82. MainSection:NewButton("Infinite Yield", "...", function()
  83. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  84. end)
  85.  
  86. MainSection:NewButton("Legend handles", "...", function()
  87. loadstring(game:HttpGet("https://raw.githubusercontent.com/LOLking123456/Rh2Journey/main/Good781"))()
  88. end)
  89.  
  90. MainSection:NewButton("Legend handles RH2", "for lag switch", function()
  91. loadstring(game:HttpGet("https://raw.githubusercontent.com/LOLking123456/Rh2Journey/main/Good781"))()
  92. end)
Advertisement
Add Comment
Please, Sign In to add comment