Advertisement
kob123678

KoSploit

Jul 20th, 2022
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 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("KoSploit's Hub v2", "Sentinel")
  3.  
  4. -- MAIN MENU
  5.  
  6. local Tab = Window:NewTab("MAIN MENU")
  7.  
  8. -- Toggle UI
  9.  
  10. local Toggle = Tab:NewSection("Toggle UI")
  11.  
  12. Toggle:NewKeybind("Toggle UI", "Click to change keybinds", Enum.KeyCode.LeftAlt, function()
  13. Library:ToggleUI()
  14. end)
  15.  
  16. -- Rejoin server
  17.  
  18. local rejoin = Tab:NewSection("Rejoin server (Click to rejoin)")
  19.  
  20. rejoin:NewButton("rejoin", "Click to rejoin", function()
  21. loadstring(game:HttpGet("https://pastebin.com/raw/6wdd37J7"))()
  22. end)
  23.  
  24. -- Dex explorer
  25.  
  26. local Dex = Tab:NewSection("Dex explorer (Click to execute)")
  27.  
  28. Dex:NewButton("Dex explorer v2", "Click to execute", function()
  29. loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Dex Explorer V2.txt"))()
  30. end)
  31.  
  32. Dex:NewButton("Dex explorer v4", "Click to execute", function()
  33. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  34. end)
  35.  
  36. -- Anti Afk
  37.  
  38. local Afk = Tab:NewSection("Anti Afk (Click to execute)")
  39.  
  40. Afk:NewButton("Anti-Afk", "Click to execute", function()
  41. loadstring(game:HttpGet("https://pastebin.com/raw/YaPHdZJ2"))()
  42. end)
  43.  
  44. -- BEST Admin Scripts
  45.  
  46. local Admin = Tab:NewSection("BEST Admin Scripts (Click to execute)")
  47.  
  48. Admin:NewButton("ShatterVast Admin", "Click to execute", function()
  49. loadstring(game:HttpGet("https://pastebin.com/raw/iL4NRDux"))()
  50. end)
  51.  
  52. Admin:NewButton("Infinite Yield", "Click to execute", function()
  53. loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))()
  54. end)
  55.  
  56. Admin:NewButton("CMD - X", "Click to execute", function()
  57. loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source"))()
  58. end)
  59.  
  60. Admin:NewButton("Fates Admin", "Click to execute", function()
  61. loadstring(game:HttpGet("https://raw.githubusercontent.com/fatesc/fates-admin/main/main.lua"))()
  62. end)
  63.  
  64. Admin:NewButton("Reviz Admin", "Click to execute", function()
  65. loadstring(game:HttpGet("https://pastebin.com/raw/Caniwq2N"))()
  66. end)
  67.  
  68. -- Credit
  69.  
  70. local Tab = Window:NewTab("Credit")
  71. local Credit = Tab:NewSection("Credits!!")
  72.  
  73.  
  74. Credit:NewLabel("UI by xHeptc u fucktards")
  75. Credit:NewLabel("Button script by Arty")
  76. Credit:NewLabel("Label script by Arty")
  77. Credit:NewLabel("Scripts by Unknow")
  78.  
  79. -- Glue piece
  80.  
  81. local Tab = Window:NewTab("Glue Piece")
  82. local Glue = Tab:NewSection("Auto farm (Click to execute)")
  83.  
  84.  
  85. Glue:NewButton("Auto farm", "Click to execute", function()
  86. loadstring(game:HttpGet(('https://raw.githubusercontent.com/AltsegoD/script/master/GluePiece.lua')))()
  87. end)
  88.  
  89. Glue:NewButton("Small Server Finder", "Click to execute", function()
  90. loadstring(game:HttpGet(('https://pastebin.com/raw/5AU08XgV')))()
  91. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement