Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local PabloLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/BatuKvi123/PabloLibV3/main/PabloLibV3"))()
- local window = PabloLib:Create(
- "FAKE KJ GUI 🔥", -- Name here.
- "Enabled", -- If you want draggable set here to "Enabled" if you dont want set to "Disabled".
- "p" -- You can put any keybind here to open close.
- )
- local tab1 = window:CreateTab("KJ🔥")
- tab1:CreateButton("KJ ALPHA🔥", function()
- loadstring(game:HttpGet("https://voidy.lol/KJkeynewtemporary.lua",true))()
- print("Hello World")
- end)
- local tab1 = window:CreateTab("Info📜")
- tab1:CreateLabel("⏰️ inf% ----------------------")
- tab1:CreateLabel("Created by NeverGonnaGiveUpLo4")
- local tab1 = window:CreateTab("Anothers hub ✅️")
- tab1:CreateButton("FFJ", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/FFJ1/Roblox-Exploits/main/scripts/TSBUtils.lua"))()
- print("Hello World")
- end)
- tab1:CreateButton("Kade Hub", function()
- tab1:CreateWarning("use at your own risk")
- --[[
- WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
- ]]
- getgenv().AutoReport = true
- loadstring(game:HttpGet("https://raw.githubusercontent.com/skibiditoiletfan2007/KadeHubRepository/main/Latest.lua"))()
- print("Hello World")
- end)
- local tab1 = window:CreateTab("Script library")
- tab1:CreateButton("Create script📜", function()
- tab1:CreateWarning("Script.lua 📜")
- print("Hello World")
- end)
- tab1:CreateButton("Create folder📁", function()
- tab1:CreateWarning("Folder 📁")
- print("Hello World")
- end)
- local tab1 = window:CreateTab("Option📡")
- tab1:CreateLabel("Execute popular admin exploit")
- tab1:CreateButton("Infinite yield", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- print("Hello World")
- end)
- tab1:CreateLabel("This use on anothers game")
- tab1:CreateTextbox("Speed", function(a)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = a
- print(a)
- end)
- tab1:CreateTextbox("JumpPower", function(a)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = a
- print(a)
- end)
- tab1:CreateLabel("Close button")
- tab1:CreateButton("Close gui", function()
- PabloLib:Close()
- print("Hello World")
- end)
- local tab1 = window:CreateTab("Update log")
- tab1:CreateLabel("the update log will be show on upd!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement