KevinnT

kat script kevin x hub

Apr 6th, 2021 (edited)
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.82 KB | None | 0 0
  1.  
  2.     local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  3.     local Window = Library.CreateLib("Kevin Hub | Kat", "Ocean")
  4.  
  5.     -- MAIN
  6.     local Main = Window:NewTab("Main")
  7.     local MainSection = Main:NewSection("Main")
  8.     MainSection:NewToggle("AimBot + Esp", "Not Miss A Shot And See Everyone Through Walls", function(state)
  9.     if state then
  10.         loadstring(game:HttpGet("https://pastebin.com/raw/J6EGUjsL"))();
  11.     else
  12.        
  13.     end
  14. end)
  15. -- MAIN
  16.     local Main = Window:NewTab("Credits")
  17.     local MainSection = Main:NewSection("Credits")
  18.     CreditsSection:NewToggle("AimBot", "Not Miss A Shot", function(state)
  19.     if state then
  20.         loadstring(game:HttpGet("https://pastebin.com/raw/J6EGUjsL"))();
  21.     else
  22.        
  23.     end
  24. end)
Add Comment
Please, Sign In to add comment