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(
- "Universal hub ๐ช", -- 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("TSB ๐")
- tab1:CreateButton("KJ", function()
- loadstring(game:HttpGet("https://voidy.lol/KJkeynewtemporary.lua",true))()
- print("Hello World")
- end)
- tab1:CreateLabel("KEY: KJAlpha")
- tab1:CreateButton("teleport to players", function()
- --[[
- WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
- ]]
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "Simple Teleport", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- local Tab = Window:MakeTab({
- Name = "TP To Players",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local Section = Tab:AddSection({
- Name = "Teleport:"
- })
- local plrs = game.Players
- -- Fetch all player names
- local playerNames = {}
- local players = plrs:GetPlayers()
- for _, player in ipairs(players) do
- table.insert(playerNames, player.Name)
- end
- Tab:AddDropdown({
- Name = "Players",
- Default = playerNames[1] or "No Players",
- Options = playerNames,
- Callback = function(selectedplrName)
- local targetPlayer = plrs:FindFirstChild(selectedplrName)
- if targetPlayer and targetPlayer.Character and targetPlayer.Character:FindFirstChild("HumanoidRootPart") then
- -- Teleporting your character to the selected player's position
- local targetPosition = targetPlayer.Character.HumanoidRootPart.Position
- local localPlayerRoot = plrs.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
- if localPlayerRoot then
- localPlayerRoot.CFrame = CFrame.new(targetPosition)
- end
- end
- print(selectedplrName)
- end
- })
- print("Hello World")
- end)
- tab1:CreateLabel("Anothers TSB hub")
- tab1:CreateButton("FFJ", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/FFJ1/Roblox-Exploits/main/scripts/TSBUtils.lua"))()
- print("Hello World")
- end)
- tab1:CreateLabel("Use kade hub at your OWN RISK !โ ๏ธ")
- tab1:CreateButton("Kade hub", function()
- --[[
- 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("Brookhaven๐ก")
- tab1:CreateButton("R4D", function()
- --[[
- WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
- ]]
- loadstring(game:HttpGet('https://raw.githubusercontent.com/M1ZZ001/BrookhavenR4D/main/Brookhaven%20R4D%20Script'))()
- print("Hello World")
- end)
- tab1:CreateLabel("This one got patched")
- tab1:CreateButton("ice hub [PATCHED]", function()
- print("Hello World")
- end)
- local tab1 = window:CreateTab("Blox fruit๐ [NOT DONE]")
- tab1:CreateButton("REDz", function()
- --[[
- WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
- ]]
- loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/BloxFruits/main/redz9999"))()
- print("Hello World")
- end)
- tab1:CreateLabel("will be done in the next UPD!")
- local tab1 = window:CreateTab("Slap battles โ๏ธ[NOT DONE]")
- tab1:CreateLabel("Will be done in the next UPD !")
- tab1:CreateButton("SB HUB โ๏ธ", function()
- --[[
- WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
- ]]
- loadstring(game:HttpGet("https://raw.githubusercontent.com/KykyryzoB/KykyryzoB-Hub-SB/main/KykryzoB.lua"))()
- print("Hello World")
- end)
- local tab1 = window:CreateTab("Ban hammer ๐จ")
- tab1:CreateLabel("Sorry... he got patched")
- tab1:CreateButton("Ban hammer ๐จ", function()
- print("Hello World")
- end)
- local tab1 = window:CreateTab("Murder mystery 2 ๐ช")
- tab1:CreateLabel("Perfect ๐")
- tab1:CreateButton("OP MM2 script", function()
- --[[
- WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
- ]]
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Doggo-cryto/EclipseMM2/master/Script", true))()
- print("Hello World")
- end)
- local tab1 = window:CreateTab("OPTION ๐ก")
- tab1:CreateLabel("FULL options at the next UPD")
- tab1:CreateButton("Close", function()
- PabloLib:Close()
- print("Hello World")
- end)
- local tab1 = window:CreateTab("Credit ๐")
- tab1:CreateLabel("by NeverGonnaGiveUpLo4")
- tab1:CreateLabel("by script showcaser [PROMO] in youtube")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement