Advertisement
hacimiks

KAVO REMIAPE

May 17th, 2024
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.33 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("RemiAPE", "GrapeTheme")
  3.  
  4.  
  5. local Tab = Window:NewTab("Main")
  6. local Section = Tab:NewSection("Auto Farm")
  7.  
  8. Section:NewToggle("Auto Win", "Auto Farm Wins", function(state)
  9.     if state then
  10.         print("Toggle On")
  11.     else
  12.         print("Toggle Off")
  13.     end
  14. end)
  15.  
  16. local Section2 = Tab:NewSection("Other")
  17.  
  18. Section2:NewToggle("Remove Fall Damage", "Doesn't Damage Yourself When You Fell", function(state)
  19.     if state then
  20.         print("Toggle On")
  21.     else
  22.         print("Toggle Off")
  23.     end
  24. end)
  25.  
  26. Section2:NewToggle("Walk On Water", "Makes Yourself Walk On Water", function(state)
  27.     if state then
  28.         print("Toggle On")
  29.     else
  30.         print("Toggle Off")
  31.     end
  32. end)
  33.  
  34. Section2:NewButton("Infinite Jump Gui", "Can Jump Infinitely", function()
  35.     print("Clicked")
  36. end)
  37.  
  38. Section2:NewButton("Launch Rocket", "Only Works On Launch Land Map", function()
  39.     print("Clicked")
  40. end)
  41.  
  42. Section2:NewButton("Show Current Disaster", "Check The Console (F9) (/console)", function()
  43.     print("Clicked")
  44. end)
  45.  
  46. Section2:NewButton("Set Health To Max", "Manual (NOT AUTO)", function()
  47.     print("Clicked")
  48. end)
  49.  
  50. Section2:NewButton("Remove Sandstorm UI", "Removes The Sand On Screen", function()
  51.     print("Clicked")
  52. end)
  53.  
  54. Section2:NewButton("Remove Blizzard UI", "Removes The Snow On Screen", function()
  55.     print("Clicked")
  56. end)
  57.  
  58. local Section3 = Tab:NewSection("Gamepass")
  59.  
  60. Section3:NewToggle("Vote Map (Compass)", "Shows The Voting UI", function(state)
  61.     if state then
  62.         print("Toggle On")
  63.     else
  64.         print("Toggle Off")
  65.     end
  66. end)
  67.  
  68. local Section4 = Tab:NewSection("Teleports")
  69.  
  70. Section4:NewButton("Tower", "Teleport To Spawn", function()
  71.     print("Clicked")
  72. end)
  73.  
  74. Section4:NewButton("Island", "Teleport To Map", function()
  75.     print("Clicked")
  76. end)
  77.  
  78. local Tab2 = Window:NewTab("Miscallaenous")
  79. local Section5 = Tab2:NewSection("Extras")
  80.  
  81. Section5:NewButton("Fly GUI V3", "GUI That Makes Yourself Fly", function()
  82.     print("Clicked")
  83. end)
  84.  
  85. Section5:NewButton("Mobile Keyboard", "PC Keyboard For Mobile", function()
  86.     print("Clicked")
  87. end)
  88.  
  89. Section5:NewButton("Mobile Cursor", "PC Cursor For Mobile", function()
  90.     print("Clicked")
  91. end)
  92.  
  93. Section5:NewButton("Fling GUI", "GUI That Fling People", function()
  94.     print("Clicked")
  95. end)
  96.  
  97. Section5:NewButton("Sit Gui", "GUI That Forcing Yourself To Sit", function()
  98.     print("Clicked")
  99. end)
  100.  
  101. Section5:NewButton("Headless + One Leg", "One Leg Only Works On R6", function()
  102.     print("Clicked")
  103. end)
  104.  
  105. Section5:NewButton("One Leg", "One Leg Only Works On R15", function()
  106.     print("Clicked")
  107. end)
  108.  
  109. Section5:NewButton("Korblox + Headless", "Korblox Only Works On R15", function()
  110.     print("Clicked")
  111. end)
  112.  
  113. Section5:NewButton("Hacker Chat GUI", "No Chat Tags", function()
  114.     print("Clicked")
  115. end)
  116.  
  117. Section5:NewButton("Outfit Copier", "Needs a Player User ID", function()
  118.     print("Clicked")
  119. end)
  120.  
  121. Section5:NewButton("Godmode", "Not Dying", function()
  122.     print("Clicked")
  123. end)
  124.  
  125. local Tab3 = Window:NewTab("FE Scripts")
  126. local SectionFE = Tab3:NewSection("FE Scripts")
  127.  
  128. SectionFE:NewToggle("FE Sound Spammer", "Sound That Makes Your Eardrum bleed", function(state)
  129.     if state then
  130.         print("Toggle On")
  131.     else
  132.         print("Toggle Off")
  133.     end
  134. end)
  135.  
  136. SectionFE:NewButton("FE Universal Admin", "GUI That Has a Lot Of FE Scripts", function()
  137.     print("Clicked")
  138. end)
  139.  
  140. SectionFE:NewButton("FE Character Animations", "Custom Animations Only Works On R15", function()
  141.     print("Clicked")
  142. end)
  143.  
  144. SectionFE:NewButton("FE Invisible", "Makes Yourself Invisible", function()
  145.     print("Clicked")
  146. end)
  147.  
  148. SectionFE:NewButton("FE Patchma Hub", "GUI That Has a Lot Of FE Scripts", function()
  149.     print("Clicked")
  150. end)
  151.  
  152. SectionFE:NewButton("FE Telekenesis V2", "Can Control Things", function()
  153.     print("Clicked")
  154. end)
  155.  
  156. local Tab4 = Window:NewTab("Settings")
  157. local Section7 = Tab4:NewSection("Universal")
  158.  
  159. Section7:NewButton("Lightux ESP", "ESP Chams", function()
  160.     print("Clicked")
  161. end)
  162.  
  163. Section7:NewButton("Anti AFK", "No AFK Detection", function()
  164.     print("Clicked")
  165. end)
  166.  
  167. Section7:NewButton("Infinite Yield", "Admin Commands", function()
  168.     print("Clicked")
  169. end)
  170.  
  171. Section7:NewButton("Dark Dex V3", "To Hook Scripts", function()
  172.     print("Clicked")
  173. end)
  174.  
  175. local Section8 = Tab4:NewSection("Humanoid")
  176.  
  177. Section8:NewSlider("Walk Speed", "Adjust The Player Speed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  178.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  179. end)
  180.  
  181. Section8:NewSlider("Jump Height", "Adjust The Player Jump Height", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  182.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  183. end)
  184.  
  185. Section8:NewSlider("Gravity", "Adjust The Player Gravity", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  186.     game.Workspace.Gravity = s
  187. end)
  188.  
  189. Section8:NewSlider("FOV", "Adjust The Player FOV", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  190.     game.Workspace.Camera.FieldOfView = s
  191. end)
  192.  
  193. local Section10 = Tab4:NewSection("GUI Settings")
  194.  
  195. Section10:NewKeybind("Set UI Keybind", "Change Keybind To Hide GUI", Enum.KeyCode.F, function()
  196.     Library:ToggleUI()
  197. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement