ShoccessX

Untitled

Oct 27th, 2023
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 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("Fullbright", "Makes everything brigther", function()
  12. loadstring(game:HttpGet("https://pastebin.com/raw/jZRYfLXX"))();
  13. end)
  14.  
  15. MainSection:NewButton("Park fps boost", "Deletes uncessary things to boost defence", function()
  16. local function destroyObjectByName(objectName)
  17. for _, value in pairs(workspace:GetDescendants()) do
  18. if value.Name == objectName then
  19. value:Destroy()
  20. end
  21. end
  22. end
  23.  
  24. destroyObjectByName("Buildings")
  25. destroyObjectByName("Cans")
  26. destroyObjectByName("Lamps")
  27. destroyObjectByName("StreetLights")
  28. destroyObjectByName("Trees/Bushes")
  29. destroyObjectByName("Billboards/Attractions")
  30. destroyObjectByName("Plant Decorations")
  31. destroyObjectByName("SecondaryBuildings")
  32. destroyObjectByName("Nets")
  33. destroyObjectByName("ParkStand")
  34. destroyObjectByName("ParkStand1")
  35. destroyObjectByName("ParkStand2")
  36. destroyObjectByName("Gates")
  37. destroyObjectByName("DisplayBoard")
  38. destroyObjectByName("MiddleLogo")
  39. destroyObjectByName("BackBoard Protect")
  40. destroyObjectByName("Backboard Protect")
  41. destroyObjectByName("Middle")
  42. destroyObjectByName("Paint Colors")
  43.  
  44. for _, value in pairs(workspace:GetDescendants()) do
  45. if value:IsA("Model") and value.Parent and value.Parent.Name == "Base Park" then
  46. value:Destroy()
  47. end
  48. end
  49. end)
  50.  
  51. local MainSection = Main:NewSection("Fps Unlocker")
  52.  
  53. MainSection:NewButton("60 FPS", "...", function()
  54. local cap = setfpscap or set_fps_cap or fps_cap_set
  55. cap(60)
  56. end)
  57.  
  58. MainSection:NewButton("120 FPS", "...", function()
  59. local cap = setfpscap or set_fps_cap or fps_cap_set
  60. cap(120)
  61. end)
  62.  
  63. MainSection:NewButton("144 FPS", "...", function()
  64. local cap = setfpscap or set_fps_cap or fps_cap_set
  65. cap(144)
  66. end)
  67.  
  68. MainSection:NewButton("240 FPS", "...", function()
  69. local cap = setfpscap or set_fps_cap or fps_cap_set
  70. cap(240)
  71. end)
  72.  
  73. MainSection:NewButton("360 FPS", "...", function()
  74. local cap = setfpscap or set_fps_cap or fps_cap_set
  75. cap(360)
  76. end)
  77.  
  78. MainSection:NewButton("UNLIMITED FPS", "...", function()
  79. local cap = setfpscap or set_fps_cap or fps_cap_set
  80. cap(9999)
  81. end)
  82.  
  83. local Main = Window:NewTab("Scripts")
  84. local MainSection = Main:NewSection("Script")
  85.  
  86. MainSection:NewButton("Infinite Yield", "...", function()
  87. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  88. end)
  89.  
  90. MainSection:NewButton("Legend handles", "...", function()
  91. loadstring(game:HttpGet("https://raw.githubusercontent.com/LOLking123456/Testing000/main/Rb%20world%204%20GUI"))()
  92. end)
  93.  
  94. MainSection:NewButton("Legend handles RH2", "for lag switch", function()
  95. loadstring(game:HttpGet("https://raw.githubusercontent.com/LOLking123456/Rh2Journey/main/Good781"))()
  96. end)
  97.  
  98. MainSection:NewButton("Soulhub", "enter key at bottom of script", function()
  99.  
  100. script_key="AIWgcuaHQXukcWLwlJjLqzdlJEUUSoIm";
  101. loadstring(game:HttpGet("https://pastebin.com/raw/ejB6B75C", true))()
  102. end)
  103.  
  104. MainSection:NewButton("KhysHub", "enter key at bottom of script", function()
  105.  
  106. script_key="flpuPpNppuTDaxImhWHDpqSJbLNEQKwr";
  107. loadstring(game:HttpGet(("https://raw.githubusercontent.com/CoderMan123/KhyHub/main/Script"),true))()
  108. end)
  109.  
Advertisement
Add Comment
Please, Sign In to add comment