Advertisement
NATCHERMONOXIDE

Kj

Oct 22nd, 2024
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. local PabloLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/BatuKvi123/PabloLibV3/main/PabloLibV3"))()
  2. local window = PabloLib:Create(
  3. "FAKE KJ GUI 🔥", -- Name here.
  4. "Enabled", -- If you want draggable set here to "Enabled" if you dont want set to "Disabled".
  5. "p" -- You can put any keybind here to open close.
  6. )
  7. local tab1 = window:CreateTab("KJ🔥")
  8. tab1:CreateButton("KJ ALPHA🔥", function()
  9. loadstring(game:HttpGet("https://voidy.lol/KJkeynewtemporary.lua",true))()
  10. print("Hello World")
  11. end)
  12. local tab1 = window:CreateTab("Info📜")
  13. tab1:CreateLabel("⏰️ inf% ----------------------")
  14. tab1:CreateLabel("Created by NeverGonnaGiveUpLo4")
  15. local tab1 = window:CreateTab("Anothers hub ✅️")
  16. tab1:CreateButton("FFJ", function()
  17. loadstring(game:HttpGet("https://raw.githubusercontent.com/FFJ1/Roblox-Exploits/main/scripts/TSBUtils.lua"))()
  18. print("Hello World")
  19. end)
  20. tab1:CreateButton("Kade Hub", function()
  21. tab1:CreateWarning("use at your own risk")
  22. --[[
  23. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  24. ]]
  25. getgenv().AutoReport = true
  26. loadstring(game:HttpGet("https://raw.githubusercontent.com/skibiditoiletfan2007/KadeHubRepository/main/Latest.lua"))()
  27. print("Hello World")
  28. end)
  29. local tab1 = window:CreateTab("Script library")
  30. tab1:CreateButton("Create script📜", function()
  31. tab1:CreateWarning("Script.lua 📜")
  32. print("Hello World")
  33. end)
  34. tab1:CreateButton("Create folder📁", function()
  35. tab1:CreateWarning("Folder 📁")
  36. print("Hello World")
  37. end)
  38. local tab1 = window:CreateTab("Option📡")
  39. tab1:CreateLabel("Execute popular admin exploit")
  40. tab1:CreateButton("Infinite yield", function()
  41. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  42. print("Hello World")
  43. end)
  44. tab1:CreateLabel("This use on anothers game")
  45. tab1:CreateTextbox("Speed", function(a)
  46. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = a
  47. print(a)
  48. end)
  49. tab1:CreateTextbox("JumpPower", function(a)
  50. game.Players.LocalPlayer.Character.Humanoid.JumpPower = a
  51. print(a)
  52. end)
  53. tab1:CreateLabel("Close button")
  54. tab1:CreateButton("Close gui", function()
  55. PabloLib:Close()
  56. print("Hello World")
  57. end)
  58. local tab1 = window:CreateTab("Update log")
  59. tab1:CreateLabel("the update log will be show on upd!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement